DESY ACOP Beans Home

Uses of Interface
com.cosylab.gui.components.range2.TickParameters

Packages that use TickParameters
com.cosylab.gui   
com.cosylab.gui.components   
com.cosylab.gui.components.range2   
de.desy.acop.displayers   
 

Uses of TickParameters in com.cosylab.gui
 

Classes in com.cosylab.gui that implement TickParameters
 class SliderDisplayer
          Displays value on editable slider.
 class SliderDisplayerSetter
           
 

Uses of TickParameters in com.cosylab.gui.components
 

Classes in com.cosylab.gui.components that implement TickParameters
protected  class DialKnob.Renderer
          Utility class that rendering of the component
 class Gauger
          Gauger is a visual component that displays a value on a scale between minimum and maximum.
 class Slider
          Slider is a GUI component for displaying double value.
 

Uses of TickParameters in com.cosylab.gui.components.range2
 

Classes in com.cosylab.gui.components.range2 that implement TickParameters
 class DefaultTickParameters
           
 class SimpleDemoDisplayer
          Simple demonstration of how to use classes in range package.
 

Methods in com.cosylab.gui.components.range2 with parameters of type TickParameters
 Tick[] RangedValueController.calculateTicks(int w, TickParameters measurer)
          Calculates ticks using the given measurer and width.
 Tick[] TickCalculator.calculateTicks(int length, TickParameters measurer, Range range, RangedValue rangedValue)
          Calculates ticks using the given TickParameters.
 Tick[] ManualTickCalculator.calculateTicks(int spaceLength, TickParameters measurer, Range range, RangedValue rangedValue)
           
 Tick[] LogarithmicTickCalculator.calculateTicks(int length, TickParameters measurer, Range range, RangedValue rangedValue)
           
 Tick[] LinearTickCalculator.calculateTicks(int length, TickParameters measurer, Range range, RangedValue rangedValue)
           
 

Uses of TickParameters in de.desy.acop.displayers
 

Classes in de.desy.acop.displayers that implement TickParameters
 class AcopSlider
          AcopSlider is a displayer which can show a single double value.
 



Copyright © 2010. All Rights Reserved.