Class GraphicsObject.GraphicsState

  • Enclosing class:
    GraphicsObject

    private static final class GraphicsObject.GraphicsState
    extends java.lang.Object
    the internal graphics state
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int characterSet
      the current character set
      private java.awt.Color color
      the current color
      private byte lineType
      the current line type
      private float lineWidth
      the current line width
      private byte patternSymbol
      the current fill pattern
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GraphicsState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • color

        private java.awt.Color color
        the current color
      • lineType

        private byte lineType
        the current line type
      • lineWidth

        private float lineWidth
        the current line width
      • patternSymbol

        private byte patternSymbol
        the current fill pattern
      • characterSet

        private int characterSet
        the current character set
    • Constructor Detail

      • GraphicsState

        private GraphicsState()