Uses of Class
org.jfree.chart3d.graphics3d.RenderingInfo
Packages that use RenderingInfo
Package
Description
Classes for exporting charts.
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
Components to display 3D graphics in Swing applications.
-
Uses of RenderingInfo in org.jfree.chart3d
Methods in org.jfree.chart3d that return RenderingInfoModifier and TypeMethodDescriptionChart3D.draw(Graphics2D g2, Rectangle2D bounds) Draws the chart to the specified output target. -
Uses of RenderingInfo in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis with parameters of type RenderingInfoModifier and TypeMethodDescriptionabstract voidAbstractAxis3D.draw(Graphics2D g2, Point2D startPt, Point2D endPt, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis along an arbitrary line (betweenstartPtandendPt).voidAxis3D.draw(Graphics2D g2, Point2D startPt, Point2D endPt, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis along an arbitrary line (betweenstartPtandendPt).voidLogAxis3D.draw(Graphics2D g2, Point2D startPt, Point2D endPt, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis.voidNumberAxis3D.draw(Graphics2D g2, Point2D pt0, Point2D pt1, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis to the supplied graphics target (g2, with the specified starting and ending points for the line.voidStandardCategoryAxis3D.draw(Graphics2D g2, Point2D pt0, Point2D pt1, Point2D opposingPt, List<TickData> tickData, RenderingInfo info, boolean hinting) Draws the axis between the two pointspt0andpt1in Java2D space.protected ShapeAbstractAxis3D.drawAxisLabel(String label, Graphics2D g2, Line2D axisLine, Point2D opposingPt, double offset, RenderingInfo info, boolean hinting) Draws the specified text as the axis label and returns a bounding shape (2D) for the text. -
Uses of RenderingInfo in org.jfree.chart3d.export
Methods in org.jfree.chart3d.export that return RenderingInfoModifier and TypeMethodDescriptionstatic RenderingInfoExportUtils.writeAsJPEG(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in JPEG format.static RenderingInfoExportUtils.writeAsPDF(Drawable3D drawable, int w, int h, File file) Writes aDrawable3Dto the specified file in PDF format.static RenderingInfoExportUtils.writeAsPNG(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in PNG format.static RenderingInfoExportUtils.writeAsSVG(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in SVG format. -
Uses of RenderingInfo in org.jfree.chart3d.graphics3d
Methods in org.jfree.chart3d.graphics3d that return RenderingInfoModifier and TypeMethodDescriptionDefaultDrawable3D.draw(Graphics2D g2, Rectangle2D bounds) Draws the current view to aGraphics2Dinstance.Drawable3D.draw(Graphics2D g2, Rectangle2D bounds) Draws the scene to the suppliedGraphics2Dtarget and returns an object containing state information about the rendering. -
Uses of RenderingInfo in org.jfree.chart3d.graphics3d.swing
Methods in org.jfree.chart3d.graphics3d.swing that return RenderingInfoModifier and TypeMethodDescriptionprotected RenderingInfoPanel3D.getRenderingInfo()Returns the rendering info from the previous call to draw().