Package jcckit.plot

Interface CoordinateSystem

    • Method Detail

      • getView

        GraphicalElement getView()
        Returns the graphical representation of a coordinate system. Different invocations of this method may return different coordinate systems, e.g., due to changes in the transformation or clipping shapes.
      • getClippingShape

        ClippingShape getClippingShape()
        Returns the clipping chape of Curves drawn on top of the coordinates system. Different invocations of this method may return different clipping shapes.
      • getTransformation

        Transformation getTransformation()
        Returns the transformation between data coordinates and device-independent graphcial coordinates. Different invocations of this method may return different transformations.