Documentation of 'kcl.waterloo.graphics.plots2D.GJPolarBar' Java class
GJPolarBar
kcl.waterloo.graphics.plots2D

Class GJPolarBar

    • Constructor Detail

      • GJPolarBar

        public GJPolarBar()
    • Method Detail

      • paintPlot

        public final void paintPlot(java.awt.Graphics2D g2)
        Description copied from class: GJAbstractPlot
        Note that this method is overloaded by all concrete sub-classes which should call this super-class method.
        Specified by:
        paintPlot in interface GJPlotInterface
        Overrides:
        paintPlot in class GJAbstractPlot
      • getDataRange

        public java.awt.geom.Rectangle2D getDataRange()
        Description copied from class: GJAbstractPlot
        getDataRange returns the range on the X and Y axes that can potentially be filled by the data points given the current contents of the XData and YData properties. Note that this is not necessarily the same as the range of the data contained in the XData and YData properties (although it often will be for a simple Cartesian plot). getVisualRange can be used instead to assess the required axes limits needed to render the data given e.g. the set marker size etc. However, getVisualRange can only be used to update the display: it requires that data have already been rendered to screen at least once.
        Specified by:
        getDataRange in interface GJDataModelInterface<java.awt.geom.Rectangle2D,GJGraphInterface>
        Overrides:
        getDataRange in class GJAbstractPolarPlot
        Returns:
        a Rectangle2D instance

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.