|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphStyler.Color | |
---|---|
com.oberon.ooql.sdk |
Uses of GraphStyler.Color in com.oberon.ooql.sdk |
---|
Methods in com.oberon.ooql.sdk that return GraphStyler.Color | |
---|---|
GraphStyler.Color |
GraphStyler.getBarAreaBorderColor()
Get the bar / area border color for bar or area charts |
GraphStyler.Color |
GraphStyler.getBgColor()
Get the chart canvas background color |
GraphStyler.Color |
GraphStyler.Legend.getBgColor()
Get the legend background color |
GraphStyler.Color |
GraphStyler.Legend.getBorderColor()
Get the legend background color |
GraphStyler.Color |
GraphStyler.Font.getCharColor()
Get the character color |
GraphStyler.Color |
GraphStyler.Series.getColor()
Get the series color |
GraphStyler.Color |
GraphStyler.Pie.getColor(int index)
Return a slice color |
GraphStyler.Color |
GraphStyler.getGrid3DAxisColor()
Get the grid 3D axis color |
GraphStyler.Color |
GraphStyler.getGridAxisColor()
Get the grid axis color |
GraphStyler.Color |
GraphStyler.getGridBgColor()
Get the grid background color |
GraphStyler.Color |
GraphStyler.getGridColor()
Get the grid line color |
GraphStyler.Color |
GraphStyler.Color.getModifyColor(int delta)
Return a new darker or brighter color |
GraphStyler.Color |
GraphStyler.Color.getNegativeColor()
Return the corresponding negative color |
Methods in com.oberon.ooql.sdk that return types with arguments of type GraphStyler.Color | |
---|---|
java.util.Vector<GraphStyler.Color> |
GraphStyler.Pie.getColors()
Return the slice colors |
Methods in com.oberon.ooql.sdk with parameters of type GraphStyler.Color | |
---|---|
void |
GraphStyler.Pie.addColor(GraphStyler.Color color)
Add a slice color |
void |
GraphStyler.setBarAreaBorderColor(GraphStyler.Color color)
Set the bar / area border color for bar or area charts |
void |
GraphStyler.setBgColor(GraphStyler.Color color)
Set the chart canvas background color |
void |
GraphStyler.Legend.setBgColor(GraphStyler.Color color)
Set the legend background color |
void |
GraphStyler.Legend.setBorderColor(GraphStyler.Color color)
Set the legend border color |
void |
GraphStyler.Font.setCharColor(GraphStyler.Color color)
Set the character color (default = Black) |
void |
GraphStyler.Series.setColor(GraphStyler.Color color)
Set the series point / line / area / bar color |
void |
GraphStyler.Pie.setColor(GraphStyler.Color color,
int index)
Set a slice color |
void |
GraphStyler.setGrid3DAxisColor(GraphStyler.Color color)
Set the grid 3D axis color |
void |
GraphStyler.setGridAxisColor(GraphStyler.Color color)
Set the grid axis color |
void |
GraphStyler.setGridBgColor(GraphStyler.Color color)
Set the grid background color |
void |
GraphStyler.setGridColor(GraphStyler.Color color)
Set the grid line color |
Constructors in com.oberon.ooql.sdk with parameters of type GraphStyler.Color | |
---|---|
GraphStyler.Series(java.lang.String name,
GraphStyler.Color color)
Defines a new series |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |