Uses of Class
org.das2.graph.TickCurveRenderer.TickStyle

Packages that use TickCurveRenderer.TickStyle
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
 

Uses of TickCurveRenderer.TickStyle in org.das2.graph
 

Fields in org.das2.graph declared as TickCurveRenderer.TickStyle
static TickCurveRenderer.TickStyle TickCurveRenderer.TickStyle.both
           
static TickCurveRenderer.TickStyle TickCurveRenderer.TickStyle.outer
           
 

Methods in org.das2.graph that return TickCurveRenderer.TickStyle
 TickCurveRenderer.TickStyle TickCurveRenderer.getTickStyle()
          Getter for property tickStyle.
 

Methods in org.das2.graph with parameters of type TickCurveRenderer.TickStyle
 void TickCurveRenderer.setTickStyle(TickCurveRenderer.TickStyle tickStyle)
          Setter for property tickStyle.