Uses of Package
org.faceless.graph
-
Packages that use org.faceless.graph Package Description org.faceless.graph Contains the basic classes for creating a Graph.org.faceless.graph.output Contains the classes for rendering a Graph to an output device. -
Classes in org.faceless.graph used by org.faceless.graph Class Description AbstractBarGraph An abstract superclass for all Bar Graphs.AbstractLineGraph The abstract superclass for all graphs plotting continuous data (as opposed to bar graphs, which are for plotting discrete data).AxesGraph An Axes Graph covers every Graph that is plotted against an Axes.BoundingBox ABoundingBox
is a simple cube which is used to define the "Bounding Box", or the smallest cube that contains a object, on aCanvas
.Graph The abstract base class for all Graphs in theorg.faceless.graph
package.Point A Point represents a point in 3D space, and is the building block upon which the 3D representation of the Graphs is based.Style Styles control the colors, borders and fonts of an element. -
Classes in org.faceless.graph used by org.faceless.graph.output Class Description BoundingBox ABoundingBox
is a simple cube which is used to define the "Bounding Box", or the smallest cube that contains a object, on aCanvas
.Graph The abstract base class for all Graphs in theorg.faceless.graph
package.Point A Point represents a point in 3D space, and is the building block upon which the 3D representation of the Graphs is based.Style Styles control the colors, borders and fonts of an element.