Documentation of 'org.jfree.chart.renderer.xy.XYLine3DRenderer' Java class
XYLine3DRenderer
org.jfree.chart.renderer.xy

Class XYLine3DRenderer

    • Field Detail

      • DEFAULT_X_OFFSET

        public static final double DEFAULT_X_OFFSET
        The default x-offset for the 3D effect.
        See Also:
        Constant Field Values
      • DEFAULT_Y_OFFSET

        public static final double DEFAULT_Y_OFFSET
        The default y-offset for the 3D effect.
        See Also:
        Constant Field Values
      • DEFAULT_WALL_PAINT

        public static final java.awt.Paint DEFAULT_WALL_PAINT
        The default wall paint.
    • Constructor Detail

      • XYLine3DRenderer

        public XYLine3DRenderer()
        Creates a new renderer.
    • Method Detail

      • getXOffset

        public double getXOffset()
        Returns the x-offset for the 3D effect.
        Specified by:
        getXOffset in interface Effect3D
        Returns:
        The 3D effect.
      • getYOffset

        public double getYOffset()
        Returns the y-offset for the 3D effect.
        Specified by:
        getYOffset in interface Effect3D
        Returns:
        The 3D effect.
      • setXOffset

        public void setXOffset(double xOffset)
        Sets the x-offset and sends a RendererChangeEvent to all registered listeners.
        Parameters:
        xOffset - the x-offset.
      • setYOffset

        public void setYOffset(double yOffset)
        Sets the y-offset and sends a RendererChangeEvent to all registered listeners.
        Parameters:
        yOffset - the y-offset.
      • getWallPaint

        public java.awt.Paint getWallPaint()
        Returns the paint used to highlight the left and bottom wall in the plot background.
        Returns:
        The paint.
      • setWallPaint

        public void setWallPaint(java.awt.Paint paint)
        Sets the paint used to hightlight the left and bottom walls in the plot background and sends a RendererChangeEvent to all registered listeners.
        Parameters:
        paint - the paint.
      • getPassCount

        public int getPassCount()
        Returns the number of passes through the data that the renderer requires in order to draw the chart. Most charts will require a single pass, but some require two passes.
        Specified by:
        getPassCount in interface XYItemRenderer
        Overrides:
        getPassCount in class XYLineAndShapeRenderer
        Returns:
        The pass count.
      • equals

        public boolean equals(java.lang.Object obj)
        Tests this renderer for equality with an arbitrary object.
        Overrides:
        equals in class XYLineAndShapeRenderer
        Parameters:
        obj - the object (null permitted).
        Returns:
        A boolean.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.