Uses of Class
org.jfree.chart3d.graphics3d.swing.Panel3D
Packages that use Panel3D
Package
Description
Components to display 3D graphics in Swing applications.
-
Uses of Panel3D in org.jfree.chart3d
Subclasses of Panel3D in org.jfree.chart3dModifier and TypeClassDescriptionclassA panel designed to display aChart3Din a Swing-based desktop application. -
Uses of Panel3D in org.jfree.chart3d.graphics3d.swing
Methods in org.jfree.chart3d.graphics3d.swing that return Panel3DModifier and TypeMethodDescriptionDisplayPanel3D.getContent()Returns a reference to the content panel.Constructors in org.jfree.chart3d.graphics3d.swing with parameters of type Panel3DModifierConstructorDescriptionDisplayPanel3D(Panel3D content) Creates a new display panel for the given content, with a toolbar and popup menu configured.DisplayPanel3D(Panel3D content, boolean toolbar, boolean popupMenu) Creates a new display panel.DownAction(Panel3D panel) Creates a new action associated with the specified panel.ExportToJPEGAction(Panel3D panel) Creates a new action instance.ExportToPDFAction(Panel3D panel) Creates a new action.ExportToPNGAction(Panel3D panel) Creates a new action instance.ExportToSVGAction(Panel3D panel) Creates a new action.LeftAction(Panel3D panel) Creates a new action instance.RightAction(Panel3D panel) Creates a new action instance.RollLeftAction(Panel3D panel) Creates a new action instance.RollRightAction(Panel3D panel) Creates a new action instance.Creates a new action associated with the specified panel.ZoomInAction(Panel3D panel, boolean fontAwesome) Creates a new zoom-in action associated with the specified panel.ZoomOutAction(Panel3D panel, boolean fontAwesome) Creates a new zoom-out action associated with the specified panel.ZoomToFitAction(Panel3D panel, boolean fontAwesome) Creates a new action associated with the specified panel.