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 RgbaQuadrupletRgbaQuadruplet. of(double[] components)static RgbaQuadrupletRgbaQuadruplet. of(double red, double green, double blue, double alpha)static RgbaQuadrupletRgbaQuadruplet. of(int red, int green, int blue, int alpha)static RgbaQuadrupletRgbaQuadruplet. of(long rgba)static RgbaQuadrupletRgbaQuadruplet. of(String hexString)static RgbaQuadrupletRgbaQuadruplet. of(String hexString, RgbaQuadruplet defaultValue)RgbaQuadrupletRgbaQuadruplet. scaled(double scaleRed, double scaleGreen, double scaleBlue, double alphaScale)RgbaQuadrupletCssColor. toRgbaQuadruplet()RgbaQuadrupletENamedCssColor. toRgbaQuadruplet()Methods in de.xima.fc.color with parameters of type RgbaQuadruplet Modifier and Type Method Description static RgbaQuadrupletRgbaQuadruplet. 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 RgbaQuadrupletEndUserState. getColorBackground()Gets the color for the background when displaying the name of this state (e.g.RgbaQuadrupletProjectPortalTag. getColorBackground()Gets the background color of this tag, used when the tag is displayed in the UI.RgbaQuadrupletEndUserState. getColorText()Gets the color for the text when displaying the name of this state (e.g.RgbaQuadrupletProjectPortalTag. 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 voidEndUserState. setColorBackground(RgbaQuadruplet colorBackground)Sets the color for the background when displaying the name of this state (e.g.voidProjectPortalTag. setColorBackground(RgbaQuadruplet colorBackground)Sets the background color of this tag, used when the tag is displayed in the UI.voidEndUserState. setColorText(RgbaQuadruplet colorText)Sets the color for the text when displaying the name of this state (e.g.voidProjectPortalTag. 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 RgbaQuadrupletRgbaQuadrupletConverter. convertToEntityAttribute(String dbData)Methods in de.xima.fc.jpa with parameters of type RgbaQuadruplet Modifier and Type Method Description StringRgbaQuadrupletConverter. convertToDatabaseColumn(RgbaQuadruplet attribute)
-