- java.lang.Object
-
- com.github.weisj.jsvg.paint.impl.PredefinedPaints
-
public final class PredefinedPaints extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SVGPaintCONTEXT_FILLstatic SVGPaintCONTEXT_STROKEstatic SVGPaintCURRENT_COLORstatic AwtSVGPaintDEFAULT_PAINTstatic SVGPaintINHERITEDstatic SVGPaintNONE
-
Constructor Summary
Constructors Modifier Constructor Description privatePredefinedPaints()
-
-
-
Field Detail
-
DEFAULT_PAINT
public static final AwtSVGPaint DEFAULT_PAINT
-
NONE
public static final SVGPaint NONE
-
CURRENT_COLOR
public static final SVGPaint CURRENT_COLOR
-
CONTEXT_FILL
public static final SVGPaint CONTEXT_FILL
-
CONTEXT_STROKE
public static final SVGPaint CONTEXT_STROKE
-
INHERITED
public static final SVGPaint INHERITED
-
-