Class PointPainter


  • class PointPainter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.Graphics2D g  
    • Constructor Summary

      Constructors 
      Constructor Description
      PointPainter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void setGraphics​(java.awt.Graphics2D g2d)  
      • Methods inherited from class java.lang.Object

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

      • g

        java.awt.Graphics2D g
    • Constructor Detail

      • PointPainter

        PointPainter()
    • Method Detail

      • setGraphics

        void setGraphics​(java.awt.Graphics2D g2d)