public interface ILcdSVGConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARCBAND
Tag for an arcband ( non SVG ).
|
static java.lang.String |
ATTRIBUTESEPARATOR
Symbol used to separate attributes of SVG tags.
|
static java.lang.String |
BOTTOM
Vertical alignment for text ( part of style attribute ).
|
static java.lang.String |
BOUNDS
SVG tag for bounds.
|
static java.lang.String |
CENTERX
/**
First coordinate of the center of an arc or circle.
|
static java.lang.String |
CENTERY
Second coordinate of the center of an arc or circle.
|
static java.lang.String |
CHARHEIGHT
Height of character ( part of text style attribute ).
|
static java.lang.String |
CHARWIDHT
Width of character ( part of text style attribute ).
|
static java.lang.String |
CIRCLE
SVG tag for a circle.
|
static java.lang.String |
CLOSEPATH
Instruction of path data, to close the path.
|
static java.lang.String |
CURVETO
Instruction of path data, to draw a curve.
|
static java.lang.String |
ELLIPSE
SVG tag for ellipse.
|
static java.lang.String |
ELLIPTICAL_ARC
Instruction of path data, to draw an elliptical arc.
|
static java.lang.String |
END
Horizontal alignment for text ( part of style attribute ).
|
static java.lang.String |
ENDANGLE
End angle of an arcband ( non SVG ).
|
static java.lang.String |
HEIGHT
Attribute to declare the height of a bounds.
|
static java.lang.String |
HORIZONTAL_LINETO
Instruction of path data, to draw a horizontal line to the next point.
|
static java.lang.String |
LINE
SVG tag for a line.
|
static java.lang.String |
LINETO
Instruction of path data, to draw a line to the next point.
|
static java.lang.String |
MAXRADIUS
Maximum radius of an arcband ( non SVG ).
|
static java.lang.String |
MIDDLE
Horizontal alignment for text ( part of style attribute ).
|
static java.lang.String |
MINRADIUS
Minimum radius of an arcband ( non SVG ).
|
static java.lang.String |
MODELTYPE
Model type, "svg".
|
static java.lang.String |
MOVETO
Instruction of path data.
|
static java.lang.String |
PATH
SVG tag for path.
|
static java.lang.String |
PATHDATA
The path data.
|
static java.lang.String |
POINT
Tag for a point ( non SVG ).
|
static java.lang.String |
POINTLIST
Tag for a point list ( non SVG ).
|
static java.lang.String |
POINTS
Attribute to declare the point list for polygons and polylines.
|
static java.lang.String |
POLYGON
SVG tag for a polygon.
|
static java.lang.String |
POLYLINE
SVG tag for a polyline.
|
static java.lang.String |
QUADRATIC_BEZIER_CURVETO
Instruction of path data, to draw a quadratic Bezier curve.
|
static java.lang.String |
RADIUS
Radius of a circle.
|
static java.lang.String |
RADIUSX
The x-axis radius of the ellipse.
|
static java.lang.String |
RADIUSY
The y-axis radius of the ellipse.
|
static java.lang.String |
REL_CLOSEPATH
Instruction of path data, to close the path.
|
static java.lang.String |
REL_CURVETO
Instruction of path data, to draw a curve relative to the current position.
|
static java.lang.String |
REL_ELLIPTICAL_ARC
Instruction of path data, to draw an elliptical arc relative to the current position.
|
static java.lang.String |
REL_HORIZONTAL_LINETO
Instruction of path data, to draw a horizontal line relative to the current position.
|
static java.lang.String |
REL_LINETO
Instruction of path data, to draw a line relative to the current position.
|
static java.lang.String |
REL_MOVETO
Instruction of path data, to translate the current position.
|
static java.lang.String |
REL_QUADRATIC_BEZIER_CURVETO
Instruction of path data, to draw a quadratic bezier curve relative to the current position.
|
static java.lang.String |
REL_SMOOTH_CURVETO
Instruction of path data, to draw a smooth curve relative to the current position.
|
static java.lang.String |
REL_SMOOTH_QUADRATIC_BEZIER_CURVETO
Instruction of path data, to draw a smooth quadratic bezier curve relative to the current position.
|
static java.lang.String |
REL_VERTICAL_LINETO
Instruction of path data, to draw a vertical line relative to the current position.
|
static java.lang.String |
ROTATE
Rotation angle of an Ellipsoid.
|
static java.lang.String |
ROTATION
Transformations of text ( part of style attribute ).
|
static java.lang.String |
SHAPELIST
SVG tag for a shape list.
|
static java.lang.String |
SMOOTH_CURVETO
Instruction of path data, to draw a smooth curve.
|
static java.lang.String |
SMOOTH_QUADRATIC_BEZIER_CURVETO
Instruction of path data, to draw a smooth quadratic Bezier curve.
|
static java.lang.String |
START
Horizontal alignment for text ( part of style attribute ).
|
static java.lang.String |
STARTANGLE
Start angle of an arcband ( non SVG ).
|
static java.lang.String |
STYLE
Style attribute for a text element.
|
static java.lang.String |
TEXT
SVG tag for text.
|
static java.lang.String |
TEXTANCHOR
Horizontal alignment for text ( part of style attribute ).
|
static java.lang.String |
TEXTBASELINE
Vertical alignment for text ( part of style attribute ).
|
static java.lang.String |
TOP
Vertical alignment for text ( part of style attribute ).
|
static java.lang.String |
TRANSFORM
Transformations of text ( part of style attribute ).
|
static java.lang.String[] |
UNITS
Units that can be used for length attributes.
|
static java.lang.String |
VERTICAL_LINETO
Instruction of path data, to draw a vertical line to the next point.
|
static java.lang.String |
WIDTH
Attribute to declare the width of a bounds.
|
static java.lang.String |
X
Attribute to declare a first coordinate.
|
static java.lang.String |
X1
Attribute to declare a first coordinate of the start point of a line.
|
static java.lang.String |
X2
Attribute to declare a first coordinate of the end point of a line.
|
static java.lang.String |
Y
Attribute to declare a second coordinate.
|
static java.lang.String |
Y1
Attribute to declare a second coordinate of the start point of a line.
|
static java.lang.String |
Y2
Attribute to declare a second coordinate of the end point of a line.
|
static final java.lang.String MODELTYPE
static final java.lang.String CIRCLE
static final java.lang.String POLYLINE
static final java.lang.String LINE
static final java.lang.String POLYGON
static final java.lang.String BOUNDS
static final java.lang.String TEXT
static final java.lang.String SHAPELIST
static final java.lang.String ELLIPSE
static final java.lang.String PATH
static final java.lang.String POINT
static final java.lang.String ARCBAND
static final java.lang.String POINTLIST
static final java.lang.String POINTS
static final java.lang.String X1
static final java.lang.String Y1
static final java.lang.String X2
static final java.lang.String Y2
static final java.lang.String X
static final java.lang.String Y
static final java.lang.String WIDTH
static final java.lang.String HEIGHT
static final java.lang.String STYLE
static final java.lang.String TEXTANCHOR
static final java.lang.String START
static final java.lang.String MIDDLE
static final java.lang.String END
static final java.lang.String TEXTBASELINE
static final java.lang.String TOP
static final java.lang.String BOTTOM
static final java.lang.String TRANSFORM
static final java.lang.String ROTATION
static final java.lang.String ROTATE
static final java.lang.String CHARWIDHT
static final java.lang.String CHARHEIGHT
static final java.lang.String CENTERX
static final java.lang.String CENTERY
static final java.lang.String RADIUS
static final java.lang.String RADIUSX
static final java.lang.String RADIUSY
static final java.lang.String PATHDATA
static final java.lang.String MOVETO
static final java.lang.String CLOSEPATH
static final java.lang.String LINETO
static final java.lang.String HORIZONTAL_LINETO
static final java.lang.String VERTICAL_LINETO
static final java.lang.String CURVETO
static final java.lang.String SMOOTH_CURVETO
static final java.lang.String QUADRATIC_BEZIER_CURVETO
static final java.lang.String SMOOTH_QUADRATIC_BEZIER_CURVETO
static final java.lang.String ELLIPTICAL_ARC
static final java.lang.String REL_MOVETO
static final java.lang.String REL_CLOSEPATH
static final java.lang.String REL_LINETO
static final java.lang.String REL_HORIZONTAL_LINETO
static final java.lang.String REL_VERTICAL_LINETO
static final java.lang.String REL_CURVETO
static final java.lang.String REL_SMOOTH_CURVETO
static final java.lang.String REL_QUADRATIC_BEZIER_CURVETO
static final java.lang.String REL_SMOOTH_QUADRATIC_BEZIER_CURVETO
static final java.lang.String REL_ELLIPTICAL_ARC
static final java.lang.String MINRADIUS
static final java.lang.String MAXRADIUS
static final java.lang.String STARTANGLE
static final java.lang.String ENDANGLE
static final java.lang.String ATTRIBUTESEPARATOR
static final java.lang.String[] UNITS