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.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Arrow |
EepicViewFactory.createArrow(PicAttributeSet set,
PicAttributeName direction) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractElement.getAttribute(PicAttributeName name)
Returns the value for the given attribute name
|
java.lang.Object |
Element.getAttribute(PicAttributeName 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.
|
void |
AbstractElement.setAttribute(PicAttributeName name,
java.lang.Object value)
Set the given attribute name to the given value for this AbstractElement
|
void |
BranchElement.setAttribute(PicAttributeName name,
java.lang.Object value)
set an Attribute for this BranchElement and propagate to children
|
void |
Element.setAttribute(PicAttributeName name,
java.lang.Object value)
set the given attribute name to the given value for this Element
|
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 |
TextEditable.setAttribute(PicAttributeName name,
java.lang.Object value)
Set the given attribute name to the given value for this AbstractElement
|
Modifier and Type | Method and Description |
---|---|
protected void |
PEAction.setAttribute(PicAttributeName name,
java.lang.Object value)
Applies the given attribute to the drawing content.
|
Modifier and Type | Method and Description |
---|---|
protected Arrow |
DefaultViewFactory.createArrow(PicAttributeSet set,
PicAttributeName direction) |
Submit a bug : syd@jpicedt.org