Class TimeSeriesGraphOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BFieldTraceOptions> Specifies the B field trace options.protected List<CoordinateOptions> Specifies the coordinate options.protected DistanceFromOptionsSpecifies the distance-from options.protected ValueOptionsSpecifies the value options. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the B field trace options.Specifies the coordinate options.Specifies the distance-from options.Specifies the value options.voidSets the value of the distanceFromOptions property.voidsetValueOptions(ValueOptions value) Sets the value of the valueOptions property.
-
Field Details
-
coordinateOptions
Specifies the coordinate options. -
valueOptions
Specifies the value options. -
distanceFromOptions
Specifies the distance-from options. -
bFieldTraceOptions
Specifies the B field trace options.
-
-
Constructor Details
-
TimeSeriesGraphOptions
public TimeSeriesGraphOptions()
-
-
Method Details
-
getCoordinateOptions
Specifies the coordinate options. Gets the value of the coordinateOptions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the coordinateOptions property.For example, to add a new item, do as follows:
getCoordinateOptions().add(newItem);
Objects of the following type(s) are allowed in the list
CoordinateOptions- Returns:
- The value of the coordinateOptions property.
-
getValueOptions
Specifies the value options.- Returns:
- possible object is
ValueOptions
-
setValueOptions
Sets the value of the valueOptions property.- Parameters:
value- allowed object isValueOptions- See Also:
-
getDistanceFromOptions
Specifies the distance-from options.- Returns:
- possible object is
DistanceFromOptions
-
setDistanceFromOptions
Sets the value of the distanceFromOptions property.- Parameters:
value- allowed object isDistanceFromOptions- See Also:
-
getBFieldTraceOptions
Specifies the B field trace options. Gets the value of the bFieldTraceOptions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bFieldTraceOptions property.For example, to add a new item, do as follows:
getBFieldTraceOptions().add(newItem);
Objects of the following type(s) are allowed in the list
BFieldTraceOptions- Returns:
- The value of the bFieldTraceOptions property.
-