Class ComponentStyle

  • All Implemented Interfaces:
    Style

    public abstract class ComponentStyle
    extends java.lang.Object
    implements Style
    • Constructor Detail

      • ComponentStyle

        public ComponentStyle()
    • Method Detail

      • paint

        public void paint​(Geometry geom,
                          Viewport viewport,
                          java.awt.Graphics2D g)
                   throws java.lang.Exception
        Specified by:
        paint in interface Style
        Throws:
        java.lang.Exception
      • paintComponent

        protected abstract void paintComponent​(Geometry geom,
                                               Viewport viewport,
                                               java.awt.Graphics2D graphics)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception