public class DefaultDiagramGraphStyle extends Object implements DiagramGraphStyle
| Constructor and Description |
|---|
DefaultDiagramGraphStyle() |
| Modifier and Type | Method and Description |
|---|---|
Paint |
getFillPaint() |
Color |
getOutlineColor() |
Stroke |
getOutlineStroke() |
boolean |
isShowingPoints() |
void |
setFillPaint(Paint fillPaint) |
void |
setOutlineColor(Color outlineColor) |
void |
setOutlineStroke(Stroke stroke) |
void |
setShowingPoints(boolean showingPoints) |
public Color getOutlineColor()
getOutlineColor in interface DiagramGraphStylepublic void setOutlineColor(Color outlineColor)
public Paint getFillPaint()
getFillPaint in interface DiagramGraphStylepublic void setFillPaint(Paint fillPaint)
public boolean isShowingPoints()
isShowingPoints in interface DiagramGraphStylepublic void setShowingPoints(boolean showingPoints)
public Stroke getOutlineStroke()
getOutlineStroke in interface DiagramGraphStylepublic void setOutlineStroke(Stroke stroke)
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.