Class DotRecordBasedNodeStyleUtil
java.lang.Object
org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
org.eclipse.gef.dot.internal.ui.conversion.DotRecordBasedNodeStyleUtil
- All Implemented Interfaces:
DotNodeStyleUtil
-
Field Summary
Fields inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
colorUtil, dot
-
Constructor Summary
ConstructorsConstructorDescriptionDotRecordBasedNodeStyleUtil
(DotColorUtil colorUtil, org.eclipse.gef.graph.Node dot) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addNodeStyle
(StringBuilder zestStyle, org.eclipse.gef.dot.internal.language.style.NodeStyle style, boolean penwidthUnset) Computes Zest node shape styleprotected String
protected String
protected String
Methods inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
colorAttribute, colorschemeAttribute, fillcolorAttribute, fillCondition, hasStyle, penwidthAttribute, shapeAttribute, styleAttribute
-
Constructor Details
-
DotRecordBasedNodeStyleUtil
-
-
Method Details
-
computeZestStyle
Description copied from interface:DotNodeStyleUtil
Computes Zest node shape style- Specified by:
computeZestStyle
in interfaceDotNodeStyleUtil
- Overrides:
computeZestStyle
in classDotDefaultNodeStyleUtil
- Returns:
- StringBuilder containing node shape style
-
computeLineStyle
-
addNodeStyle
protected void addNodeStyle(StringBuilder zestStyle, org.eclipse.gef.dot.internal.language.style.NodeStyle style, boolean penwidthUnset) - Overrides:
addNodeStyle
in classDotDefaultNodeStyleUtil
-
strokeWidthFxCssString
- Overrides:
strokeWidthFxCssString
in classDotDefaultNodeStyleUtil
-
strokeColorFxCssString
- Overrides:
strokeColorFxCssString
in classDotDefaultNodeStyleUtil
-
fillFxCssString
- Overrides:
fillFxCssString
in classDotDefaultNodeStyleUtil
-