Class DotClusterStyleUtil
java.lang.Object
org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
org.eclipse.gef.dot.internal.ui.conversion.DotClusterStyleUtil
- All Implemented Interfaces:
DotNodeStyleUtil
-
Field Summary
Fields inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
colorUtil, dot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.gef.dot.internal.language.color.Color
protected String
protected org.eclipse.gef.dot.internal.language.colorlist.ColorList
protected boolean
protected Double
protected org.eclipse.gef.dot.internal.language.shape.Shape
protected org.eclipse.gef.dot.internal.language.style.Style
Methods inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
addNodeStyle, computeZestStyle, fillFxCssString, hasStyle, strokeColorFxCssString, strokeWidthFxCssString
-
Constructor Details
-
DotClusterStyleUtil
-
-
Method Details
-
shapeAttribute
protected org.eclipse.gef.dot.internal.language.shape.Shape shapeAttribute()- Overrides:
shapeAttribute
in classDotDefaultNodeStyleUtil
-
colorschemeAttribute
- Overrides:
colorschemeAttribute
in classDotDefaultNodeStyleUtil
-
colorAttribute
protected org.eclipse.gef.dot.internal.language.color.Color colorAttribute()- Overrides:
colorAttribute
in classDotDefaultNodeStyleUtil
-
penwidthAttribute
- Overrides:
penwidthAttribute
in classDotDefaultNodeStyleUtil
-
fillcolorAttribute
protected org.eclipse.gef.dot.internal.language.colorlist.ColorList fillcolorAttribute()- Overrides:
fillcolorAttribute
in classDotDefaultNodeStyleUtil
-
fillCondition
protected boolean fillCondition()- Overrides:
fillCondition
in classDotDefaultNodeStyleUtil
-
styleAttribute
protected org.eclipse.gef.dot.internal.language.style.Style styleAttribute()- Overrides:
styleAttribute
in classDotDefaultNodeStyleUtil
-