public interface IlvCompiledSymbol
Modifier and Type | Method and Description |
---|---|
int |
getLinkConnectionRectangleIndex()
Returns the index of the composite child to be used as the
link connection rectangle.
|
String |
getParameterMapping(String paramID)
Returns the mapped symbol property name of a parameter.
|
Iterator<String> |
getParameterMappings()
Returns the names of the properties mapped to the symbol parameters.
|
Object |
getParameterValue(String paramID)
Returns a parameter value.
|
Object |
getSymbolProperty(String name)
Returns a symbol property.
|
boolean |
isAdjusting()
Returns the adjusting state of a compiled symbol.
|
void |
setAdjusting(boolean adjusting)
Starts or stops a change sequence.
|
void |
setParameterMapping(String paramID,
String propertyName)
Maps a parameter to a symbol property.
|
void |
setParameterValue(String paramID,
Object value)
Sets a parameter value.
|
void |
setSymbolProperty(String name,
Object value)
Sets a symbol property.
|
void setAdjusting(boolean adjusting)
adjusting
- true
to start, or false
to stop a change sequence.boolean isAdjusting()
true
if the symbol is in a change sequence state.Object getParameterValue(String paramID)
paramID
- The ID of the parameter.void setParameterValue(String paramID, Object value)
paramID
- The ID of the parameter.value
- The new value to be set to the parameter.String getParameterMapping(String paramID)
paramID
- The ID of the parameter.void setParameterMapping(String paramID, String propertyName)
paramID
- The ID of the mapped parameter.propertyName
- The name of the mapped symbol property.Iterator<String> getParameterMappings()
void setSymbolProperty(String name, Object value)
name
- The property name.value
- The property value.int getLinkConnectionRectangleIndex()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.