public interface AxisOrigin extends IChartObject
The following features are supported:
AttributePackage.getAxisOrigin()
Modifier and Type | Method and Description |
---|---|
AxisOrigin |
copyInstance() |
IntersectionType |
getType()
Returns the value of the 'Type' attribute.
|
DataElement |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isSetType()
Returns whether the value of the '
Type ' attribute is set. |
void |
setType(IntersectionType value)
Sets the value of the '
Type ' attribute. |
void |
setValue(DataElement value)
Sets the value of the '
Value ' containment reference. |
void |
unsetType()
Unsets the value of the '
Type ' attribute. |
IntersectionType getType()
"Min"
. The
literals are from the enumeration IntersectionType
. Gets the type of the origin value. If it is 'Min' or 'Max', its value is determined at
runtime.
Defines the type of origin. This determines whether and how the origin value is to be used.
IntersectionType
,
isSetType()
,
unsetType()
,
setType(IntersectionType)
,
AttributePackage.getAxisOrigin_Type()
void setType(IntersectionType value)
Type
' attribute.
Gets the type of the origin value. If it is 'Min' or 'Max', its value is
determined at runtime. value
- the new value of the 'Type' attribute.IntersectionType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(IntersectionType)
boolean isSetType()
Type
' attribute is set. unsetType()
,
getType()
,
setType(IntersectionType)
DataElement getValue()
#setValue(Object)
,
AttributePackage.getAxisOrigin_Value()
void setValue(DataElement value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
AxisOrigin copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.