JIDE 3.4.0

com.jidesoft.gauge
Class IndicatorStyle

java.lang.Object
  extended by com.jidesoft.gauge.IndicatorStyle

public class IndicatorStyle
extends Object


Constructor Summary
IndicatorStyle()
           
 
Method Summary
 Paint getFill()
           
 Color getOutline()
           
 void setFill(Paint fill)
           
 void setOutline(Color outline)
           
 IndicatorStyle withFill(Paint fill)
           
 IndicatorStyle withOutline(Color outline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicatorStyle

public IndicatorStyle()
Method Detail

getFill

public Paint getFill()

setFill

public void setFill(Paint fill)

withFill

public IndicatorStyle withFill(Paint fill)

getOutline

public Color getOutline()

setOutline

public void setOutline(Color outline)

withOutline

public IndicatorStyle withOutline(Color outline)

JIDE 3.4.0