所有类
javax.swing.plaf.metal
类 MetalTheme
java.lang.Object
javax.swing.plaf.metal.MetalTheme
- 直接已知子类:
- DefaultMetalTheme
-
public abstract class MetalTheme
- extends Object
此抽象类是描述 Metal 使用的颜色的一般方法。可以使用 MetalTheme
的子类来交换 Metal 应用程序中的颜色。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetalTheme
public MetalTheme()
getName
public abstract String getName()
-
getPrimary1
protected abstract ColorUIResource getPrimary1()
-
getPrimary2
protected abstract ColorUIResource getPrimary2()
-
getPrimary3
protected abstract ColorUIResource getPrimary3()
-
getSecondary1
protected abstract ColorUIResource getSecondary1()
-
getSecondary2
protected abstract ColorUIResource getSecondary2()
-
getSecondary3
protected abstract ColorUIResource getSecondary3()
-