public class VectorGraphics extends Object
Constructor and Description |
---|
VectorGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
TextGraphics |
getLabel()
Gets the text graphics used to render the vector label.
|
GraphicsParameter<Double> |
getLength()
Gets a parameter defining the length of the vector.
|
SolidGraphics |
getSolid()
Gets the solid graphics use to render the vector.
|
GraphicsParameter<Double> |
getWidth()
Gets a parameter defining the width of the vector.
|
void |
setLabel(TextGraphics value)
Sets the text graphics used to render the vector label.
|
void |
setLength(GraphicsParameter<Double> value)
Sets a parameter defining the length of the vector.
|
void |
setSolid(SolidGraphics value)
Sets the solid graphics use to render the vector.
|
void |
setWidth(GraphicsParameter<Double> value)
Sets a parameter defining the width of the vector.
|
public final GraphicsParameter<Double> getLength()
public final void setLength(GraphicsParameter<Double> value)
public final GraphicsParameter<Double> getWidth()
public final void setWidth(GraphicsParameter<Double> value)
public final TextGraphics getLabel()
public final void setLabel(TextGraphics value)
public final SolidGraphics getSolid()
public final void setSolid(SolidGraphics value)