|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DotColorModel | |
---|---|
ucot.ui.gui.dot | Classes for displaying graphs generated by Dot program. |
Uses of DotColorModel in ucot.ui.gui.dot |
---|
Fields in ucot.ui.gui.dot declared as DotColorModel | |
---|---|
private DotColorModel |
DotColorTheme.highlight
|
private DotColorModel |
DotColorTheme.normal
|
Methods in ucot.ui.gui.dot that return DotColorModel | |
---|---|
private static DotColorModel |
DotColorModel.blackOnWhite()
This static method creates a black text on white background dot color model. |
private static DotColorModel |
DotColorModel.blue()
This static method creates a blue dot color model. |
static DotColorModel |
DotColorModel.color(DotColorModel.ColorModel colorModel)
Static method for creating a color model from available sets. |
static DotColorModel |
DotColorModel.color(java.lang.String colorModel)
Static method for creating a color model from available sets. |
private static DotColorModel |
DotColorModel.green()
This static method creates a green dot color model. |
private static DotColorModel |
DotColorModel.red()
This static method creates a red dot color model. |
private static DotColorModel |
DotColorModel.whiteOnBlack()
This static method creates a white text on black background dot color model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |