|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ColorHandler.ColorModel | Interface allowing requests for ColorAttr by DataCell . |
PropertyHandler | Parent of all PropertyHandlers (color, size, ...). |
ShapeHandler.ShapeModel | Internal ShapeModel used to request Shape
objects by DataCell attribute value. |
SizeHandler.SizeModel | Internal SizeModel used to request sizes by
DataCell attribute value. |
Class Summary | |
---|---|
ColorAttr | This class holds a Color value as property for view objects and
supports colors for selection, hilite, selection-hilite, border, and
background. |
ColorHandler | Final ColorHandler implementation as container which forwards
color requests for a DataCell to its underlying
ColorHandler.ColorModel . |
ColorModelNominal | Color model which maps a set of DataCell objects to
Color . |
ColorModelRange | Computes colors based on a range of minimum and maximum values assigned to certain colors which are interpolated between a min and maximum color. |
ShapeFactory | Abstract class for different drawable shapes. |
ShapeFactory.Shape | Abstract implementation of a shape. |
ShapeHandler | Final ShapeHandler implementation which keeps a
ShapeModel to request Shape objects from. |
ShapeModelNominal | Nominal ShapeModel which maps a set of DataCell
element to Shape . |
ShapeSelectionComboBox | |
ShapeSelectionComboBoxRenderer | Overrides the DefaultTableCellRenderer and sets icon and
text to display the Shape properties. |
ShapeSelectionListRenderer | |
SizeHandler | Final SizeHandler implementation which keeps a
SizeModel to request size settings from. |
SizeModelDouble | A SizeModel computing sizes of objects (rows) based on the
double value of DataCell . |
Enum Summary | |
---|---|
SizeModelDouble.Mapping | Supported mapping methods. |
Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler. These view properties can be assigned using the nodes, Color Manager, Shape Manager, and Size Manager providing different models to either assign these properties by nominal values and/or numeric interval ranges.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |