public interface Cursor extends IChartObject
The following features are supported:
AttributePackage.getCursor()
Modifier and Type | Method and Description |
---|---|
Cursor |
copyInstance() |
org.eclipse.emf.common.util.EList<Image> |
getImage()
Returns the value of the 'Image' containment reference list.
|
CursorType |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isSetType()
Returns whether the value of the '
Type ' attribute is set. |
void |
setType(CursorType value)
Sets the value of the '
Type ' attribute. |
void |
unsetType()
Unsets the value of the '
Type ' attribute. |
CursorType getType()
CursorType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
The type attribute indicates the cursor type.CursorType
,
isSetType()
,
unsetType()
,
setType(CursorType)
,
AttributePackage.getCursor_Type()
void setType(CursorType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.CursorType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(CursorType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(CursorType)
org.eclipse.emf.common.util.EList<Image> getImage()
Image
.
The attribute stores custom cursor images, it might be image uri or embedded image.
AttributePackage.getCursor_Image()
Cursor copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.