Package de.erichseifert.vectorgraphics2d
Class VectorHints
- java.lang.Object
-
- de.erichseifert.vectorgraphics2d.VectorHints
-
public abstract class VectorHints extends java.lang.Object
Hints to control quality settings and choices for vector graphics output.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VectorHints.Key
Base type of all keys used along with theVectorHints
class to control algorithm and output choices in the vector graphics output.static class
VectorHints.Value
Base type of all values used along with theVectorHints
class to control algorithm and output choices in the vector graphics output.
-
Field Summary
Fields Modifier and Type Field Description static VectorHints.Key
KEY_EXPORT
static VectorHints.Key
KEY_TEXT
static java.lang.Object
VALUE_EXPORT_QUALITY
static java.lang.Object
VALUE_EXPORT_READABILITY
static java.lang.Object
VALUE_EXPORT_SIZE
static java.lang.Object
VALUE_TEXT_DEFAULT
static java.lang.Object
VALUE_TEXT_VECTOR
-
Constructor Summary
Constructors Modifier Constructor Description protected
VectorHints()
-
-
-
Field Detail
-
KEY_EXPORT
public static final VectorHints.Key KEY_EXPORT
-
VALUE_EXPORT_READABILITY
public static final java.lang.Object VALUE_EXPORT_READABILITY
-
VALUE_EXPORT_QUALITY
public static final java.lang.Object VALUE_EXPORT_QUALITY
-
VALUE_EXPORT_SIZE
public static final java.lang.Object VALUE_EXPORT_SIZE
-
KEY_TEXT
public static final VectorHints.Key KEY_TEXT
-
VALUE_TEXT_DEFAULT
public static final java.lang.Object VALUE_TEXT_DEFAULT
-
VALUE_TEXT_VECTOR
public static final java.lang.Object VALUE_TEXT_VECTOR
-
-