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
public class DotRecordBasedNodeStyleUtil extends DotDefaultNodeStyleUtil
-
-
Field Summary
-
Fields inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
colorUtil, dot
-
-
Constructor Summary
Constructors Constructor Description DotRecordBasedNodeStyleUtil(DotColorUtil colorUtil, org.eclipse.gef.graph.Node dot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addNodeStyle(java.lang.StringBuilder zestStyle, org.eclipse.gef.dot.internal.language.style.NodeStyle style, boolean penwidthUnset)
java.lang.StringBuilder
computeLineStyle()
java.lang.StringBuilder
computeZestStyle()
Computes Zest node shape styleprotected java.lang.String
fillFxCssString()
protected java.lang.String
strokeColorFxCssString()
protected java.lang.String
strokeWidthFxCssString()
-
Methods inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
colorAttribute, colorschemeAttribute, fillcolorAttribute, fillCondition, hasStyle, penwidthAttribute, shapeAttribute, styleAttribute
-
-
-
-
Constructor Detail
-
DotRecordBasedNodeStyleUtil
public DotRecordBasedNodeStyleUtil(DotColorUtil colorUtil, org.eclipse.gef.graph.Node dot)
-
-
Method Detail
-
computeZestStyle
public java.lang.StringBuilder 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
public java.lang.StringBuilder computeLineStyle()
-
addNodeStyle
protected void addNodeStyle(java.lang.StringBuilder zestStyle, org.eclipse.gef.dot.internal.language.style.NodeStyle style, boolean penwidthUnset)
- Overrides:
addNodeStyle
in classDotDefaultNodeStyleUtil
-
strokeWidthFxCssString
protected java.lang.String strokeWidthFxCssString()
- Overrides:
strokeWidthFxCssString
in classDotDefaultNodeStyleUtil
-
strokeColorFxCssString
protected java.lang.String strokeColorFxCssString()
- Overrides:
strokeColorFxCssString
in classDotDefaultNodeStyleUtil
-
fillFxCssString
protected java.lang.String fillFxCssString()
- Overrides:
fillFxCssString
in classDotDefaultNodeStyleUtil
-
-