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

Quick Search    Search Deep

Uses of Class
org.pqt.autorib.rib.RIBStateRec

Uses of RIBStateRec in org.pqt.autorib.rib
 

Subclasses of RIBStateRec in org.pqt.autorib.rib
 class RIBAttributeRec
          Stores various attribute information for an object (color, shaders etc) it uses two types of special content = one for Declares and one for implementation dependent Attributes.
 class RIBOptionRec
          stores options read from an RIB file, and is also used to store Objects defined in the RIB file.
 

Fields in org.pqt.autorib.rib declared as RIBStateRec
(package private)  RIBStateRec RIBStateRec.inheritsFrom
          a reference to a StateRec from which to inherit - only used by AttributeRec
 

Constructors in org.pqt.autorib.rib with parameters of type RIBStateRec
RIBStateRec(RIBStateRec a, boolean copySpecialContent)
          Constructed based on a previous staterec
RIBStateRec(RIBStateRec a)
          Constructed based on a previous staterec including the specialContent