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 DiagramGraphStyle
public void setOutlineColor(Color outlineColor)
public Paint getFillPaint()
getFillPaint
in interface DiagramGraphStyle
public void setFillPaint(Paint fillPaint)
public boolean isShowingPoints()
isShowingPoints
in interface DiagramGraphStyle
public void setShowingPoints(boolean showingPoints)
public Stroke getOutlineStroke()
getOutlineStroke
in interface DiagramGraphStyle
public void setOutlineStroke(Stroke stroke)
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.