Uses of Enum Class
ch.nolix.systemapi.graphic.graphicproperty.Direction
Packages that use Direction
Package
Description
-
Uses of Direction in ch.nolix.system.graphic.color
Fields in ch.nolix.system.graphic.color declared as DirectionMethods in ch.nolix.system.graphic.color that return DirectionMethods in ch.nolix.system.graphic.color with parameters of type DirectionModifier and TypeMethodDescriptionstatic ColorGradientColorGradient.withDirectionAndColors(Direction direction, Color color1, Color color2) -
Uses of Direction in ch.nolix.systemapi.graphic.color
Methods in ch.nolix.systemapi.graphic.color that return Direction -
Uses of Direction in ch.nolix.systemapi.graphic.graphicproperty
Subclasses with type arguments of type Direction in ch.nolix.systemapi.graphic.graphicpropertyModifier and TypeClassDescriptionenumADirectiondefines the horizontal, vertical or diagonals options in a box.Methods in ch.nolix.systemapi.graphic.graphicproperty that return DirectionModifier and TypeMethodDescriptionstatic DirectionDirection.fromSpecification(Node<?> 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.