Class TransformingFlatnessGraphics

  • Direct Known Subclasses:
    MagnifyIconGraphics

    public class TransformingFlatnessGraphics
    extends TransformingGraphics
    subclassed to pass certain operations thru the Function before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
    • Field Detail

      • flatness

        float flatness
    • Constructor Detail

      • TransformingFlatnessGraphics

        public TransformingFlatnessGraphics​(BidirectionalTransformer transformer,
                                            java.awt.Graphics2D delegate)