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