public class SynthSliderUI extends BasicSliderUI implements PropertyChangeListener, SynthUI
BasicSliderUI.ActionScroller, BasicSliderUI.ChangeHandler, BasicSliderUI.ComponentHandler, BasicSliderUI.FocusHandler, BasicSliderUI.PropertyChangeHandler, BasicSliderUI.ScrollListener, BasicSliderUI.TrackListener
changeListener, componentListener, contentRect, focusInsets, focusListener, focusRect, insetCache, labelRect, leftToRightCache, MAX_SCROLL, MIN_SCROLL, NEGATIVE_SCROLL, POSITIVE_SCROLL, propertyChangeListener, scrollListener, scrollTimer, slider, thumbRect, tickRect, trackBuffer, trackListener, trackRect
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
Modifier | Constructor and Description |
---|---|
protected |
SynthSliderUI(JSlider c) |
Modifier and Type | Method and Description |
---|---|
protected void |
calculateGeometry() |
protected void |
calculateThumbLocation() |
protected BasicSliderUI.TrackListener |
createTrackListener(JSlider s) |
static ComponentUI |
createUI(JComponent c)
为给定的组件创建一个新的UI对象。
|
int |
getBaseline(JComponent c, int width, int height)
返回基线。
|
SynthContext |
getContext(JComponent c)
返回指定组件的上下文。
|
Dimension |
getMinimumSize(JComponent c)
返回指定组件的最小尺寸,适合外观和感觉。
|
Dimension |
getPreferredSize(JComponent c)
返回指定组件的偏好大小,适合外观和感觉。
|
protected Dimension |
getThumbSize() |
protected void |
installDefaults(JSlider slider) |
protected void |
installListeners(JSlider slider) |
protected void |
layout()
滑出滑块。
|
void |
paint(Graphics g, JComponent c)
根据外观和外观绘制指定的组件。
|
protected void |
paint(SynthContext context, Graphics g)
绘制指定的组件。
|
void |
paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
画边框
|
protected void |
paintThumb(SynthContext context, Graphics g, Rectangle thumbBounds)
绘制滑块拇指。
|
protected void |
paintTrack(SynthContext context, Graphics g, Rectangle trackBounds)
绘制滑块轨道。
|
void |
propertyChange(PropertyChangeEvent e)
当绑定属性更改时,此方法将被调用。
|
protected void |
recalculateIfInsetsChanged() |
void |
setThumbLocation(int x, int y) |
protected void |
uninstallDefaults(JSlider slider)
卸载默认设置。
|
protected void |
uninstallListeners(JSlider slider) |
void |
update(Graphics g, JComponent c)
通知此UI代理重新绘制指定的组件。
|
int |
valueForXPosition(int xPos)
返回x位置的值。
|
int |
valueForYPosition(int yPos)
返回y位置的值。
|
protected int |
xPositionForValue(int value) |
protected int |
yPositionForValue(int value, int trackY, int trackHeight)
返回指定值的y位置。
|
calculateContentRect, calculateFocusRect, calculateLabelRect, calculateThumbSize, calculateTickRect, calculateTrackBuffer, calculateTrackRect, createChangeListener, createComponentListener, createFocusListener, createPropertyChangeListener, createScrollListener, drawInverted, getBaselineResizeBehavior, getFocusColor, getHeightOfHighValueLabel, getHeightOfLowValueLabel, getHeightOfTallestLabel, getHighestValue, getHighestValueLabel, getHighlightColor, getLowestValue, getLowestValueLabel, getMaximumSize, getMinimumHorizontalSize, getMinimumVerticalSize, getPreferredHorizontalSize, getPreferredVerticalSize, getShadowColor, getTickLength, getWidthOfHighValueLabel, getWidthOfLowValueLabel, getWidthOfWidestLabel, installKeyboardActions, installUI, isDragging, labelsHaveSameBaselines, paintFocus, paintHorizontalLabel, paintLabels, paintMajorTickForHorizSlider, paintMajorTickForVertSlider, paintMinorTickForHorizSlider, paintMinorTickForVertSlider, paintThumb, paintTicks, paintTrack, paintVerticalLabel, recalculateIfOrientationChanged, scrollByBlock, scrollByUnit, scrollDueToClickInTrack, uninstallKeyboardActions, uninstallUI, yPositionForValue
contains, getAccessibleChild, getAccessibleChildrenCount
protected SynthSliderUI(JSlider c)
public static ComponentUI createUI(JComponent c)
c
- 创建UI对象的组件
protected void installDefaults(JSlider slider)
protected void uninstallDefaults(JSlider slider)
LookAndFeel
时调用此方法。
protected void installListeners(JSlider slider)
protected void uninstallListeners(JSlider slider)
protected BasicSliderUI.TrackListener createTrackListener(JSlider s)
public int getBaseline(JComponent c, int width, int height)
getBaseline
在
BasicSliderUI
c
-
JComponent
正在请求基准
width
- 获取基准的宽度
height
- 获取基准的高度
JComponent.getBaseline(int, int)
public Dimension getPreferredSize(JComponent c)
null
,则首选大小将由组件的布局管理器计算(这是安装了特定布局管理器的任何组件的首选方法)。
此方法的默认实现返回null
。
getPreferredSize
在
BasicSliderUI
c
- 要查询其首选大小的组件;
这个参数经常被忽略,但如果UI对象是无状态的并且被多个组件共享,则可能会被使用
JComponent.getPreferredSize()
,
LayoutManager.preferredLayoutSize(java.awt.Container)
public Dimension getMinimumSize(JComponent c)
null
,则最小尺寸将由组件的布局管理器计算(这是安装了特定布局管理器的任何组件的首选方法)。
此方法的默认实现调用getPreferredSize
并返回该值。
getMinimumSize
在
BasicSliderUI
c
- 查询最小大小的组件;
这个参数经常被忽略,但如果UI对象是无状态的并且被多个组件共享,则可能会被使用
Dimension
对象或
null
JComponent.getMinimumSize()
,
LayoutManager.minimumLayoutSize(java.awt.Container)
,
ComponentUI.getPreferredSize(javax.swing.JComponent)
protected void calculateGeometry()
protected void layout()
protected void calculateThumbLocation()
public void setThumbLocation(int x, int y)
protected int xPositionForValue(int value)
protected int yPositionForValue(int value, int trackY, int trackHeight)
trackHeight
是否定的,则可能会出现未定义的结果。
yPositionForValue
在
BasicSliderUI
value
- 获取位置的滑块值
trackY
- 轨道的y起点
trackHeight
- 轨道的高度
public int valueForYPosition(int yPos)
yPos
超出了底部或顶部的轨道,则该方法将该值设置为滑块的最小值或最大值,具体取决于滑块是否反转。
public int valueForXPosition(int xPos)
xPos
超出了左侧或右侧的轨迹,则该方法将该值设置为滑块的最小值或最大值,具体取决于滑块是否反转。
protected Dimension getThumbSize()
protected void recalculateIfInsetsChanged()
public SynthContext getContext(JComponent c)
getContext
在界面
SynthUI
c
- 组件请求SynthContext。
public void update(Graphics g, JComponent c)
paint(SynthContext,Graphics)
方法。
通常,此方法不需要被子类覆盖。 所有外观和感觉渲染代码应位于paint
方法中。
update
在类
ComponentUI
g
- 用于绘画的
Graphics
对象
c
- 正在涂漆的组件
paint(SynthContext,Graphics)
public void paint(Graphics g, JComponent c)
Synth Look and Feel不使用此方法。 绘画由paint(SynthContext,Graphics)
处理。
paint
在
BasicSliderUI
g
- 用于绘画的
Graphics
对象
c
- 正在涂漆的组件
paint(SynthContext,Graphics)
protected void paint(SynthContext context, Graphics g)
context
- 正在绘制的组件的上下文
g
- 用于绘画的
Graphics
对象
update(Graphics,JComponent)
public void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
paintBorder
在接口
SynthUI
context
- 组件上下文
g
-
Graphics
上画
x
- X坐标
y
- Y坐标
w
- 边框的宽度
h
- 边框的高度
protected void paintThumb(SynthContext context, Graphics g, Rectangle thumbBounds)
context
- 正在绘制的组件的上下文
g
-
Graphics
用于绘画的对象
thumbBounds
- 拇指的边框
protected void paintTrack(SynthContext context, Graphics g, Rectangle trackBounds)
context
- 正在绘制的组件的上下文
g
-
Graphics
用于绘画的对象
trackBounds
- 轨道的边界框
public void propertyChange(PropertyChangeEvent e)
propertyChange
在接口
PropertyChangeListener
e
- 描述事件源和已更改的属性的PropertyChangeEvent对象。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.