Class FramePart

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected PaintFrame frame  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double draw​(java.awt.Graphics2D g2d, double x, double y, Dimension2D frameSize, APIContext ctx)  
      abstract Dimension2D getSize​(java.awt.Graphics2D g2d, APIContext ctx)  
      • Methods inherited from class java.lang.Object

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

      • FramePart

        public FramePart​(PaintFrame frame)
    • Method Detail

      • draw

        public abstract double draw​(java.awt.Graphics2D g2d,
                                    double x,
                                    double y,
                                    Dimension2D frameSize,
                                    APIContext ctx)