http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.BranchElement.CompoundMode

Packages that use BranchElement.CompoundMode
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.toolkit Controller (document editing through UI actions)
 
 

Uses of BranchElement.CompoundMode in jpicedt.graphic.model
 

Fields in jpicedt.graphic.model declared as BranchElement.CompoundMode
protected  BranchElement.CompoundMode BranchElement.compoundMode
          current CompoundMode
 

Methods in jpicedt.graphic.model that return BranchElement.CompoundMode
 BranchElement.CompoundMode BranchElement.getCompoundMode()
          Returns whether this group should be painted as single path or not.
static BranchElement.CompoundMode BranchElement.CompoundMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BranchElement.CompoundMode[] BranchElement.CompoundMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jpicedt.graphic.model with parameters of type BranchElement.CompoundMode
 void BranchElement.setCompoundMode(BranchElement.CompoundMode m)
          If s is true, the associated view will attempt to paint this BranchElement as a single path made up by piecing childrens' shapes (aka PSTricks' pscustom).
 

Uses of BranchElement.CompoundMode in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit with parameters of type BranchElement.CompoundMode
 void DefaultSelectionHandler.setCompoundMode(BranchElement.CompoundMode m)
           
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org