Package org.fest.swing.driver
Class JSliderLocation
java.lang.Object
org.fest.swing.driver.JSliderLocation
Understands a location in a
JSlider
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<Integer,
JSliderLocation.JSliderLocationStrategy> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOCATIONS
-
-
Constructor Details
-
JSliderLocation
public JSliderLocation()
-
-
Method Details
-
pointAt
Returns the coordinates of the given value in the given
.JSlider
Note: This method is not executed in the event dispatch thread (EDT.) Clients are responsible for invoking this method in the EDT.
- Parameters:
slider
- the givenJSlider
.value
- the given value.- Returns:
- the coordinates of the given value in the given
JSlider
.
-