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
public class DotClusterStyleUtil extends DotDefaultNodeStyleUtil
-
-
Field Summary
-
Fields inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
colorUtil, dot
-
-
Constructor Summary
Constructors Constructor Description DotClusterStyleUtil(DotColorUtil colorUtil, org.eclipse.gef.graph.Node dot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.gef.dot.internal.language.color.Color
colorAttribute()
protected java.lang.String
colorschemeAttribute()
protected org.eclipse.gef.dot.internal.language.colorlist.ColorList
fillcolorAttribute()
protected boolean
fillCondition()
protected java.lang.Double
penwidthAttribute()
protected org.eclipse.gef.dot.internal.language.shape.Shape
shapeAttribute()
protected org.eclipse.gef.dot.internal.language.style.Style
styleAttribute()
-
Methods inherited from class org.eclipse.gef.dot.internal.ui.conversion.DotDefaultNodeStyleUtil
addNodeStyle, computeZestStyle, fillFxCssString, hasStyle, strokeColorFxCssString, strokeWidthFxCssString
-
-
-
-
Constructor Detail
-
DotClusterStyleUtil
public DotClusterStyleUtil(DotColorUtil colorUtil, org.eclipse.gef.graph.Node dot)
-
-
Method Detail
-
shapeAttribute
protected org.eclipse.gef.dot.internal.language.shape.Shape shapeAttribute()
- Overrides:
shapeAttribute
in classDotDefaultNodeStyleUtil
-
colorschemeAttribute
protected java.lang.String colorschemeAttribute()
- Overrides:
colorschemeAttribute
in classDotDefaultNodeStyleUtil
-
colorAttribute
protected org.eclipse.gef.dot.internal.language.color.Color colorAttribute()
- Overrides:
colorAttribute
in classDotDefaultNodeStyleUtil
-
penwidthAttribute
protected java.lang.Double 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
-
-