Interface DotNodeStyleUtil
-
- All Known Implementing Classes:
DotClusterStyleUtil
,DotDefaultNodeStyleUtil
,DotRecordBasedNodeStyleUtil
public interface DotNodeStyleUtil
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringBuilder
computeZestStyle()
Computes Zest node shape styleboolean
hasStyle(org.eclipse.gef.dot.internal.language.style.NodeStyle nodeStyle)
Checks if node has given style
-
-
-
Method Detail
-
computeZestStyle
java.lang.StringBuilder computeZestStyle()
Computes Zest node shape style- Returns:
- StringBuilder containing node shape style
-
hasStyle
boolean hasStyle(org.eclipse.gef.dot.internal.language.style.NodeStyle nodeStyle)
Checks if node has given style- Parameters:
nodeStyle
-- Returns:
- true, if node has nodeStyle
-
-