public interface IGraphDefinition
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
filter()
The filter sets the criteria for which data are included in the graph.
|
void |
filter(com4j.Com4jObject pFilter)
The filter sets the criteria for which data are included in the graph.
|
int |
module()
The module specified when the graph definition was created.
|
Object |
property(int prop)
The value of the specified property.
|
void |
property(int prop,
Object pVal)
The value of the specified property.
|
String |
text()
For HP use.
|
int |
type()
The graph type
|
int module()
The module specified when the graph definition was created.
Getter method for the COM property "Module"
int type()
The graph type
Getter method for the COM property "Type"
Object property(int prop)
The value of the specified property.
Getter method for the COM property "Property"
prop
- Mandatory int parameter.void property(int prop, Object pVal)
The value of the specified property.
Setter method for the COM property "Property"
prop
- Mandatory int parameter.pVal
- Mandatory java.lang.Object parameter.com4j.Com4jObject filter()
The filter sets the criteria for which data are included in the graph.
Getter method for the COM property "Filter"
void filter(com4j.Com4jObject pFilter)
The filter sets the criteria for which data are included in the graph.
Setter method for the COM property "Filter"
pFilter
- Mandatory com4j.Com4jObject parameter.String text()
For HP use.
Getter method for the COM property "Text"
Copyright © 2020. All rights reserved.