Uses of Enum Class
ch.nolix.systemapi.gui.box.Direction
Packages that use Direction
Package
Description
-
Uses of Direction in ch.nolix.system.gui.colorgradient
Fields in ch.nolix.system.gui.colorgradient declared as DirectionMethods in ch.nolix.system.gui.colorgradient that return DirectionMethods in ch.nolix.system.gui.colorgradient with parameters of type DirectionModifier and TypeMethodDescriptionstatic ColorGradientColorGradient.withDirectionAndColors(Direction direction, Color color1, Color color2) -
Uses of Direction in ch.nolix.systemapi.gui.box
Subclasses with type arguments of type Direction in ch.nolix.systemapi.gui.boxModifier and TypeClassDescriptionenumADirectiondefines the horizontal, vertical or diagonals options in a box.Methods in ch.nolix.systemapi.gui.box that return DirectionModifier and TypeMethodDescriptionstatic DirectionDirection.fromSpecification(INode<?> specification) static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Direction in ch.nolix.systemapi.gui.colorgradient
Methods in ch.nolix.systemapi.gui.colorgradient that return Direction