Modifier and Type | Field and Description |
---|---|
Values |
GraphicSprite.position
Sprite position.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicSprite.setPosition(Values values) |
Modifier and Type | Method and Description |
---|---|
Values |
Style.getArrowSize()
Edge arrow dimensions.
|
Values |
Style.getPadding()
Additional space to add inside the element between its contour and its
contents.
|
Values |
Style.getShadowOffset()
Offset of the element shadow centre according to the element centre.
|
Values |
Style.getShapePoints()
The element polygonal shape.
|
Values |
Style.getSize()
The element dimensions.
|
Values |
Style.getTextOffset()
Offset of the text from its computed position.
|
Values |
Style.getTextPadding()
Padding of the text inside its background, if any.
|
Values |
Style.getTextVisibility()
Visibility values if the text visibility changes.
|
Values |
Style.getVisibility()
The element visibility if it is variable.
|
Modifier and Type | Method and Description |
---|---|
void |
Values.copy(Values values)
Copy the given values to this set.
|
Constructor and Description |
---|
Values(Values other)
New copy of another value set.
|
Modifier and Type | Method and Description |
---|---|
Values |
StyleSheetParser.values() |
Modifier and Type | Method and Description |
---|---|
<T extends Sprite> |
SpriteManager.addSprite(java.lang.String identifier,
java.lang.Class<T> spriteClass,
Values position)
Same as
SpriteManager.addSprite(String, Class) but also allows to specify an
initial position. |
Sprite |
SpriteFactory.newSprite(java.lang.String identifier,
SpriteManager manager,
Values position)
Create a new sprite for the given manager with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
Values |
DefaultCamera2D.getNodeOrSpriteSize(GraphicElement elt) |
Modifier and Type | Method and Description |
---|---|
double |
GraphMetrics.lengthToGu(Values values,
int index)
Convert one of the given values in a given units to graph units.
|
double |
GraphMetrics.lengthToPx(Values values,
int index)
Convert one of the given values in a given units pixels.
|