Uses of Enum Class
com.amalgamasimulation.visualsets.TriangleMarkerVisualSet.Direction
Packages that use TriangleMarkerVisualSet.Direction
-
Uses of TriangleMarkerVisualSet.Direction in com.amalgamasimulation.visualsets
Fields in com.amalgamasimulation.visualsets with type parameters of type TriangleMarkerVisualSet.DirectionModifier and TypeFieldDescriptionprotected Function<T, TriangleMarkerVisualSet.Direction> TriangleMarkerVisualSet.directionExtractorMethods in com.amalgamasimulation.visualsets that return TriangleMarkerVisualSet.DirectionModifier and TypeMethodDescriptionTriangleMarkerVisualSet.getDirection(T element) Returns the drawingTriangleMarkerVisualSet.Directionfor given data element.TriangleMarkerVisualSet.TriangleMarkerVisualElement.getDirection()Delegates a call toTriangleMarkerVisualSet.getDirection(Object)for the data element corresponding to this visual element.Returns the enum constant of this class with the specified name.static TriangleMarkerVisualSet.Direction[]TriangleMarkerVisualSet.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.amalgamasimulation.visualsets with type arguments of type TriangleMarkerVisualSet.DirectionModifier and TypeMethodDescriptionTriangleMarkerVisualSet.setDirection(Function<T, TriangleMarkerVisualSet.Direction> directionExtractor) Sets the drawingTriangleMarkerVisualSet.Directionfor each data element i.e.