|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicObject | |
rrdService.util |
Uses of GraphicObject in rrdService.util |
Subclasses of GraphicObject in rrdService.util | |
class |
AeraGraphicObject
The class AeraGraphicObject Does the same as LINE? |
class |
HRuleGraphicObject
The class HRuleGraphicObject Like GraphicPrint but the text is simply printed into the graph. |
class |
LineGraphicObject
The class LineGraphicObject Plot for the requested data, using the color specified. |
class |
StackGraphicObject
The class StackGraphicObject Does the same as LINE? |
class |
VRuleGraphicObject
The class VRuleGraphicObject Like GraphicPrint but the text is simply printed into the graph. |
Methods in rrdService.util that return GraphicObject | |
GraphicObject |
GraphicObjectContainer.graphicObjectAt(int index)
Returns the component at the specified index. |
GraphicObject |
GraphicObjectContainer.firstGraphicObject()
Returns the first component (the item at index 0) of this GraphicObjectContainer. |
GraphicObject |
GraphicObjectContainer.getGraphicObject(int index)
Returns the GraphicObject at the specified position in this GraphicObjectContainer. |
GraphicObject |
GraphicObjectContainer.lastGraphicObject()
Returns the last component of the GraphicObjectContainer. |
GraphicObject |
GraphicObjectContainer.removeGraphicObject(int index)
Removes the GraphicObject at the specified position in this GraphicObjectContainer. |
GraphicObject |
GraphicObjectContainer.setGraphicObject(int index,
GraphicObject graphicObject)
Replaces the GraphicObject at the specified position in this GraphicObjectContainer with the specified GraphicObject. |
GraphicObject[] |
GraphicObjectContainer.toGraphicObjectArray()
Returns an array containing all of the GraphicObject in this GraphicObjectContainer in the correct order. |
GraphicObject[] |
GraphicObjectContainer.toDataArray(GraphicObject[] a)
Returns an array containing all of the GraphicObject in this GraphicObjectContainer in the correct order. |
Methods in rrdService.util with parameters of type GraphicObject | |
void |
RoundRobinGraphic.addGraphicObject(GraphicObject graphicObject)
Add a graphic Object into the RoundRobinGraphic |
GraphicObject |
GraphicObjectContainer.setGraphicObject(int index,
GraphicObject graphicObject)
Replaces the GraphicObject at the specified position in this GraphicObjectContainer with the specified GraphicObject. |
GraphicObject[] |
GraphicObjectContainer.toDataArray(GraphicObject[] a)
Returns an array containing all of the GraphicObject in this GraphicObjectContainer in the correct order. |
|
Copyright 1885-2001 FIRMENICH SA, Geneva | ||||||||
PREV NEXT | FRAMES NO FRAMES |