|
Class Summary |
| BarShapeFrame |
A profile shape displays a set of values as bars. |
| BipolarColorFrame |
This class defines a color frame for continuous numeric values using the
bipolar color space. |
| BrightnessColorFrame |
This class defines a continuous color frame that returns colors varying on
the brightness of the color. |
| CategoricalColorFrame |
This class defines a color frame for categorical values. |
| CategoricalLineFrame |
This class defines a line frame for categorical values. |
| CategoricalShapeFrame |
This class defines a shape frame for categorical values. |
| CategoricalSizeFrame |
This class defines a size frame for categorical values. |
| CategoricalTextureFrame |
This class defines a texture frame for categorical values. |
| CircularColorFrame |
This class defines a color frame for continuous numeric values using the
circular color space. |
| ColorFrame |
This class defines the common API for all color frames. |
| CompositeColorFrame |
CompositeColorFrame combines multiple color frames to provide a cascading
behavior. |
| DefaultTextFrame |
This class extracts value from a dataset to be used as text labels of
visual objects. |
| FillShapeFrame |
This class defines a shape frame fills in a circle at a ratio. |
| GLine |
This class is the base class for all line style aesthetics. |
| GradientColorFrame |
This is a color frame that creates gradient colors
between the two given colors. |
| GridTextureFrame |
This is a texture frame that produces grid patterns varying on the
density of the lines. |
| GShape |
The GShape class is the base class for all shape aesthetics. |
| GShape.ImageShape |
Image fill shape. |
| GTexture |
The GTexture class is the base class for all texture aesthetics. |
| HeatColorFrame |
This class defines a color frame for continuous numeric values using the
heat color space. |
| HSLColorFrame |
This class defines a color frame for continuous numeric values. |
| LeftTiltTextureFrame |
This is a texture frame that produces patterns with left tilting lines. |
| LinearColorFrame |
This class defines a color frame for numeric values. |
| LinearLineFrame |
This class defines a line frame for numeric values. |
| LinearShapeFrame |
This class defines a shape frame for numeric values. |
| LinearSizeFrame |
This class defines a size frame for numeric values. |
| LinearTextureFrame |
This class defines a texture frame for numeric values. |
| LineFrame |
This class defines the common API for all line frames. |
| MultiShapeFrame |
This is the base class for shape frame the represent multiple variables. |
| MultiTextFrame |
This text frame extracts text value from multiple columns of a dataset. |
| OrientationShapeFrame |
This class defines a shape frame with rotated lines. |
| OrientationTextureFrame |
This class create texture frame gradating orientation. |
| OvalShapeFrame |
This class defines a shape frame gradating oval for numeric values. |
| PieShapeFrame |
A profile shape displays a set of values as pies. |
| PolygonShapeFrame |
This class defines a shape frame gradating polygon for numeric values. |
| ProfileShapeFrame |
A profile shape displays a set of values as lines, similar to an area
graph. |
| RainbowColorFrame |
This class defines a color frame for continuous numeric values using the
rainbow color space. |
| RGBCubeColorFrame |
This class defines a color frame for continuous numeric values. |
| RightTiltTextureFrame |
This is a texture frame that produces patterns with right tilting lines. |
| SaturationColorFrame |
This class defines a continuous color frame that returns colors varying on
the Saturation of the color. |
| ShapeFrame |
This class defines the common API for all shape frames. |
| SizeFrame |
Static size frame defines a static size for visual objects. |
| StackTextFrame |
This class returns a value for each stack instead of every data point. |
| StarShapeFrame |
A polygon shape displays a set of values as the points on the polygon
with the value as the distance of the points from the center of
the polygon. |
| StaticColorFrame |
A color frame with a static color. |
| StaticLineFrame |
Static line frame defines a static line style for visual objects. |
| StaticShapeFrame |
Static shape frame defines a static shape for visual objects. |
| StaticSizeFrame |
Static size frame defines a static size for visual objects. |
| StaticTextureFrame |
Static texture frame defines a static texture for visual objects. |
| SunShapeFrame |
A star shape displays a star, with each stem representing a value. |
| SVGShape |
This class draws a SVG image as a shape. |
| TextFrame |
This class defines the common API for all text frames. |
| TextureFrame |
This class defines the common API for all texture frames. |
| ThermoShapeFrame |
A thermo shape displays a thermometer like symbol. |
| TriangleShapeFrame |
This class defines a shape frame gradating triangle for numeric values. |
| VineShapeFrame |
A vine shape supports up to three variables. |
| VisualFrame |
This class defines the common API for all aesthetic frames. |
| VisualModel |
A visual object is an object that has a visual representation on a graphic
output. |