org.esa.beam.framework.ui.diagram
Class DefaultDiagramGraphStyle

java.lang.Object
  extended by org.esa.beam.framework.ui.diagram.DefaultDiagramGraphStyle
All Implemented Interfaces:
DiagramGraphStyle

public class DefaultDiagramGraphStyle
extends Object
implements DiagramGraphStyle


Constructor Summary
DefaultDiagramGraphStyle()
           
 
Method Summary
 Paint getFillPaint()
           
 Color getOutlineColor()
           
 Stroke getOutlineStroke()
           
 boolean isShowingPoints()
           
 void setFillPaint(Paint fillPaint)
           
 void setOutlineColor(Color outlineColor)
           
 void setOutlineStroke(Stroke stroke)
           
 void setShowingPoints(boolean showingPoints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDiagramGraphStyle

public DefaultDiagramGraphStyle()
Method Detail

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.