Class VectorHints.Value

  • Enclosing class:
    VectorHints

    public static class VectorHints.Value
    extends java.lang.Object
    Base type of all values used along with the VectorHints class to control algorithm and output choices in the vector graphics output.
    • Field Detail

      • values

        private static final java.util.Set<java.lang.String> values
      • index

        private final int index
      • description

        private final java.lang.String description
    • Constructor Detail

      • Value

        public Value​(VectorHints.Key key,
                     int index,
                     java.lang.String description)
    • Method Detail

      • isCompatibleKey

        public boolean isCompatibleKey​(java.awt.RenderingHints.Key key)
      • getIndex

        public int getIndex()
      • getId

        public java.lang.String getId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object