Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ydp.jai
Class Property  view Property download Property.java

java.lang.Object
  extended byorg.ydp.jai.Property

class Property
extends java.lang.Object


Field Summary
private  int offset
           
private  int type
           
 
Constructor Summary
Property(int type, int offset)
           
 
Method Summary
 int getOffset()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private int type

offset

private int offset
Constructor Detail

Property

public Property(int type,
                int offset)
Method Detail

getType

public int getType()

getOffset

public int getOffset()