|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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)
|
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |