Uses of Class
org.jfree.chart3d.graphics3d.Face
Packages that use Face
Package
Description
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
-
Uses of Face in org.jfree.chart3d.graphics3d
Subclasses of Face in org.jfree.chart3d.graphics3dModifier and TypeClassDescriptionclass
A double-sided face.class
A face that carries a label (and is itself invisible).Methods in org.jfree.chart3d.graphics3d that return types with arguments of type FaceModifier and TypeMethodDescriptionObject3D.getFaces()
Returns the faces for this object.RenderingInfo.getFaces()
Returns the list of faces rendered.World.getFaces()
Fetches the faces for all the objects in this world, updating the offset to match the current position.Methods in org.jfree.chart3d.graphics3d with parameters of type FaceModifier and TypeMethodDescriptionvoid
Adds a face for this object.Returns the color for a specific face.boolean
Object3D.getOutline
(Face face) Returnstrue
if an outline should be drawn for the specified face, andfalse
otherwise.Constructor parameters in org.jfree.chart3d.graphics3d with type arguments of type FaceModifierConstructorDescriptionRenderingInfo
(List<Face> faces, Point2D[] projPts, double dx, double dy) Creates a new instance.