Package org.esa.snap.ui.diagram
Class DefaultDiagramGraphStyle
java.lang.Object
org.esa.snap.ui.diagram.DefaultDiagramGraphStyle
- All Implemented Interfaces:
DiagramGraphStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setFillPaint
(Paint fillPaint) void
setOutlineColor
(Color outlineColor) void
setOutlineStroke
(Stroke stroke) void
setShowingPoints
(boolean showingPoints)
-
Constructor Details
-
DefaultDiagramGraphStyle
public DefaultDiagramGraphStyle()
-
-
Method Details
-
getOutlineColor
- Specified by:
getOutlineColor
in interfaceDiagramGraphStyle
-
setOutlineColor
-
getFillPaint
- Specified by:
getFillPaint
in interfaceDiagramGraphStyle
-
setFillPaint
-
isShowingPoints
public boolean isShowingPoints()- Specified by:
isShowingPoints
in interfaceDiagramGraphStyle
-
setShowingPoints
public void setShowingPoints(boolean showingPoints) -
getOutlineStroke
- Specified by:
getOutlineStroke
in interfaceDiagramGraphStyle
-
setOutlineStroke
-