Interface PreferredOutput
public interface PreferredOutput
Preferred output when using the "context circle" to create new symbols.
-
Method Summary
Modifier and TypeMethodDescriptionThe edge type from the source to the output.The symbol type of the output.boolean
true if the edge should be reversed, in effect making the source the output.
-
Method Details
-
getTargetSymbolType
SymbolType getTargetSymbolType()The symbol type of the output. -
getEdgeType
EdgeType getEdgeType()The edge type from the source to the output. -
isReverse
boolean isReverse()true if the edge should be reversed, in effect making the source the output. -
getOutputBounds
-