- 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 SVGPaint
CONTEXT_FILL
static SVGPaint
CONTEXT_STROKE
static SVGPaint
CURRENT_COLOR
static AwtSVGPaint
DEFAULT_PAINT
static SVGPaint
INHERITED
static SVGPaint
NONE
-
Constructor Summary
Constructors Modifier Constructor Description private
PredefinedPaints()
-
-
-
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
-
-