Класс ColorUIResource
- java.lang.Object
-
- java.awt.Color
-
- javax.swing.plaf.ColorUIResource
- Все реализованные интерфейсы:
- Paint, Transparency, Serializable, UIResource
public class ColorUIResource extends Color implements UIResource
Поля
Поля, унаследованные от класса java.awt.Color
black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOW Поля, унаследованные от интерфейса java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT Конструкторы
| Конструктор и описание |
|---|
ColorUIResource(Color c) |
ColorUIResource(float r,
float g,
float b) |
ColorUIResource(int rgb) |
ColorUIResource(int r,
int g,
int b) |
Методы
Методы, унаследованные от класса java.awt.Color
brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB, toString Методы, унаследованные от класса java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait Конструкторы
ColorUIResource
@ConstructorProperties(value={"red","green","blue"})
public ColorUIResource(int r,
int g,
int b) ColorUIResource
public ColorUIResource(int rgb)
ColorUIResource
public ColorUIResource(float r,
float g,
float b) ColorUIResource
public ColorUIResource(Color c)
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.