Package org.jfree.chart3d.graphics3d.swing

Components to display 3D graphics in Swing applications. This package provides general purpose facilities, you should not find any chart-specific code in here.
  • Class Summary
    Class Description
    DisplayPanel3D
    A panel for displaying 3D content, with a toolbar and popup menu to control the view.
    DownAction
    An action that handles rotating the 3D view towards the bottom of the screen.
    ExportToJPEGAction
    An action that handles saving the content of a panel to a JPEG image.
    ExportToPDFAction
    An action that handles saving the content of a panel to a PDF file using Orson PDF.
    ExportToPNGAction
    An action that handles saving the content of a panel to a PNG image.
    ExportToSVGAction
    An action that handles saving the content of a panel to a Scalable Vector Graphics (SVG) file using JFreeSVG.
    LeftAction
    An action that handles rotating the 3D view towards the left of the screen.
    Panel3D
    A panel that displays a set of 3D objects from a particular viewing point.
    RightAction
    An action that handles rotating the 3D view towards the right of the screen.
    RollLeftAction
    An action that handles rolling the 3D view counter-clockwise around an axis from the viewing point to the origin.
    RollRightAction
    An action that handles rolling the 3D view clockwise around an axis from the viewing point to the origin.
    UpAction
    An action that handles rotating the 3D view towards the top of the screen.
    ZoomInAction
    An action that performs a zoom-in operation.
    ZoomOutAction
    An action that performs a zoom out operation on the content in a Panel3D.
    ZoomToFitAction
    An action that performs a zoom-to-fit operation.