Class VectorHints.Key

java.lang.Object
java.awt.RenderingHints.Key
de.erichseifert.vectorgraphics2d.VectorHints.Key
Enclosing class:
VectorHints

public static class VectorHints.Key extends RenderingHints.Key
Base type of all keys used along with the VectorHints class to control algorithm and output choices in the vector graphics output.
  • Field Details

    • description

      private final String description
  • Constructor Details

    • Key

      public Key(int privateKey, String description)
  • Method Details