Uses of Enum Class
ch.nolix.systemapi.gui.box.Corner
Packages that use Corner
-
Uses of Corner in ch.nolix.system.gui.box
Methods in ch.nolix.system.gui.box that return CornerMethods in ch.nolix.system.gui.box 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.box
Subclasses with type arguments of type Corner in ch.nolix.systemapi.gui.boxMethods in ch.nolix.systemapi.gui.box that return CornerModifier and TypeMethodDescriptionstatic CornerCorner.fromSpecification(INode<?> specification) ICornerShadow.getCorner()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.