|
|
|||||||||
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 | |
---|---|
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 | |
---|---|
void |
Pool.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 | |
---|---|
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 | |
---|---|
java.lang.Object |
AbstractElement.getAttribute(PicAttributeName name)
Returns the value for the given attribute name |
java.lang.Object |
PicAttributeSet.getAttribute(PicAttributeName name)
Returns the attribute with the given name, possibly resolving to parent if "name" is not defined in this set. |
java.lang.Object |
Element.getAttribute(PicAttributeName name)
|
void |
AbstractElement.setAttribute(PicAttributeName name,
java.lang.Object value)
Set the given attribute name to the given value for this AbstractElement |
void |
TextEditable.setAttribute(PicAttributeName name,
java.lang.Object value)
Set the given attribute name to the given value for this AbstractElement |
void |
PicAttributeSet.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. |
void |
Element.setAttribute(PicAttributeName name,
java.lang.Object value)
set the given attribute name to the given value for this Element |
void |
BranchElement.setAttribute(PicAttributeName name,
java.lang.Object value)
set an Attribute for this BranchElement and propagate to children |
Uses of PicAttributeName in jpicedt.graphic.toolkit |
---|
Methods in jpicedt.graphic.toolkit with parameters of type PicAttributeName | |
---|---|
protected void |
PEAction.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 | |
---|---|
protected Arrow |
DefaultViewFactory.createArrow(PicAttributeSet set,
PicAttributeName direction)
|
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |