public interface Marker extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
Marker |
copyInstance() |
Fill |
getFill()
Returns the value of the 'Fill' containment
reference.
|
Palette |
getIconPalette()
已过时。
Deprecated. Use Fill property instead. This is kept just to
maintain compatibility with old models.
|
LineAttributes |
getOutline()
Returns the value of the 'Outline' containment reference
|
int |
getSize()
Returns the value of the 'Size' attribute.
|
MarkerType |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isSetSize()
Returns whether the value of the '
Size' attribute is set |
boolean |
isSetType()
Returns whether the value of the '
Type' attribute is set |
boolean |
isSetVisible()
Returns whether the value of the '
Visible' attribute is set |
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setFill(Fill value)
Sets the value of the '
Fill' containment reference |
void |
setIconPalette(Palette value)
已过时。
Deprecated. Use Fill property instead. This is kept just to
maintain compatibility with old models.
|
void |
setOutline(LineAttributes value)
Sets the value of the '
Outline' containment reference |
void |
setSize(int value)
Sets the value of the '
Size' attribute |
void |
setType(MarkerType value)
Sets the value of the '
Type' attribute |
void |
setVisible(boolean value)
Sets the value of the '
Visible' attribute |
void |
unsetSize()
Unsets the value of the '
Size' attribute |
void |
unsetType()
Unsets the value of the '
Type' attribute |
void |
unsetVisible()
Unsets the value of the '
Visible' attribute |
MarkerType getType()
"Crosshair".
The literals are from the enumeration MarkerType.
Gets the type of marker.
Attribute "Type" specifies the type of marker, e.g. Crosshair,
Triangle, Box... etc.
MarkerType,
isSetType(),
unsetType(),
setType(MarkerType),
AttributePackage.getMarker_Type()void setType(MarkerType value)
Type' attribute.
Sets the type of marker. value - the new value of the 'Type' attribute.MarkerType,
isSetType(),
unsetType(),
getType()void unsetType()
Type' attribute.
isSetType(),
getType(),
setType(MarkerType)boolean isSetType()
Type' attribute is set.
unsetType(),
getType(),
setType(MarkerType)int getSize()
isSetSize(),
unsetSize(),
setSize(int),
AttributePackage.getMarker_Size()void setSize(int value)
Size' attribute.
Sets the size of the marker in the
chart (as a percentage). value - the new value of the 'Size' attribute.isSetSize(),
unsetSize(),
getSize()void unsetSize()
Size' attribute.
isSetSize(),
getSize(),
setSize(int)boolean isSetSize()
Size' attribute is set.
unsetSize(),
getSize(),
setSize(int)boolean isVisible()
isSetVisible(),
unsetVisible(),
setVisible(boolean),
AttributePackage.getMarker_Visible()void setVisible(boolean value)
Visible' attribute.
Specifies whether the marker is to be
rendered. value - the new value of the 'Visible' attribute.isSetVisible(),
unsetVisible(),
isVisible()void unsetVisible()
Visible' attribute.
boolean isSetVisible()
Visible' attribute is set.
unsetVisible(),
isVisible(),
setVisible(boolean)Fill getFill()
setFill(Fill),
AttributePackage.getMarker_Fill()void setFill(Fill value)
Fill' containment reference.
value - the new value of the 'Fill' containment reference.getFill()Palette getIconPalette()
setIconPalette(Palette),
AttributePackage.getMarker_IconPalette()void setIconPalette(Palette value)
Icon Palette'
containment reference. value - the new value of the 'Icon Palette' containment
reference.getIconPalette()LineAttributes getOutline()
setOutline(LineAttributes),
AttributePackage.getMarker_Outline()void setOutline(LineAttributes value)
Outline' containment reference.
value - the new value of the 'Outline' containment reference.getOutline()Marker copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.