public abstract class VectorHints
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorHints.Key
Base type of all keys used along with the
VectorHints class to
control algorithm and output choices in the vector graphics output. |
static class |
VectorHints.Value
Base type of all values used along with the
VectorHints class to
control algorithm and output choices in the vector graphics output. |
| Modifier and Type | Field and 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 |
| Modifier | Constructor and Description |
|---|---|
protected |
VectorHints() |
public static final VectorHints.Key KEY_EXPORT
public static final java.lang.Object VALUE_EXPORT_READABILITY
public static final java.lang.Object VALUE_EXPORT_QUALITY
public static final java.lang.Object VALUE_EXPORT_SIZE
public static final VectorHints.Key KEY_TEXT
public static final java.lang.Object VALUE_TEXT_DEFAULT
public static final java.lang.Object VALUE_TEXT_VECTOR