Uses of Enum Class
ch.nolix.systemapi.gui.guiproperty.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(Image 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, Image 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(Image backgroundImage, ImageApplication imageApplication) WebGui.setBackgroundImage(Image backgroundImage, ImageApplication imageApplication) -
Uses of ImageApplication in ch.nolix.systemapi.gui.background
Methods in ch.nolix.systemapi.gui.background that return ImageApplicationModifier and TypeMethodDescriptionBackgroundManager.getBackgroundImageApplication()IBackground.getImageApplication()Methods in ch.nolix.systemapi.gui.background with parameters of type ImageApplicationModifier and TypeMethodDescriptionBackgroundManager.setBackgroundImage(Image backgroundImage, ImageApplication imageApplication) -
Uses of ImageApplication in ch.nolix.systemapi.gui.guiproperty
Subclasses with type arguments of type ImageApplication in ch.nolix.systemapi.gui.guipropertyMethods in ch.nolix.systemapi.gui.guiproperty that return ImageApplicationModifier and TypeMethodDescriptionstatic ImageApplicationImageApplication.fromSpecification(Node<?> specification) 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. -
Uses of ImageApplication in ch.nolix.systemapi.webgui.controlstyle
Methods in ch.nolix.systemapi.webgui.controlstyle with parameters of type ImageApplicationModifier and TypeMethodDescriptionBackgroundStyle.forStateSetBackgroundImage(ControlState state, Image backgroundImage, ImageApplication imageApplication)