Constant Field Values
Contents
com.github.*
-
com.github.weisj.jsvg.SVGDocument Modifier and Type Constant Field Value private static final boolean
DEBUG
false
-
com.github.weisj.jsvg.SVGRenderingHints Modifier and Type Constant Field Value private static final int
P_KEY_CACHE_OFFSCREEN_IMAGE
3
private static final int
P_KEY_IMAGE_ANTIALIASING
1
private static final int
P_KEY_MASK_CLIP_RENDERING
4
private static final int
P_KEY_SOFT_CLIPPING
2
-
com.github.weisj.jsvg.attributes.com.github.weisj.jsvg.attributes.VectorEffect.Flags Modifier and Type Constant Field Value private static final int
FIXED_POSITION
4
private static final int
NON_ROTATING
2
private static final int
NON_SCALING_SIZE
1
-
com.github.weisj.jsvg.attributes.font.MeasurableFontSpec Modifier and Type Constant Field Value public static final @NotNull java.lang.String
DEFAULT_FONT_FAMILY_NAME
"Default"
-
com.github.weisj.jsvg.attributes.font.PredefinedFontWeight Modifier and Type Constant Field Value public static final int
BOLD_WEIGHT
700
public static final int
NORMAL_WEIGHT
400
-
com.github.weisj.jsvg.geometry.noise.PerlinTurbulence Modifier and Type Constant Field Value private static final int
BM
255
private static final int
BSize
256
private static final double
PerlinN
4096.0
private static final int
RAND_a
16807
private static final int
RAND_m
2147483647
private static final int
RAND_q
127773
private static final int
RAND_r
2836
-
com.github.weisj.jsvg.geometry.size.AngleUnit Modifier and Type Constant Field Value private static final double
GRADIANS_TO_RADIANS
0.015707962916848627
-
com.github.weisj.jsvg.geometry.size.Length Modifier and Type Constant Field Value private static final float
inchesPerCm
0.3935999870300293f
private static final float
pixelsPerInch
96.0f
public static final float
UNSPECIFIED_RAW
0f/0f
-
com.github.weisj.jsvg.geometry.util.GeometryUtil Modifier and Type Constant Field Value private static final float
EPS
9.999999747378752E-5f
-
com.github.weisj.jsvg.nodes.Anchor Modifier and Type Constant Field Value public static final java.lang.String
TAG
"a"
-
com.github.weisj.jsvg.nodes.Circle Modifier and Type Constant Field Value public static final java.lang.String
TAG
"circle"
-
com.github.weisj.jsvg.nodes.ClipPath Modifier and Type Constant Field Value private static final boolean
DEBUG
false
public static final java.lang.String
TAG
"clippath"
-
com.github.weisj.jsvg.nodes.Defs Modifier and Type Constant Field Value public static final java.lang.String
TAG
"defs"
-
com.github.weisj.jsvg.nodes.Desc Modifier and Type Constant Field Value public static final java.lang.String
TAG
"desc"
-
com.github.weisj.jsvg.nodes.Ellipse Modifier and Type Constant Field Value public static final java.lang.String
TAG
"ellipse"
-
com.github.weisj.jsvg.nodes.Group Modifier and Type Constant Field Value public static final java.lang.String
TAG
"g"
-
com.github.weisj.jsvg.nodes.Image Modifier and Type Constant Field Value public static final java.lang.String
TAG
"image"
-
com.github.weisj.jsvg.nodes.Line Modifier and Type Constant Field Value public static final java.lang.String
TAG
"line"
-
com.github.weisj.jsvg.nodes.LinearGradient Modifier and Type Constant Field Value public static final java.lang.String
TAG
"lineargradient"
-
com.github.weisj.jsvg.nodes.Marker Modifier and Type Constant Field Value public static final java.lang.String
TAG
"marker"
-
com.github.weisj.jsvg.nodes.Mask Modifier and Type Constant Field Value private static final boolean
DEBUG
false
public static final java.lang.String
TAG
"mask"
-
com.github.weisj.jsvg.nodes.Metadata Modifier and Type Constant Field Value public static final java.lang.String
TAG
"metadata"
-
com.github.weisj.jsvg.nodes.Path Modifier and Type Constant Field Value public static final java.lang.String
TAG
"path"
-
com.github.weisj.jsvg.nodes.Pattern Modifier and Type Constant Field Value public static final java.lang.String
TAG
"pattern"
-
com.github.weisj.jsvg.nodes.Polygon Modifier and Type Constant Field Value public static final java.lang.String
TAG
"polygon"
-
com.github.weisj.jsvg.nodes.Polyline Modifier and Type Constant Field Value public static final java.lang.String
TAG
"polyline"
-
com.github.weisj.jsvg.nodes.RadialGradient Modifier and Type Constant Field Value public static final java.lang.String
TAG
"radialgradient"
-
com.github.weisj.jsvg.nodes.Rect Modifier and Type Constant Field Value public static final java.lang.String
TAG
"rect"
-
com.github.weisj.jsvg.nodes.SolidColor Modifier and Type Constant Field Value public static final java.lang.String
TAG
"solidcolor"
-
com.github.weisj.jsvg.nodes.Stop Modifier and Type Constant Field Value public static final java.lang.String
TAG
"stop"
-
com.github.weisj.jsvg.nodes.Style Modifier and Type Constant Field Value public static final java.lang.String
TAG
"style"
-
com.github.weisj.jsvg.nodes.SVG Modifier and Type Constant Field Value private static final float
FALLBACK_HEIGHT
150.0f
private static final float
FALLBACK_WIDTH
300.0f
public static final java.lang.String
TAG
"svg"
-
com.github.weisj.jsvg.nodes.Symbol Modifier and Type Constant Field Value public static final java.lang.String
TAG
"symbol"
-
com.github.weisj.jsvg.nodes.Title Modifier and Type Constant Field Value public static final java.lang.String
TAG
"title"
-
com.github.weisj.jsvg.nodes.Use Modifier and Type Constant Field Value public static final java.lang.String
TAG
"use"
-
com.github.weisj.jsvg.nodes.View Modifier and Type Constant Field Value public static final java.lang.String
TAG
"view"
-
com.github.weisj.jsvg.nodes.animation.Animate Modifier and Type Constant Field Value public static final java.lang.String
TAG
"animate"
-
com.github.weisj.jsvg.nodes.animation.AnimateTransform Modifier and Type Constant Field Value public static final java.lang.String
TAG
"animatetransform"
-
com.github.weisj.jsvg.nodes.animation.Set Modifier and Type Constant Field Value public static final java.lang.String
TAG
"set"
-
com.github.weisj.jsvg.nodes.container.BaseContainerNode<E> Modifier and Type Constant Field Value private static final boolean
EXHAUSTIVE_CHECK
true
-
com.github.weisj.jsvg.nodes.filter.FeBlend Modifier and Type Constant Field Value public static final java.lang.String
TAG
"feblend"
-
com.github.weisj.jsvg.nodes.filter.FeColorMatrix Modifier and Type Constant Field Value private static final java.lang.String
KEY_VALUES
"values"
public static final java.lang.String
TAG
"fecolormatrix"
-
com.github.weisj.jsvg.nodes.filter.FeComponentTransfer Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fecomponenttransfer"
-
com.github.weisj.jsvg.nodes.filter.FeComposite Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fecomposite"
-
com.github.weisj.jsvg.nodes.filter.FeDisplacementMap Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fedisplacementmap"
-
com.github.weisj.jsvg.nodes.filter.FeDropShadow Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fedropshadow"
-
com.github.weisj.jsvg.nodes.filter.FeFlood Modifier and Type Constant Field Value public static final java.lang.String
TAG
"feflood"
-
com.github.weisj.jsvg.nodes.filter.FeGaussianBlur Modifier and Type Constant Field Value private static final double
BOX_BLUR_APPROXIMATION_THRESHOLD
2.0
private static final float
KERNEL_PRECISION
0.0010000000474974513f
public static final java.lang.String
TAG
"fegaussianblur"
-
com.github.weisj.jsvg.nodes.filter.FeMerge Modifier and Type Constant Field Value public static final java.lang.String
TAG
"feMerge"
-
com.github.weisj.jsvg.nodes.filter.FeMergeNode Modifier and Type Constant Field Value public static final java.lang.String
TAG
"feMergeNode"
-
com.github.weisj.jsvg.nodes.filter.FeOffset Modifier and Type Constant Field Value public static final java.lang.String
TAG
"feOffset"
-
com.github.weisj.jsvg.nodes.filter.FeTurbulence Modifier and Type Constant Field Value public static final java.lang.String
TAG
"feturbulence"
-
com.github.weisj.jsvg.nodes.filter.Filter Modifier and Type Constant Field Value public static final java.lang.String
TAG
"filter"
-
com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncA Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fefunca"
-
com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncB Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fefuncb"
-
com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncG Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fefuncg"
-
com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncR Modifier and Type Constant Field Value public static final java.lang.String
TAG
"fefuncr"
-
com.github.weisj.jsvg.nodes.mesh.MeshGradient Modifier and Type Constant Field Value public static final java.lang.String
TAG
"meshgradient"
-
com.github.weisj.jsvg.nodes.mesh.MeshPatch Modifier and Type Constant Field Value private static final int
MAX_DEPTH
10
public static final java.lang.String
TAG
"meshpatch"
-
com.github.weisj.jsvg.nodes.mesh.MeshRow Modifier and Type Constant Field Value public static final java.lang.String
TAG
"meshrow"
-
com.github.weisj.jsvg.nodes.text.com.github.weisj.jsvg.nodes.text.GlyphRenderer Modifier and Type Constant Field Value private static final boolean
DEBUG
false
-
com.github.weisj.jsvg.nodes.text.Text Modifier and Type Constant Field Value public static final java.lang.String
TAG
"text"
-
com.github.weisj.jsvg.nodes.text.TextPath Modifier and Type Constant Field Value private static final boolean
DEBUG
false
public static final java.lang.String
TAG
"textpath"
-
com.github.weisj.jsvg.nodes.text.TextSpan Modifier and Type Constant Field Value public static final java.lang.String
TAG
"tspan"
-
com.github.weisj.jsvg.parser.com.github.weisj.jsvg.parser.CharacterDataParser Modifier and Type Constant Field Value private static final boolean
DEBUG
false
-
com.github.weisj.jsvg.parser.StaxSVGLoader Modifier and Type Constant Field Value private static final java.lang.String
SVG_NAMESPACE_URI
"http://www.w3.org/2000/svg"
private static final java.lang.String
XLINK_NAMESPACE_URI
"http://www.w3.org/1999/xlink"
-
com.github.weisj.jsvg.parser.SVGDocumentBuilder Modifier and Type Constant Field Value private static final int
MAX_USE_NESTING_DEPTH
15
-
com.github.weisj.jsvg.parser.resources.MissingImageResource Modifier and Type Constant Field Value private static final int
SIZE
100
-
com.github.weisj.jsvg.renderer.ShapeRenderer Modifier and Type Constant Field Value private static final boolean
DEBUG_MARKERS
false
-
com.github.weisj.jsvg.renderer.jdk.com.github.weisj.jsvg.renderer.jdk.SVGMultipleGradientPaintContext Modifier and Type Constant Field Value protected static final int
GRADIENT_SIZE
256
protected static final int
GRADIENT_SIZE_INDEX
255
private static final int
MAX_GRADIENT_ARRAY_SIZE
5000
private static final float
MIN_INTERVAL_LENGTH
0.0010000000474974513f
-
com.github.weisj.jsvg.renderer.jdk.com.github.weisj.jsvg.renderer.jdk.SVGRadialGradientPaintContext Modifier and Type Constant Field Value private static final float
FOCUS_CLAMP_DOWNSCALE
0.9900000095367432f
private static final int
SQRT_LUT_SIZE
2048
-
com.github.weisj.jsvg.util.com.github.weisj.jsvg.util.DataUri Modifier and Type Constant Field Value private static final java.lang.String
CHARSET_OPTION_NAME
"charset"
private static final java.lang.String
CONTENT_DISPOSITION_OPTION_NAME
"content-disposition"
private static final java.lang.String
FILENAME_OPTION_NAME
"filename"
-
com.github.weisj.jsvg.util.ShapeUtil Modifier and Type Constant Field Value private static final int
NON_RECTILINEAR_TRANSFORM_MASK
48