Class JxnShape2DPainter

    • Constructor Detail

      • JxnShape2DPainter

        public JxnShape2DPainter​(Shape shape,
                                 Color shapeColor,
                                 boolean fill)
        Creates a graphical object for display in a PlotFrame.
        Parameters:
        shape - see java.awt.geom
        fill - if false draws the outline
    • Method Detail

      • paint

        public void paint​(KmgGraphicsScaler sk)
        Description copied from interface: KmgXYPainter
        Paints the graphical object (called internally).