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.Key
Base type of all keys used along with theVectorHints
class to control algorithm and output choices in the vector graphics output.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
description
-
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 int
getIndex()
boolean
isCompatibleValue(java.lang.Object val)
java.lang.String
toString()
-