org.esa.beam.framework.ui.diagram
Class DefaultDiagramGraphStyle
java.lang.Object
org.esa.beam.framework.ui.diagram.DefaultDiagramGraphStyle
- All Implemented Interfaces:
- DiagramGraphStyle
public class DefaultDiagramGraphStyle
- extends Object
- implements DiagramGraphStyle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDiagramGraphStyle
public DefaultDiagramGraphStyle()
getOutlineColor
public Color getOutlineColor()
- Specified by:
getOutlineColor in interface DiagramGraphStyle
setOutlineColor
public void setOutlineColor(Color outlineColor)
getFillPaint
public Paint getFillPaint()
- Specified by:
getFillPaint in interface DiagramGraphStyle
setFillPaint
public void setFillPaint(Paint fillPaint)
isShowingPoints
public boolean isShowingPoints()
- Specified by:
isShowingPoints in interface DiagramGraphStyle
setShowingPoints
public void setShowingPoints(boolean showingPoints)
getOutlineStroke
public Stroke getOutlineStroke()
- Specified by:
getOutlineStroke in interface DiagramGraphStyle
setOutlineStroke
public void setOutlineStroke(Stroke stroke)
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.