Package ch.nolix.system.gui.background
Klasse Background
java.lang.Object
ch.nolix.system.element.base.Element
ch.nolix.system.gui.background.Background
- Alle implementierten Schnittstellen:
IElement
,IBackground
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Background
fromSpecification
(INode<?> specification) IContainer
<INode<?>> getColor()
getImage()
getType()
boolean
isColor()
boolean
boolean
isImage()
boolean
static Background
static Background
withColorGradient
(IColorGradient colorGradient) static Background
static Background
withImageAndImageApplication
(IImage image, ImageApplication imageApplication) Von Klasse geerbte Methoden ch.nolix.system.element.base.Element
equals, getSpecification, hashCode, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.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:
getAttributes
in SchnittstelleIElement
- Gibt zurück:
- the attributes of the current
IElement
.
-
getColor
- Angegeben von:
getColor
in SchnittstelleIBackground
-
getColorGradient
- Angegeben von:
getColorGradient
in SchnittstelleIBackground
-
getImage
- Angegeben von:
getImage
in SchnittstelleIBackground
-
getImageApplication
- Angegeben von:
getImageApplication
in SchnittstelleIBackground
-
getType
- Angegeben von:
getType
in SchnittstelleIBackground
-
isColor
public boolean isColor() -
isColorGradient
public boolean isColorGradient() -
isImage
public boolean isImage() -
isTransparent
public boolean isTransparent() -
toCssProperties
- Angegeben von:
toCssProperties
in SchnittstelleIBackground
-