public class GDotEdgeAttributes extends GDotAttributes implements ColorHolder
QUIT, UNDEF, VOID| Constructor and Description |
|---|
GDotEdgeAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GDotEdgeAttributes |
clone() |
java.awt.Color |
getColor() |
ScriptType |
getType()
Returns the type of the result.
|
GDotEdgeAttributes |
mergeFrom(GDotAttributes dotAttributes) |
java.lang.String |
toString() |
attributesToListString, getFont, getFontColor, getLabel, getPrimaryColor, getText, getValue, setFont, setFontColor, setLabel, setPrimaryColor, setValueequals, getSign, getStringRepresentation, getTypeName, isZerogetScriptConstantRepresentation, isStopExecutionpublic GDotEdgeAttributes mergeFrom(GDotAttributes dotAttributes)
mergeFrom in class GDotAttributespublic GDotEdgeAttributes clone()
clone in class GDotAttributespublic java.lang.String toString()
toString in class ExecutionResult<java.lang.Object>public ScriptType getType()
ExecutionResultgetType in class ExecutionResult<java.lang.Object>public java.awt.Color getColor()
getColor in interface ColorHolder