Uses of Class
de.xima.fc.color.RgbaQuadruplet
-
Packages that use RgbaQuadruplet Package Description de.xima.fc.color de.xima.fc.entities Package für Datenbankentitätende.xima.fc.jpa -
-
Uses of RgbaQuadruplet in de.xima.fc.color
Methods in de.xima.fc.color that return RgbaQuadruplet Modifier and Type Method Description static RgbaQuadruplet
RgbaQuadruplet. of(double[] components)
static RgbaQuadruplet
RgbaQuadruplet. of(double red, double green, double blue, double alpha)
static RgbaQuadruplet
RgbaQuadruplet. of(int red, int green, int blue, int alpha)
static RgbaQuadruplet
RgbaQuadruplet. of(long rgba)
static RgbaQuadruplet
RgbaQuadruplet. of(String hexString)
static RgbaQuadruplet
RgbaQuadruplet. of(String hexString, RgbaQuadruplet defaultValue)
RgbaQuadruplet
RgbaQuadruplet. scaled(double scaleRed, double scaleGreen, double scaleBlue, double alphaScale)
RgbaQuadruplet
CssColor. toRgbaQuadruplet()
RgbaQuadruplet
ENamedCssColor. toRgbaQuadruplet()
Methods in de.xima.fc.color with parameters of type RgbaQuadruplet Modifier and Type Method Description static RgbaQuadruplet
RgbaQuadruplet. of(String hexString, RgbaQuadruplet defaultValue)
-
Uses of RgbaQuadruplet in de.xima.fc.entities
Methods in de.xima.fc.entities that return RgbaQuadruplet Modifier and Type Method Description RgbaQuadruplet
UserPortalState. getColorBackground()
Gets the color for the background when displaying the name of this state (e.g.RgbaQuadruplet
UserPortalTag. getColorBackground()
Gets the background color of this tag, used when the tag is displayed in the UI.RgbaQuadruplet
UserPortalState. getColorText()
Gets the color for the text when displaying the name of this state (e.g.RgbaQuadruplet
UserPortalTag. getColorText()
Gets the text color of this tag, used when the tag is displayed in the UI.Methods in de.xima.fc.entities with parameters of type RgbaQuadruplet Modifier and Type Method Description void
UserPortalState. setColorBackground(RgbaQuadruplet colorBackground)
Sets the color for the background when displaying the name of this state (e.g.void
UserPortalTag. setColorBackground(RgbaQuadruplet colorBackground)
Sets the background color of this tag, used when the tag is displayed in the UI.void
UserPortalState. setColorText(RgbaQuadruplet colorText)
Sets the color for the text when displaying the name of this state (e.g.void
UserPortalTag. setColorText(RgbaQuadruplet colorText)
Sets the text color of this tag, used when the tag is displayed in the UI. -
Uses of RgbaQuadruplet in de.xima.fc.jpa
Methods in de.xima.fc.jpa that return RgbaQuadruplet Modifier and Type Method Description RgbaQuadruplet
RgbaQuadrupletConverter. convertToEntityAttribute(String dbData)
Methods in de.xima.fc.jpa with parameters of type RgbaQuadruplet Modifier and Type Method Description String
RgbaQuadrupletConverter. convertToDatabaseColumn(RgbaQuadruplet attribute)
-