Class PenState


  • class PenState
    extends java.lang.Object
    PenState
    Version:
    $Id: PenState.java,v 1.0 Oct 9, 2007 1:56:33 AM haraldk Exp$
    • Constructor Summary

      Constructors 
      Constructor Description
      PenState​(java.awt.Point pPenLocation, int pPenMode, Pattern pPenPattern, java.awt.Dimension pPenSize)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • penLocation

        public final java.awt.Point penLocation
      • penSize

        public final java.awt.Dimension penSize
      • penMode

        public final int penMode
      • penPattern

        public final Pattern penPattern
    • Constructor Detail

      • PenState

        public PenState​(java.awt.Point pPenLocation,
                        int pPenMode,
                        Pattern pPenPattern,
                        java.awt.Dimension pPenSize)