Verwendungen von Enum-Klasse
ch.nolix.systemapi.graphicapi.imageapi.ImageApplication
Package
Beschreibung
The
ch.nolix.system.gui.background
package defines the types that are
declared in the ch.nolix.systemapi.guiapi.backgroundapi
package.The
ch.nolix.system.webgui.controlstyle
package defines the types
that are declared in the ch.nolix.systemapi.webguiapi.controlstyleapi
package.The
ch.nolix.system.webgui.main
package defines the types that are
declared in the ch.nolix.systemapi.webguiapi.mainapi
package.The
ch.nolix.systemapi.graphicapi.imageapi
package declares an image.The
ch.nolix.systemapi.guiapi.backgroundapi
package declares a
background.The
ch.nolix.systemapi.guiapi.canvasapi
package declares a canvas.The
ch.nolix.systemapi.webguiapi.controlstyleapi
package declares
styles for GUI controls.-
Verwendungen von ImageApplication in ch.nolix.system.gui.background
Modifizierer und TypFeldBeschreibungstatic final ImageApplication
Background.DEFAULT_IMAGE_APPLICATION
Modifizierer und TypMethodeBeschreibungstatic Background
Background.withImageAndImageApplication
(IImage image, ImageApplication imageApplication) -
Verwendungen von ImageApplication in ch.nolix.system.webgui.controlstyle
Modifizierer und TypMethodeBeschreibungfinal ECS
ControlStyle.setBackgroundImageForState
(ControlState state, IImage backgroundImage, ImageApplication imageApplication) -
Verwendungen von ImageApplication in ch.nolix.system.webgui.main
Modifizierer und TypMethodeBeschreibungLayer.getBackgroundImageApplication()
WebGui.getBackgroundImageApplication()
Modifizierer und TypMethodeBeschreibungLayer.setBackgroundImage
(IImage backgroundImage, ImageApplication imageApplication) WebGui.setBackgroundImage
(IImage backgroundImage, ImageApplication imageApplication) -
Verwendungen von ImageApplication in ch.nolix.systemapi.graphicapi.imageapi
Modifizierer und TypMethodeBeschreibungstatic ImageApplication
ImageApplication.fromSpecification
(INode<?> specification) static ImageApplication
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static ImageApplication[]
ImageApplication.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück. -
Verwendungen von ImageApplication in ch.nolix.systemapi.guiapi.backgroundapi
-
Verwendungen von ImageApplication in ch.nolix.systemapi.guiapi.canvasapi
Modifizierer und TypMethodeBeschreibungICanvas.setBackgroundImage
(IImage backgroundImage, ImageApplication imageApplication) -
Verwendungen von ImageApplication in ch.nolix.systemapi.webguiapi.controlstyleapi
Modifizierer und TypMethodeBeschreibungIBackgroundStyle.setBackgroundImageForState
(ControlState state, IImage backgroundImage, ImageApplication imageApplication)