软件包 | 描述 |
---|---|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
Modifier and Type | Method and Description |
---|---|
static FontUIResource |
MetalLookAndFeel.getControlTextFont()
返回当前主题的控件文本字体。
|
abstract FontUIResource |
MetalTheme.getControlTextFont()
返回控件文本字体。
|
FontUIResource |
DefaultMetalTheme.getControlTextFont()
返回控件文本字体。
|
static FontUIResource |
MetalLookAndFeel.getMenuTextFont()
返回当前主题的菜单文本字体。
|
abstract FontUIResource |
MetalTheme.getMenuTextFont()
返回菜单文本字体。
|
FontUIResource |
DefaultMetalTheme.getMenuTextFont()
返回菜单文本字体。
|
static FontUIResource |
MetalLookAndFeel.getSubTextFont()
返回当前主题的子文本字体。
|
abstract FontUIResource |
MetalTheme.getSubTextFont()
返回子文本字体。
|
FontUIResource |
DefaultMetalTheme.getSubTextFont()
返回子文本字体。
|
static FontUIResource |
MetalLookAndFeel.getSystemTextFont()
返回当前主题的系统文本字体。
|
abstract FontUIResource |
MetalTheme.getSystemTextFont()
返回系统文本字体。
|
FontUIResource |
DefaultMetalTheme.getSystemTextFont()
返回系统文本字体。
|
static FontUIResource |
MetalLookAndFeel.getUserTextFont()
返回当前主题的用户文本字体。
|
abstract FontUIResource |
MetalTheme.getUserTextFont()
返回用户文本字体。
|
FontUIResource |
DefaultMetalTheme.getUserTextFont()
返回用户文本字体。
|
static FontUIResource |
MetalLookAndFeel.getWindowTitleFont()
返回当前主题的窗口标题字体。
|
abstract FontUIResource |
MetalTheme.getWindowTitleFont()
返回窗口标题字体。
|
FontUIResource |
DefaultMetalTheme.getWindowTitleFont()
返回窗口标题字体。
|
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.