Package com.helger.pdflayout.base
Class PLColor
java.lang.Object
com.helger.pdflayout.base.PLColor
A replacement for java.awt.color that is not available on Android.
- Since:
- 7.2.0
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PLColorThe color black.static final PLColorThe color blue.static final PLColorThe color cyan.static final PLColorThe color dark gray.static final PLColorThe color gray.static final PLColorThe color green.static final PLColorThe color light gray.static final PLColorThe color magenta.static final PLColorThe color orange.static final PLColorThe color pink.static final PLColorThe color red.static final PLColorThe color white.static final PLColorThe color yellow. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WHITE
The color white. In the default sRGB space. -
LIGHT_GRAY
The color light gray. In the default sRGB space. -
GRAY
The color gray. In the default sRGB space. -
DARK_GRAY
The color dark gray. In the default sRGB space. -
BLACK
The color black. In the default sRGB space. -
RED
The color red. In the default sRGB space. -
PINK
The color pink. In the default sRGB space. -
ORANGE
The color orange. In the default sRGB space. -
YELLOW
The color yellow. In the default sRGB space. -
GREEN
The color green. In the default sRGB space. -
MAGENTA
The color magenta. In the default sRGB space. -
CYAN
The color cyan. In the default sRGB space. -
BLUE
The color blue. In the default sRGB space.
-
-
Constructor Details
-
PLColor
public PLColor(int r, int g, int b)
-
-
Method Details