class org.aswing.plaf.basic.BasicSliderUI extends BaseComponentUI

Basic slider ui imp. @author paling @private

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from BaseComponentUI

function containsDefaultsKey(key:String):Bool
function containsKey(key:String):Bool
function getBoolean(key:String):Bool
function getBorder(key:String):Border
function getClass(key:String):Class<Dynamic>
function getColor(key:String):ASColor
function getDefault(key:String):Dynamic
function getFont(key:String):ASFont
function getGroundDecorator(key:String):GroundDecorator
function getIcon(key:String):Icon
function getInsets(key:String):Insets
function getInstance(key:String):Dynamic
function getInt(key:String):Int
function getInternalFocusObject(c:Component):InteractiveObject
function getMaximumSize(c:Component):IntDimension
function getMinimumSize(c:Component):IntDimension
function getNumber(key:String):Float
function getPreferredSize(c:Component):IntDimension
function getString(key:String):String
function getStyleTune(key:String):StyleTune
function getUint(key:String):Int
function installUI(c:Component):Void
function paint(c:Component, g:Graphics2D, b:IntRectangle):Void
function paintFocus(c:Component, g:Graphics2D, b:IntRectangle):Void
function putDefault(key:String, value:Dynamic):Void
function refreshStyleProperties():Void
function uninstallUI(c:Component):Void

function new(): Void

function installUI(c:Component): Void

function valueForXPosition(xPos:Int): Int

Returns a value give an x position. If xPos is past the track at the left or the right it will set the value to the min or max of the slider, depending if the slider is inverted or not.

function valueForYPosition(yPos:Int): Int

Returns a value give a y position. If yPos is past the track at the top or the bottom it will set the value to the min or max of the slider, depending if the slider is inverted or not.

function xPositionForValue(value:Int): Float

function yPositionForValue(value:Int): Int