Uses of Enum Class
ch.nolix.systemapi.gui.background.ImageApplication
Packages that use ImageApplication
Package
Description
-
Uses of ImageApplication in ch.nolix.system.gui.background
Fields in ch.nolix.system.gui.background declared as ImageApplicationModifier and TypeFieldDescriptionstatic final ImageApplicationBackground.DEFAULT_IMAGE_APPLICATIONMethods in ch.nolix.system.gui.background that return ImageApplicationMethods in ch.nolix.system.gui.background with parameters of type ImageApplicationModifier and TypeMethodDescriptionstatic BackgroundBackground.withImageAndImageApplication(IImage image, ImageApplication imageApplication) -
Uses of ImageApplication in ch.nolix.system.gui.cssmapper
Methods in ch.nolix.system.gui.cssmapper with parameters of type ImageApplicationModifier and TypeMethodDescriptionstatic ICssPropertyBackgroundToCssMapperHelper.mapImageApplicationToBackgroundRepeatCssProperty(ImageApplication imageApplication) -
Uses of ImageApplication in ch.nolix.system.webgui.controlstyle
Methods in ch.nolix.system.webgui.controlstyle with parameters of type ImageApplicationModifier and TypeMethodDescriptionfinal SAbstractControlStyle.forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) -
Uses of ImageApplication in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main that return ImageApplicationModifier and TypeMethodDescriptionLayer.getBackgroundImageApplication()WebGui.getBackgroundImageApplication()Methods in ch.nolix.system.webgui.main with parameters of type ImageApplicationModifier and TypeMethodDescriptionLayer.setBackgroundImage(IImage backgroundImage, ImageApplication imageApplication) WebGui.setBackgroundImage(IImage backgroundImage, ImageApplication imageApplication) -
Uses of ImageApplication in ch.nolix.systemapi.gui.background
Subclasses with type arguments of type ImageApplication in ch.nolix.systemapi.gui.backgroundMethods in ch.nolix.systemapi.gui.background that return ImageApplicationModifier and TypeMethodDescriptionstatic ImageApplicationImageApplication.fromSpecification(INode<?> specification) IBackgroundHolder.getBackgroundImageApplication()IBackground.getImageApplication()static ImageApplicationReturns the enum constant of this class with the specified name.static ImageApplication[]ImageApplication.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.nolix.systemapi.gui.background with parameters of type ImageApplicationModifier and TypeMethodDescriptionIBackgroundHolder.setBackgroundImage(IImage backgroundImage, ImageApplication imageApplication) -
Uses of ImageApplication in ch.nolix.systemapi.webgui.controlstyle
Methods in ch.nolix.systemapi.webgui.controlstyle with parameters of type ImageApplicationModifier and TypeMethodDescriptionIBackgroundStyle.forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication)