Klasse Background
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.gui.background.Background
- Alle implementierten Schnittstellen:
IElement, IBackground
- Autor:
- Silvan Wyss
-
Feldübersicht
Felder -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic BackgroundfromSpecification(INode<?> specification) IContainer<INode<?>> getColor()getImage()getType()booleanisColor()booleanbooleanisImage()booleanstatic Backgroundstatic BackgroundwithColorGradient(IColorGradient colorGradient) static Backgroundstatic BackgroundwithImageAndImageApplication(IImage image, ImageApplication imageApplication) Von Klasse geerbte Methoden AbstractElement
equals, getSpecification, hashCode, toStringVon Schnittstelle geerbte Methoden IElement
getSpecification, toFormatedString, toXml
-
Felddetails
-
TRANSPARENT_BACKGROUND
-
DEFAULT_IMAGE_APPLICATION
-
-
Methodendetails
-
fromSpecification
-
withColor
-
withColorGradient
-
withImage
-
withImageAndImageApplication
public static Background withImageAndImageApplication(IImage image, ImageApplication imageApplication) -
getAttributes
- Angegeben von:
getAttributesin SchnittstelleIElement- Gibt zurück:
- the attributes of the current
IElement.
-
getColor
- Angegeben von:
getColorin SchnittstelleIBackground
-
getColorGradient
- Angegeben von:
getColorGradientin SchnittstelleIBackground
-
getImage
- Angegeben von:
getImagein SchnittstelleIBackground
-
getImageApplication
- Angegeben von:
getImageApplicationin SchnittstelleIBackground
-
getType
- Angegeben von:
getTypein SchnittstelleIBackground
-
isColor
public boolean isColor() -
isColorGradient
public boolean isColorGradient() -
isImage
public boolean isImage() -
isTransparent
public boolean isTransparent() -
toCssProperties
- Angegeben von:
toCssPropertiesin SchnittstelleIBackground
-