Package de.erichseifert.vectorgraphics2d
Class VectorHints.Key
- java.lang.Object
-
- java.awt.RenderingHints.Key
-
- de.erichseifert.vectorgraphics2d.VectorHints.Key
-
- Enclosing class:
- VectorHints
public static class VectorHints.Key extends java.awt.RenderingHints.KeyBase type of all keys used along with theVectorHintsclass to control algorithm and output choices in the vector graphics output.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringdescription
-
Constructor Summary
Constructors Constructor Description Key(int privateKey, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()booleanisCompatibleValue(java.lang.Object val)java.lang.StringtoString()
-