Package org.esa.snap.ui.diagram
Class DefaultDiagramGraphStyle
- java.lang.Object
-
- org.esa.snap.ui.diagram.DefaultDiagramGraphStyle
-
- All Implemented Interfaces:
DiagramGraphStyle
public class DefaultDiagramGraphStyle extends Object implements DiagramGraphStyle
-
-
Constructor Summary
Constructors Constructor Description DefaultDiagramGraphStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getOutlineColor
public Color getOutlineColor()
- Specified by:
getOutlineColor
in interfaceDiagramGraphStyle
-
setOutlineColor
public void setOutlineColor(Color outlineColor)
-
getFillPaint
public Paint getFillPaint()
- Specified by:
getFillPaint
in interfaceDiagramGraphStyle
-
setFillPaint
public void setFillPaint(Paint fillPaint)
-
isShowingPoints
public boolean isShowingPoints()
- Specified by:
isShowingPoints
in interfaceDiagramGraphStyle
-
setShowingPoints
public void setShowingPoints(boolean showingPoints)
-
getOutlineStroke
public Stroke getOutlineStroke()
- Specified by:
getOutlineStroke
in interfaceDiagramGraphStyle
-
setOutlineStroke
public void setOutlineStroke(Stroke stroke)
-
-