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.RIBAttributeRec

Uses of RIBAttributeRec in org.pqt.autorib.rib
 

Fields in org.pqt.autorib.rib declared as RIBAttributeRec
 RIBAttributeRec RIBWReader.currentAttrs
          the current set of graphics attributes
 RIBAttributeRec RIBWReader.globalAttrs
          the set of attributes defined in the global header
 RIBAttributeRec RIBWReader.frameAttrs
          the set of attributes defined in the current frame
 RIBAttributeRec RIBObjectGroup.attributes
          attributes associated with this group of primitives
 RIBAttributeRec RIBLight.attributes
           
private  RIBAttributeRec RIBAttributeRec.ancestor
          another RIBAttribute rec which is searched for attributes if they are not found in the present AttributeRec
 

Methods in org.pqt.autorib.rib with parameters of type RIBAttributeRec
 void RIBObjectGroup.setAttrs(RIBAttributeRec attrs)
          Set the current attributes for this object group - this clones the given attribute rec to freeze it from subsequent change
 void RIBLight.setAttrs(RIBAttributeRec attrs)
           
 void RIBAttributeRec.setInheritance(RIBAttributeRec inheritsFrom)
          Set a RIBAttributeRec that is searched for attributes if the given attribute is not found in the current RIBAttributeRec.
 

Constructors in org.pqt.autorib.rib with parameters of type RIBAttributeRec
RIBAttributeRec(RIBAttributeRec a)
          Create an attribute record that inherits attributes from the given record.