Interface ILcdSVGConstants


public interface ILcdSVGConstants
Constants used to decode/encode SVG files. Extra constants are added to create/save common shapes which are not used in SVG ( points, arcbands and point lists). These constants are marked with '( non SVG )'.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Tag for an arcband ( non SVG ).
    static final String
    Symbol used to separate attributes of SVG tags.
    static final String
    Vertical alignment for text ( part of style attribute ).
    static final String
    SVG tag for bounds.
    static final String
    /** First coordinate of the center of an arc or circle.
    static final String
    Second coordinate of the center of an arc or circle.
    static final String
    Height of character ( part of text style attribute ).
    static final String
    Width of character ( part of text style attribute ).
    static final String
    SVG tag for a circle.
    static final String
    Instruction of path data, to close the path.
    static final String
    Instruction of path data, to draw a curve.
    static final String
    SVG tag for ellipse.
    static final String
    Instruction of path data, to draw an elliptical arc.
    static final String
    Horizontal alignment for text ( part of style attribute ).
    static final String
    End angle of an arcband ( non SVG ).
    static final String
    Attribute to declare the height of a bounds.
    static final String
    Instruction of path data, to draw a horizontal line to the next point.
    static final String
    SVG tag for a line.
    static final String
    Instruction of path data, to draw a line to the next point.
    static final String
    Maximum radius of an arcband ( non SVG ).
    static final String
    Horizontal alignment for text ( part of style attribute ).
    static final String
    Minimum radius of an arcband ( non SVG ).
    static final String
    Model type, "svg".
    static final String
    Instruction of path data.
    static final String
    SVG tag for path.
    static final String
    The path data.
    static final String
    Tag for a point ( non SVG ).
    static final String
    Tag for a point list ( non SVG ).
    static final String
    Attribute to declare the point list for polygons and polylines.
    static final String
    SVG tag for a polygon.
    static final String
    SVG tag for a polyline.
    static final String
    Instruction of path data, to draw a quadratic Bezier curve.
    static final String
    Radius of a circle.
    static final String
    The x-axis radius of the ellipse.
    static final String
    The y-axis radius of the ellipse.
    static final String
    Instruction of path data, to close the path.
    static final String
    Instruction of path data, to draw a curve relative to the current position.
    static final String
    Instruction of path data, to draw an elliptical arc relative to the current position.
    static final String
    Instruction of path data, to draw a horizontal line relative to the current position.
    static final String
    Instruction of path data, to draw a line relative to the current position.
    static final String
    Instruction of path data, to translate the current position.
    static final String
    Instruction of path data, to draw a quadratic bezier curve relative to the current position.
    static final String
    Instruction of path data, to draw a smooth curve relative to the current position.
    static final String
    Instruction of path data, to draw a smooth quadratic bezier curve relative to the current position.
    static final String
    Instruction of path data, to draw a vertical line relative to the current position.
    static final String
    Rotation angle of an Ellipsoid.
    static final String
    Transformations of text ( part of style attribute ).
    static final String
    SVG tag for a shape list.
    static final String
    Instruction of path data, to draw a smooth curve.
    static final String
    Instruction of path data, to draw a smooth quadratic Bezier curve.
    static final String
    Horizontal alignment for text ( part of style attribute ).
    static final String
    Start angle of an arcband ( non SVG ).
    static final String
    Style attribute for a text element.
    static final String
    SVG tag for text.
    static final String
    Horizontal alignment for text ( part of style attribute ).
    static final String
    Vertical alignment for text ( part of style attribute ).
    static final String
    Vertical alignment for text ( part of style attribute ).
    static final String
    Transformations of text ( part of style attribute ).
    static final String[]
    Units that can be used for length attributes.
    static final String
    Instruction of path data, to draw a vertical line to the next point.
    static final String
    Attribute to declare the width of a bounds.
    static final String
    Attribute to declare a first coordinate.
    static final String
    Attribute to declare a first coordinate of the start point of a line.
    static final String
    Attribute to declare a first coordinate of the end point of a line.
    static final String
    Attribute to declare a second coordinate.
    static final String
    Attribute to declare a second coordinate of the start point of a line.
    static final String
    Attribute to declare a second coordinate of the end point of a line.