Constant Field Values

Contents

com.github.*

  • com.github.weisj.jsvg.animation.time.Duration
    Modifier and Type
    Constant Field
    Value
    public static final long
    9223372036854775807L
  • com.github.weisj.jsvg.geometry.size.Angle
    Modifier and Type
    Constant Field
    Value
    public static final float
    0f/0f
  • com.github.weisj.jsvg.geometry.size.Length
    Modifier and Type
    Constant Field
    Value
    public static final float
    0f/0f
  • com.github.weisj.jsvg.geometry.size.Percentage
    Modifier and Type
    Constant Field
    Value
    public static final float
    0f/0f
  • com.github.weisj.jsvg.nodes.Anchor
    Modifier and Type
    Constant Field
    Value
    public static final String
    "a"
  • com.github.weisj.jsvg.nodes.Circle
    Modifier and Type
    Constant Field
    Value
    public static final String
    "circle"
  • com.github.weisj.jsvg.nodes.ClipPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "clippath"
  • com.github.weisj.jsvg.nodes.Defs
    Modifier and Type
    Constant Field
    Value
    public static final String
    "defs"
  • com.github.weisj.jsvg.nodes.Desc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "desc"
  • com.github.weisj.jsvg.nodes.Ellipse
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ellipse"
  • com.github.weisj.jsvg.nodes.Group
    Modifier and Type
    Constant Field
    Value
    public static final String
    "g"
  • com.github.weisj.jsvg.nodes.Image
    Modifier and Type
    Constant Field
    Value
    public static final String
    "image"
  • com.github.weisj.jsvg.nodes.Line
    Modifier and Type
    Constant Field
    Value
    public static final String
    "line"
  • com.github.weisj.jsvg.nodes.LinearGradient
    Modifier and Type
    Constant Field
    Value
    public static final String
    "lineargradient"
  • com.github.weisj.jsvg.nodes.Marker
    Modifier and Type
    Constant Field
    Value
    public static final String
    "marker"
  • com.github.weisj.jsvg.nodes.Mask
    Modifier and Type
    Constant Field
    Value
    public static final String
    "mask"
  • com.github.weisj.jsvg.nodes.Metadata
    Modifier and Type
    Constant Field
    Value
    public static final String
    "metadata"
  • com.github.weisj.jsvg.nodes.Path
    Modifier and Type
    Constant Field
    Value
    public static final String
    "path"
  • com.github.weisj.jsvg.nodes.Pattern
    Modifier and Type
    Constant Field
    Value
    public static final String
    "pattern"
  • com.github.weisj.jsvg.nodes.Polygon
    Modifier and Type
    Constant Field
    Value
    public static final String
    "polygon"
  • com.github.weisj.jsvg.nodes.Polyline
    Modifier and Type
    Constant Field
    Value
    public static final String
    "polyline"
  • com.github.weisj.jsvg.nodes.RadialGradient
    Modifier and Type
    Constant Field
    Value
    public static final String
    "radialgradient"
  • com.github.weisj.jsvg.nodes.Rect
    Modifier and Type
    Constant Field
    Value
    public static final String
    "rect"
  • com.github.weisj.jsvg.nodes.SolidColor
    Modifier and Type
    Constant Field
    Value
    public static final String
    "solidcolor"
  • com.github.weisj.jsvg.nodes.Stop
    Modifier and Type
    Constant Field
    Value
    public static final String
    "stop"
  • com.github.weisj.jsvg.nodes.Style
    Modifier and Type
    Constant Field
    Value
    public static final String
    "style"
  • com.github.weisj.jsvg.nodes.SVG
    Modifier and Type
    Constant Field
    Value
    public static final String
    "svg"
  • com.github.weisj.jsvg.nodes.Symbol
    Modifier and Type
    Constant Field
    Value
    public static final String
    "symbol"
  • com.github.weisj.jsvg.nodes.Title
    Modifier and Type
    Constant Field
    Value
    public static final String
    "title"
  • com.github.weisj.jsvg.nodes.Use
    Modifier and Type
    Constant Field
    Value
    public static final String
    "use"
  • com.github.weisj.jsvg.nodes.View
    Modifier and Type
    Constant Field
    Value
    public static final String
    "view"
  • com.github.weisj.jsvg.nodes.animation.Animate
    Modifier and Type
    Constant Field
    Value
    public static final String
    "animate"
  • com.github.weisj.jsvg.nodes.animation.AnimateTransform
    Modifier and Type
    Constant Field
    Value
    public static final String
    "animatetransform"
  • com.github.weisj.jsvg.nodes.animation.Set
    Modifier and Type
    Constant Field
    Value
    public static final String
    "set"
  • com.github.weisj.jsvg.nodes.filter.FeBlend
    Modifier and Type
    Constant Field
    Value
    public static final String
    "feblend"
  • com.github.weisj.jsvg.nodes.filter.FeColorMatrix
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fecolormatrix"
  • com.github.weisj.jsvg.nodes.filter.FeComponentTransfer
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fecomponenttransfer"
  • com.github.weisj.jsvg.nodes.filter.FeComposite
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fecomposite"
  • com.github.weisj.jsvg.nodes.filter.FeDisplacementMap
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fedisplacementmap"
  • com.github.weisj.jsvg.nodes.filter.FeDropShadow
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fedropshadow"
  • com.github.weisj.jsvg.nodes.filter.FeFlood
    Modifier and Type
    Constant Field
    Value
    public static final String
    "feflood"
  • com.github.weisj.jsvg.nodes.filter.FeGaussianBlur
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fegaussianblur"
  • com.github.weisj.jsvg.nodes.filter.FeMerge
    Modifier and Type
    Constant Field
    Value
    public static final String
    "feMerge"
  • com.github.weisj.jsvg.nodes.filter.FeMergeNode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "feMergeNode"
  • com.github.weisj.jsvg.nodes.filter.FeOffset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "feOffset"
  • com.github.weisj.jsvg.nodes.filter.FeTurbulence
    Modifier and Type
    Constant Field
    Value
    public static final String
    "feturbulence"
  • com.github.weisj.jsvg.nodes.filter.Filter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "filter"
  • com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncA
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fefunca"
  • com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncB
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fefuncb"
  • com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncG
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fefuncg"
  • com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncR
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fefuncr"
  • com.github.weisj.jsvg.nodes.mesh.MeshGradient
    Modifier and Type
    Constant Field
    Value
    public static final String
    "meshgradient"
  • com.github.weisj.jsvg.nodes.mesh.MeshPatch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "meshpatch"
  • com.github.weisj.jsvg.nodes.mesh.MeshRow
    Modifier and Type
    Constant Field
    Value
    public static final String
    "meshrow"
  • com.github.weisj.jsvg.nodes.text.Text
    Modifier and Type
    Constant Field
    Value
    public static final String
    "text"
  • com.github.weisj.jsvg.nodes.text.TextPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "textpath"
  • com.github.weisj.jsvg.nodes.text.TextSpan
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tspan"