http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicAttributeName

Packages that use PicAttributeName
jpicedt.format.input.pstricks Pstricks grammar tree. 
jpicedt.format.input.util This package contains helper classes for building a parser based on the well-known RegExp scheme, yet with a strong object-oriented approach in mind. 
jpicedt.format.output.eepic Classes (formatter, view factory,...) related to the epic/eepic content-type. 
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.toolkit Controller (document editing through UI actions) 
jpicedt.graphic.view Document appearance. 
 

Uses of PicAttributeName in jpicedt.format.input.pstricks
 

Constructors in jpicedt.format.input.pstricks with parameters of type PicAttributeName
PSTLengthParameter(Pool pl, String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)
           
PSTColorExpression(Pool pl, String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)
           
PSTBooleanExpression(Pool pl, String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)
           
PSTAngleParameter(Pool pl, String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)
           
 

Uses of PicAttributeName in jpicedt.format.input.util
 

Methods in jpicedt.format.input.util with parameters of type PicAttributeName
 void Pool.setAttribute(Pool.Key key, PicAttributeName name, Object value)
          Add a name/value attribute pair to the attribute set with the given key, i.e.
 

Uses of PicAttributeName in jpicedt.format.output.eepic
 

Methods in jpicedt.format.output.eepic with parameters of type PicAttributeName
protected  Arrow EepicViewFactory.createArrow(PicAttributeSet set, PicAttributeName direction)
           
 

Uses of PicAttributeName in jpicedt.graphic.model
 

Fields in jpicedt.graphic.model declared as PicAttributeName
static PicAttributeName PicObjectConstants.LINE_STYLE
          Attribute Names
static PicAttributeName PicObjectConstants.LINE_COLOR
           
static PicAttributeName PicObjectConstants.LINE_WIDTH
           
static PicAttributeName PicObjectConstants.DASH_TRANSPARENT
           
static PicAttributeName PicObjectConstants.DASH_OPAQUE
           
static PicAttributeName PicObjectConstants.DOT_SEP
           
static PicAttributeName PicObjectConstants.DOUBLE_LINE
           
static PicAttributeName PicObjectConstants.DOUBLE_SEP
           
static PicAttributeName PicObjectConstants.DOUBLE_COLOR
           
static PicAttributeName PicObjectConstants.OVER_STRIKE
           
static PicAttributeName PicObjectConstants.OVER_STRIKE_WIDTH
           
static PicAttributeName PicObjectConstants.OVER_STRIKE_COLOR
           
static PicAttributeName PicObjectConstants.SHADOW
           
static PicAttributeName PicObjectConstants.SHADOW_SIZE
           
static PicAttributeName PicObjectConstants.SHADOW_ANGLE
           
static PicAttributeName PicObjectConstants.SHADOW_COLOR
           
static PicAttributeName PicObjectConstants.DIMEN
           
static PicAttributeName PicObjectConstants.FILL_STYLE
           
static PicAttributeName PicObjectConstants.FILL_COLOR
           
static PicAttributeName PicObjectConstants.HATCH_WIDTH
           
static PicAttributeName PicObjectConstants.HATCH_SEP
           
static PicAttributeName PicObjectConstants.HATCH_COLOR
           
static PicAttributeName PicObjectConstants.HATCH_ANGLE
           
static PicAttributeName PicObjectConstants.LEFT_ARROW
           
static PicAttributeName PicObjectConstants.RIGHT_ARROW
           
static PicAttributeName PicObjectConstants.ARROW_GLOBAL_SCALE_WIDTH
           
static PicAttributeName PicObjectConstants.ARROW_GLOBAL_SCALE_LENGTH
           
static PicAttributeName PicObjectConstants.ARROW_WIDTH_MINIMUM_MM
           
static PicAttributeName PicObjectConstants.ARROW_WIDTH_LINEWIDTH_SCALE
           
static PicAttributeName PicObjectConstants.ARROW_LENGTH_SCALE
           
static PicAttributeName PicObjectConstants.ARROW_INSET_SCALE
           
static PicAttributeName PicObjectConstants.TBAR_WIDTH_MINIMUM_MM
           
static PicAttributeName PicObjectConstants.TBAR_WIDTH_LINEWIDTH_SCALE
           
static PicAttributeName PicObjectConstants.BRACKET_LENGTH_SCALE
           
static PicAttributeName PicObjectConstants.RBRACKET_LENGTH_SCALE
           
static PicAttributeName PicObjectConstants.POLYDOTS_STYLE
           
static PicAttributeName PicObjectConstants.POLYDOTS_SUPERIMPOSE
           
static PicAttributeName PicObjectConstants.POLYDOTS_SIZE_MINIMUM_MM
           
static PicAttributeName PicObjectConstants.POLYDOTS_SIZE_LINEWIDTH_SCALE
           
static PicAttributeName PicObjectConstants.POLYDOTS_SCALE_H
           
static PicAttributeName PicObjectConstants.POLYDOTS_SCALE_V
           
static PicAttributeName PicObjectConstants.POLYDOTS_ANGLE
           
static PicAttributeName PicObjectConstants.TEXT_VERT_ALIGN
           
static PicAttributeName PicObjectConstants.TEXT_HOR_ALIGN
           
static PicAttributeName PicObjectConstants.TEXT_FRAME
           
static PicAttributeName PicObjectConstants.TEXT_ROTATION
           
static PicAttributeName PicObjectConstants.PST_CUSTOM
           
 

Methods in jpicedt.graphic.model with parameters of type PicAttributeName
 void TextEditable.setAttribute(PicAttributeName name, Object value)
          Set the given attribute name to the given value for this AbstractElement
 Object PicAttributeSet.getAttribute(PicAttributeName name)
          Returns the attribute with the given name, possibly resolving to parent if "name" is not defined in this set.
 void PicAttributeSet.setAttribute(PicAttributeName name, Object value)
          Add a new name/value pair to the set if it's present nor in the set, nor in the resolving parent, otherwise modify the value for the given name.
 void Element.setAttribute(PicAttributeName name, Object value)
          set the given attribute name to the given value for this Element
 Object Element.getAttribute(PicAttributeName name)
           
 void BranchElement.setAttribute(PicAttributeName name, Object value)
          set an Attribute for this BranchElement and propagate to children
 void AbstractElement.setAttribute(PicAttributeName name, Object value)
          Set the given attribute name to the given value for this AbstractElement
 Object AbstractElement.getAttribute(PicAttributeName name)
          Returns the value for the given attribute name
 

Uses of PicAttributeName in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit with parameters of type PicAttributeName
protected  void PEAction.setAttribute(PicAttributeName name, Object value)
          Applies the given attribute to the drawing content.
 

Uses of PicAttributeName in jpicedt.graphic.view
 

Methods in jpicedt.graphic.view with parameters of type PicAttributeName
protected  Arrow DefaultViewFactory.createArrow(PicAttributeSet set, PicAttributeName direction)
           
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org