|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Design | |
---|---|
chart | |
data |
Uses of Design in chart |
---|
Methods in chart with parameters of type Design | |
---|---|
java.awt.Color |
Chart.getDesignColor(Design design,
boolean designActive)
Gets the design color. |
Uses of Design in data |
---|
Fields in data with type parameters of type Design | |
---|---|
private java.util.Vector<Design> |
DataSheet.data
The Vector containing all Designs. |
Methods in data that return Design | |
---|---|
Design |
DataSheet.getDesign(int i)
Gets the Design with index i. |
Methods in data with parameters of type Design | |
---|---|
void |
DataSheet.addDesign(Design design)
Adds a Design to the DataSheet. |
void |
DataSheet.removeDesign(Design design)
Removes a Design from the DataSheets. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |