Uses of Class
jpicedt.graphic.model.PicAttributeName
-
Packages that use PicAttributeName Package Description 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 Constructor Description PSTAngleParameter(Pool pl, java.lang.String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)PSTBooleanExpression(Pool pl, java.lang.String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)PSTColorExpression(Pool pl, java.lang.String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)PSTLengthParameter(Pool pl, java.lang.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 Modifier and Type Method Description voidPool. setAttribute(Pool.Key key, PicAttributeName name, java.lang.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 Modifier and Type Method Description protected ArrowEepicViewFactory. createArrow(PicAttributeSet set, PicAttributeName direction) -
Uses of PicAttributeName in jpicedt.graphic.model
Methods in jpicedt.graphic.model with parameters of type PicAttributeName Modifier and Type Method Description java.lang.ObjectAbstractElement. getAttribute(PicAttributeName name)Returns the value for the given attribute namejava.lang.ObjectElement. getAttribute(PicAttributeName name)java.lang.ObjectPicAttributeSet. getAttribute(PicAttributeName name)Returns the attribute with the given name, possibly resolving to parent if "name" is not defined in this set.voidAbstractElement. setAttribute(PicAttributeName name, java.lang.Object value)Set the given attribute name to the given value for this AbstractElementvoidBranchElement. setAttribute(PicAttributeName name, java.lang.Object value)set an Attribute for this BranchElement and propagate to childrenvoidElement. setAttribute(PicAttributeName name, java.lang.Object value)set the given attribute name to the given value for this ElementvoidPicAttributeSet. setAttribute(PicAttributeName name, java.lang.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.voidTextEditable. setAttribute(PicAttributeName name, java.lang.Object 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 Modifier and Type Method Description protected voidPEAction. setAttribute(PicAttributeName name, java.lang.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 Modifier and Type Method Description protected ArrowDefaultViewFactory. createArrow(PicAttributeSet set, PicAttributeName direction)
-