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.format.output.tikz Tikz Formatter Classes (formatter, view factory,…) related to the TikZ content-type. 
jpicedt.graphic.io.formatter Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks. 
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
PSTAngleParameter(Pool pl, String tag, PicAttributeName<Double> attributeName, Pool.Key<PicAttributeSet> attributeSetKey)
           
PSTBooleanExpression(Pool pl, String tag, PicAttributeName<Boolean> attributeName, Pool.Key<PicAttributeSet> attributeSetKey)
           
PSTColorExpression(Pool pl, String tag, PicAttributeName<Color> attributeName, Pool.Key<PicAttributeSet> attributeSetKey)
           
PSTLengthParameter(Pool pl, String tag, PicAttributeName<Double> attributeName, Pool.Key<PicAttributeSet> attributeSetKey)
           
 

Uses of PicAttributeName in jpicedt.format.input.util
 

Methods in jpicedt.format.input.util with parameters of type PicAttributeName
<T> void
Pool.setAttribute(Pool.Key<? extends PicAttributeSet> key, PicAttributeName<T> name, T 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
 ArrowView EepicViewFactory.createArrow(PicAttributeSet set, PicAttributeName<StyleConstants.ArrowStyle> direction)
           
 

Uses of PicAttributeName in jpicedt.format.output.tikz
 

Methods in jpicedt.format.output.tikz with parameters of type PicAttributeName
 ArrowView TikzViewFactory.createArrow(PicAttributeSet set, PicAttributeName<StyleConstants.ArrowStyle> direction)
           
 

Uses of PicAttributeName in jpicedt.graphic.io.formatter
 

Methods in jpicedt.graphic.io.formatter with parameters of type PicAttributeName
protected
<T> void
XmlAttributeSet.putNameValuePair(PicAttributeName<T> name, PicAttributeSet set)
          Given an attribute name and an attribute set, retrieve the value associated with the given name in the set, compares it with the default value, and add a name/value entry to the given map if they differ.
 

Uses of PicAttributeName in jpicedt.graphic.model
 

Fields in jpicedt.graphic.model declared as PicAttributeName
static PicAttributeName<Double> PicAttributeName.ARROW_GLOBAL_SCALE_LENGTH
           
static PicAttributeName<Double> PicAttributeName.ARROW_GLOBAL_SCALE_WIDTH
           
static PicAttributeName<Double> PicAttributeName.ARROW_INSET_SCALE
           
static PicAttributeName<Double> PicAttributeName.ARROW_LENGTH_SCALE
           
static PicAttributeName<Double> PicAttributeName.ARROW_WIDTH_LINEWIDTH_SCALE
           
static PicAttributeName<Double> PicAttributeName.ARROW_WIDTH_MINIMUM_MM
           
static PicAttributeName<Double> PicAttributeName.BRACKET_LENGTH_SCALE
           
static PicAttributeName<Double> PicAttributeName.DASH_OPAQUE
           
static PicAttributeName<Double> PicAttributeName.DASH_TRANSPARENT
           
static PicAttributeName<StyleConstants.Dimen> PicAttributeName.DIMEN
           
static PicAttributeName<Double> PicAttributeName.DOT_SEP
           
static PicAttributeName<Color> PicAttributeName.DOUBLE_COLOR
           
static PicAttributeName<Boolean> PicAttributeName.DOUBLE_LINE
           
static PicAttributeName<Double> PicAttributeName.DOUBLE_SEP
           
static PicAttributeName<Color> PicAttributeName.FILL_COLOR
           
static PicAttributeName<StyleConstants.FillStyle> PicAttributeName.FILL_STYLE
           
static PicAttributeName<Double> PicAttributeName.HATCH_ANGLE
           
static PicAttributeName<Color> PicAttributeName.HATCH_COLOR
           
static PicAttributeName<Double> PicAttributeName.HATCH_SEP
           
static PicAttributeName<Double> PicAttributeName.HATCH_WIDTH
           
static PicAttributeName<StyleConstants.ArrowStyle> PicAttributeName.LEFT_ARROW
           
static PicAttributeName<Color> PicAttributeName.LINE_COLOR
           
static PicAttributeName<StyleConstants.LineStyle> PicAttributeName.LINE_STYLE
           
static PicAttributeName<Double> PicAttributeName.LINE_WIDTH
           
static PicAttributeName<Boolean> PicAttributeName.OVER_STRIKE
           
static PicAttributeName<Color> PicAttributeName.OVER_STRIKE_COLOR
           
static PicAttributeName<Double> PicAttributeName.OVER_STRIKE_WIDTH
           
static PicAttributeName<Double> PicAttributeName.POLYDOTS_ANGLE
           
static PicAttributeName<Double> PicAttributeName.POLYDOTS_SCALE_H
           
static PicAttributeName<Double> PicAttributeName.POLYDOTS_SCALE_V
           
static PicAttributeName<Double> PicAttributeName.POLYDOTS_SIZE_LINEWIDTH_SCALE
           
static PicAttributeName<Double> PicAttributeName.POLYDOTS_SIZE_MINIMUM_MM
           
static PicAttributeName<StyleConstants.PolydotsStyle> PicAttributeName.POLYDOTS_STYLE
           
static PicAttributeName<Boolean> PicAttributeName.POLYDOTS_SUPERIMPOSE
           
static PicAttributeName<String> PicAttributeName.PST_CUSTOM
           
static PicAttributeName<Double> PicAttributeName.RBRACKET_LENGTH_SCALE
           
static PicAttributeName<StyleConstants.ArrowStyle> PicAttributeName.RIGHT_ARROW
           
static PicAttributeName<Boolean> PicAttributeName.SHADOW
           
static PicAttributeName<Double> PicAttributeName.SHADOW_ANGLE
           
static PicAttributeName<Color> PicAttributeName.SHADOW_COLOR
           
static PicAttributeName<Double> PicAttributeName.SHADOW_SIZE
           
static PicAttributeName<Double> PicAttributeName.TBAR_WIDTH_LINEWIDTH_SCALE
           
static PicAttributeName<Double> PicAttributeName.TBAR_WIDTH_MINIMUM_MM
           
static PicAttributeName<PicText.FrameStyle> PicAttributeName.TEXT_FRAME
           
static PicAttributeName<PicText.HorAlign> PicAttributeName.TEXT_HOR_ALIGN
           
static PicAttributeName<PicText.TextIcon> PicAttributeName.TEXT_ICON
           
static PicAttributeName<PicText.TextMode> PicAttributeName.TEXT_MODE
           
static PicAttributeName<Double> PicAttributeName.TEXT_ROTATION
           
static PicAttributeName<PicText.VertAlign> PicAttributeName.TEXT_VERT_ALIGN
           
static PicAttributeName<String> PicAttributeName.TIKZ_CUSTOM
           
 

Fields in jpicedt.graphic.model with type parameters of type PicAttributeName
protected  HashMap<PicAttributeName,Object> PicAttributeSet.map
          a map holding name/value pairs
 

Methods in jpicedt.graphic.model that return types with arguments of type PicAttributeName
 Iterator<PicAttributeName> PicAttributeSet.getAttributeNames()
          Returns an iterator over the names of the attributes in this attribute set ; this doesn't iterate over the keys of the resolving parent.
 

Methods in jpicedt.graphic.model with parameters of type PicAttributeName
<T> T
PicAttributeSet.getAttribute(PicAttributeName<T> name)
          Returns the attribute with the given name, possibly resolving to parent if "name" is not defined in this set.
<T> T
Element.getAttribute(PicAttributeName<T> name)
          Return the value for the given attribute name
<T> T
AbstractElement.getAttribute(PicAttributeName<T> name)
          Returns the value for the given attribute name
<T> void
TextEditable.setAttribute(PicAttributeName<T> name, T value)
          Set the given attribute name to the given value for this AbstractElement
<T> void
PicAttributeSet.setAttribute(PicAttributeName<T> name, T 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.
<T> void
Element.setAttribute(PicAttributeName<T> name, T value)
          Sets the given attribute name to the given value for this Element
<T> void
Drawing.BoundingBox.setAttribute(PicAttributeName<T> name, T value)
           
<T> void
BranchElement.setAttribute(PicAttributeName<T> name, T value)
          Set an Attribute for this BranchElement and propagate to children.
<T> void
AbstractElement.setAttribute(PicAttributeName<T> name, T value)
          Set the given attribute name to the given value for this AbstractElement
 

Uses of PicAttributeName in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit with parameters of type PicAttributeName
protected
<T> void
PEAction.setAttribute(PicAttributeName<T> name, T 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
 ArrowView DefaultViewFactory.createArrow(PicAttributeSet set, PicAttributeName<StyleConstants.ArrowStyle> direction)
           
 ArrowView AttributesViewFactory.createArrow(PicAttributeSet set, PicAttributeName<StyleConstants.ArrowStyle> direction)
          Returns an ArrowView for rendering arrow-related attributes using the given attribute set.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org