Example usage for java.lang Object subclass-usage

List of usage examples for java.lang Object subclass-usage

Introduction

In this page you can find the example usage for java.lang Object subclass-usage.

Usage

From source file org.opencds.vmr.v1_0.mappings.utilities.MappingUtility.java

/**
 * <p>MappingUtility is used to perform mapping functions between external and internal
 * data structures.  In this class, internal datatypes are always fully specified, and
 * the schema datatypes are imported from the schema.
 * </p>
 * 

From source file CuboidTest.java

/**
 * OldGeomBuffer allows OpenGL-like input of geometry data. It outputs Java 3D
 * geometry array objects. This utility is to simplify porting of OpenGL
 * programs to Java 3D.
 * <p>
 * Here is a sample code that use this utility to create some quads.

From source file Drag.java

class Cube extends Object {

    private Shape3D shape3D;

    private static final float[] verts = {
            // Front Face

From source file ImageComponentByReferenceTest.java

class TiledImage extends Object implements RenderedImage {

    WritableRaster[][] tile = new WritableRaster[3][3];

    WritableRaster bigTile;

From source file PDFDemo.java

/** A PDFObject represents one node in the tree of a PDF file.
 * @author Ian Darwin, http://www.darwinsys.com/
 */
abstract class PDFObject extends java.lang.Object {
    /** The containing PDF file */
    protected PDF master;

From source file TarOutputStream.java

/**
 * This class encapsulates the Tar Entry Header used in Tar Archives. The class
 * also holds a number of tar constants, used mostly in headers.
 */

class TarHeader extends Object {

From source file TarInputStream.java

/**
 * This class encapsulates the Tar Entry Header used in Tar Archives. The class
 * also holds a number of tar constants, used mostly in headers.
 */

class TarHeader extends Object {

From source file JModem.java

/**
 * JMModel -- Communications I/O for JModem. No GUI stuff here.
 * @author    Ian F. Darwin, http://www.darwinsys.com/
 * @version    $Id: JMModel.java,v 1.4 2004/04/11 23:50:40 ian Exp $
 */
class JMModel extends java.lang.Object {

From source file IntObjectHashMap.java

/**
 * Not of interest for users; only for implementors of hashtables. Used to keep
 * hash table capacities prime numbers.
 * 
 * <p>
 * Choosing prime numbers as hash table capacities is a good idea to keep them

From source file FourByFour.java

/**
 * Class: Poles
 * 
 * Description: Creates the "poles" in the 3D window.
 * 
 * Version: 1.0