Uses of Enum Class
ch.nolix.systemapi.gui.guiproperty.Corner
Packages that use Corner
Package
Description
-
Uses of Corner in ch.nolix.system.webgui.base
Methods in ch.nolix.system.webgui.base that return CornerMethods in ch.nolix.system.webgui.base with parameters of type CornerModifier and TypeMethodDescriptionstatic CornerShadowCornerShadow.withCornerAndLocationAndSide1ThicknessAnsSide2ThicknessAndBlurRadiusAndColor(Corner corner, Location location, int side1Thickness, int side2Thickness, int blurRadius, IColor color) -
Uses of Corner in ch.nolix.systemapi.gui.guiproperty
Subclasses with type arguments of type Corner in ch.nolix.systemapi.gui.guipropertyMethods in ch.nolix.systemapi.gui.guiproperty that return CornerModifier and TypeMethodDescriptionstatic CornerCorner.fromSpecification(Node<?> specification) static CornerReturns the enum constant of this class with the specified name.static Corner[]Corner.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Corner in ch.nolix.systemapi.webgui.base
Methods in ch.nolix.systemapi.webgui.base that return Corner