JIDE 3.5.15

com.jidesoft.gauge
Class GaugeTickStyle

java.lang.Object
  extended by com.jidesoft.gauge.AbstractGaugeTickStyle
      extended by com.jidesoft.gauge.DialTickStyle
          extended by com.jidesoft.gauge.GaugeTickStyle

Deprecated. Please use DialTickStyle for styling of Dial Ticks.

public class GaugeTickStyle
extends DialTickStyle

A class for specifying the appearance of a tick displayed on a Dial This class will be removed some time after JIDE release 3.4.5


Field Summary
 
Fields inherited from class com.jidesoft.gauge.DialTickStyle
tickStart
 
Fields inherited from class com.jidesoft.gauge.AbstractGaugeTickStyle
tickColor, tickLength, tickWidth, visible
 
Constructor Summary
GaugeTickStyle()
          Deprecated.  
GaugeTickStyle(double tickLength)
          Deprecated. Create a tick style instance by specifying the tick length.
 
Method Summary
 
Methods inherited from class com.jidesoft.gauge.DialTickStyle
equals, getTickStart, hashCode, setTickStart
 
Methods inherited from class com.jidesoft.gauge.AbstractGaugeTickStyle
getTickColor, getTickLength, getTickWidth, isVisible, setTickColor, setTickLength, setTickWidth, setVisible
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugeTickStyle

public GaugeTickStyle()
Deprecated. 

GaugeTickStyle

public GaugeTickStyle(double tickLength)
Deprecated. 
Create a tick style instance by specifying the tick length. Tick lengths are provided as a proportion of the width of the axis.

Parameters:
tickLength - the length of the ticks

JIDE 3.5.15