|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.view.InteractionHighlightConfiguration
The InteractionHighlightConfiguration class serves as a
central point for the configuration of the highlights that are displayed
throughout user interaction.
Composite| Constructor Summary | |
InteractionHighlightConfiguration()
Constructs a new default InteractionHighlightConfiguration
instance. |
|
| Method Summary | |
Composite |
createEdgeSplitHighlight()
Returns an instance of an edge-split highlight. |
Composite |
createGroupDropHighlight()
Returns an instance of a group-drop highlight. |
Composite |
createOverlayEdgeCreationHighlight()
Returns an instance of an overlay-edge-creation highlight. |
Composite |
createSuperposedNodeHighlight()
|
java.lang.String |
getEdgeSplitGeometry()
Returns the current edge-split highlighting Composite geometry name. |
Size |
getEdgeSplitSize()
Returns the current edge-split highlighting Composite size. |
java.lang.String |
getEdgeSplitStyle()
Returns the current edge-split highlighting Composite style name. |
java.lang.String |
getGroupDropGeometry()
Returns the current group-drop highlighting Composite geometry name. |
Size |
getGroupDropSize()
Returns the current group-drop highlighting Composite size. |
java.lang.String |
getGroupDropStyle()
Returns the current group-drop highlighting Composite style name. |
java.lang.String |
getOverlayEdgeCreationGeometry()
Returns the current overlay-edge-creation highlighting Composite geometry name |
Size |
getOverlayEdgeCreationSize()
Returns the current overlay-edge-creation highlighting Composite size. |
java.lang.String |
getOverlayEdgeCreationStyle()
Returns the current overlay-edge-creation highlighting Composite style name. |
java.lang.String |
getSuperposedNodeGeometry()
|
Size |
getSuperposedNodeHighlightSize()
|
java.lang.String |
getSuperposedNodeStyle()
|
boolean |
isDisplayOverlayEdgeCreationHighlight()
|
boolean |
isDisplaySuperposedNodeHighlight()
|
void |
setDisplayOverlayEdgeCreationHighlight(boolean displayOverlayEdgeCreationHighlight)
|
void |
setDisplaySuperposedNodeHighlight(boolean displaySuperposedNodeHighlight)
|
void |
setEdgeSplitGeometry(java.lang.String edgeSplitGeometry)
Sets the edge-split highlighting Composite geometry name to the value
given by edgeSplitGeometry. |
void |
setEdgeSplitSize(Size edgeSplitSize)
Sets the edge-split highlighting Composite size to the value
given by edgeSplitSize. |
void |
setEdgeSplitSize(java.lang.String edgeSplitSize)
Sets the edge-split highlighting Composite size to the value
given by groupDropSize.
|
void |
setEdgeSplitStyle(java.lang.String edgeSplitStyle)
Sets the edge-split highlighting Composite style name to the value
given by edgeSplitStyle. |
void |
setGroupDropGeometry(java.lang.String groupDropGeometry)
Sets the group-drop highlighting Composite geometry name to the value
given by groupDropGeometry. |
void |
setGroupDropSize(Size groupDropSize)
Sets the group-drop highlighting Composite size to the value
given by groupDropSize. |
void |
setGroupDropSize(java.lang.String groupDropSize)
Sets the group-drop highlighting Composite size to the value
given by groupDropSize.
|
void |
setGroupDropStyle(java.lang.String groupDropStyle)
Sets the group-drop highlighting Composite style name to the value
given by groupDropStyle. |
void |
setOverlayEdgeCreationGeometry(java.lang.String overlayEdgeCreationGeometry)
Sets the overlay-edge-creation highlighting Composite geometry name to the value
given by overlayEdgeCreationGeometry. |
void |
setOverlayEdgeCreationSize(Size overlayEdgeCreationSize)
Sets the overlay-edge-creation highlighting Composite size to the value
given by overlayEdgeCreationSize. |
void |
setOverlayEdgeCreationSize(java.lang.String overlayEdgeCreationSize)
Sets the overlay-edge-creation highlighting Composite size to the value
given by overlayEdgeCreationSize.
|
void |
setOverlayEdgeCreationStyle(java.lang.String overlayEdgeCreationStyle)
Sets the overlay-edge-creation highlighting Composite style name to the value
given by overlayEdgeCreationStyle. |
void |
setSuperposedNodeHighlightGeometry(java.lang.String superposedNodeHighlightGeometry)
|
void |
setSuperposedNodeHighlightSize(Size superposedNodeHighlightSize)
|
void |
setSuperposedNodeHighlightSize(java.lang.String superposedNodeHighlightSize)
|
void |
setSuperposedNodeHighlightStyle(java.lang.String superposedNodeHighlightStyle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InteractionHighlightConfiguration()
InteractionHighlightConfiguration
instance.
| Method Detail |
public final java.lang.String getEdgeSplitGeometry()
Composite geometry name.
public final void setEdgeSplitGeometry(java.lang.String edgeSplitGeometry)
Composite geometry name to the value
given by edgeSplitGeometry.
edgeSplitGeometry - the name of the geometry to use.public final java.lang.String getEdgeSplitStyle()
Composite style name.
public final void setEdgeSplitStyle(java.lang.String edgeSplitStyle)
Composite style name to the value
given by edgeSplitStyle.
edgeSplitStyle - the name of the style to usepublic final Size getEdgeSplitSize()
Composite size.
public final void setEdgeSplitSize(java.lang.String edgeSplitSize)
throws MetricExpressionParserException
Composite size to the value
given by groupDropSize.
MetricExpressionParserException
is thrown.
edgeSplitSize - the size to use in string representation
MetricExpressionParserException - is thrown if one of the two
given metric expressions cannot be parsedpublic final void setEdgeSplitSize(Size edgeSplitSize)
Composite size to the value
given by edgeSplitSize.
edgeSplitSize - the size to usepublic final Composite createEdgeSplitHighlight()
null is returned.
public final boolean isDisplayOverlayEdgeCreationHighlight()
public final void setDisplayOverlayEdgeCreationHighlight(boolean displayOverlayEdgeCreationHighlight)
public final java.lang.String getOverlayEdgeCreationGeometry()
Composite geometry name
public final void setOverlayEdgeCreationGeometry(java.lang.String overlayEdgeCreationGeometry)
Composite geometry name to the value
given by overlayEdgeCreationGeometry.
overlayEdgeCreationGeometry - the name of the geometry to usepublic final java.lang.String getOverlayEdgeCreationStyle()
Composite style name.
public final void setOverlayEdgeCreationStyle(java.lang.String overlayEdgeCreationStyle)
Composite style name to the value
given by overlayEdgeCreationStyle.
overlayEdgeCreationStyle - the name of the style to use.public final Size getOverlayEdgeCreationSize()
Composite size.
public final void setOverlayEdgeCreationSize(java.lang.String overlayEdgeCreationSize)
throws MetricExpressionParserException
Composite size to the value
given by overlayEdgeCreationSize.
MetricExpressionParserException
is thrown.
overlayEdgeCreationSize - the size to use in string representation
MetricExpressionParserException - is thrown if one of the two
given metric expressions cannot be parsedpublic final void setOverlayEdgeCreationSize(Size overlayEdgeCreationSize)
Composite size to the value
given by overlayEdgeCreationSize.
overlayEdgeCreationSize - the size to usepublic final Composite createOverlayEdgeCreationHighlight()
null is returned.
public final boolean isDisplaySuperposedNodeHighlight()
public final void setDisplaySuperposedNodeHighlight(boolean displaySuperposedNodeHighlight)
public final java.lang.String getSuperposedNodeGeometry()
public final void setSuperposedNodeHighlightGeometry(java.lang.String superposedNodeHighlightGeometry)
public final java.lang.String getSuperposedNodeStyle()
public final void setSuperposedNodeHighlightStyle(java.lang.String superposedNodeHighlightStyle)
public final Size getSuperposedNodeHighlightSize()
public final void setSuperposedNodeHighlightSize(java.lang.String superposedNodeHighlightSize)
throws MetricExpressionParserException
MetricExpressionParserExceptionpublic final void setSuperposedNodeHighlightSize(Size superposedNodeHighlightSize)
public final Composite createSuperposedNodeHighlight()
public final java.lang.String getGroupDropGeometry()
Composite geometry name.
public final void setGroupDropGeometry(java.lang.String groupDropGeometry)
Composite geometry name to the value
given by groupDropGeometry.
groupDropGeometry - the group-drop-highlight geometry to use.public final java.lang.String getGroupDropStyle()
Composite style name.
public final void setGroupDropStyle(java.lang.String groupDropStyle)
Composite style name to the value
given by groupDropStyle.
groupDropStyle - the group-drop-highlight style to use.public final Size getGroupDropSize()
Composite size.
public final void setGroupDropSize(java.lang.String groupDropSize)
throws MetricExpressionParserException
Composite size to the value
given by groupDropSize.
MetricExpressionParserException
is thrown.
groupDropSize - the size to use in string representation
MetricExpressionParserException - is thrown if one of the two
given metric expressions cannot be parsedpublic final void setGroupDropSize(Size groupDropSize)
Composite size to the value
given by groupDropSize.
groupDropSize - the size to usepublic final Composite createGroupDropHighlight()
null is returned.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||