Uses of Enum Class
edu.internet2.middleware.grouper.app.visualization.StyleObjectType
Packages that use StyleObjectType
Package
Description
-
Uses of StyleObjectType in edu.internet2.middleware.grouper.app.graph
Methods in edu.internet2.middleware.grouper.app.graph that return StyleObjectTypeModifier and TypeMethodDescriptionGraphEdge.getStyleObjectType()
gets the VisualStyle object type enumGraphNode.getStyleObjectType()
gets the style object type enumConstructors in edu.internet2.middleware.grouper.app.graph with parameters of type StyleObjectTypeModifierConstructorDescriptionGraphEdge
(GraphNode fromNode, GraphNode toNode, StyleObjectType styleObjecType) Constructor defining a directional edge, when the type is already known. -
Uses of StyleObjectType in edu.internet2.middleware.grouper.app.visualization
Methods in edu.internet2.middleware.grouper.app.visualization that return StyleObjectTypeModifier and TypeMethodDescriptionstatic StyleObjectType
Returns the enum constant of this class with the specified name.static StyleObjectType[]
StyleObjectType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.app.visualization with parameters of type StyleObjectTypeModifier and TypeMethodDescriptionVisualStyleSet.getStyle
(StyleObjectType objectType) retrieves a style based on its ObjectType enumVisualStyleSet.getStyleProperty
(StyleObjectType objectType, String propertyName) gets the value for a specific style and propertyVisualStyleSet.getStyleProperty
(StyleObjectType objectType, String propertyName, String defaultValue) gets the value for a specific style and property, or a fallback default valueConstructors in edu.internet2.middleware.grouper.app.visualization with parameters of type StyleObjectTypeModifierConstructorDescriptionVisualStyle
(String prefix, GrouperConfig config, StyleObjectType objectType, VisualStyleSet owningStyleSet, VisualStyleSet defaultStyleSet) constructs a style mapping between property names and values