Uses of Class
com.yworks.xml.graphml.VerticalTextPositionType.Enum
Packages that use VerticalTextPositionType.Enum
-
Uses of VerticalTextPositionType.Enum in com.yworks.xml.graphml
Fields in com.yworks.xml.graphml declared as VerticalTextPositionType.EnumModifier and TypeFieldDescriptionstatic final VerticalTextPositionType.EnumVerticalTextPositionType.BOTTOMstatic final VerticalTextPositionType.EnumVerticalTextPositionType.CENTERstatic final VerticalTextPositionType.EnumVerticalTextPositionType.TOPMethods in com.yworks.xml.graphml that return VerticalTextPositionType.EnumModifier and TypeMethodDescriptionVerticalTextPositionType.Enum.forInt(int i) Returns the enum value corresponding to an int, or null if none.Returns the enum value for a string, or null if none.LabelType.getVerticalTextPosition()Gets the "verticalTextPosition" attributeMethods in com.yworks.xml.graphml with parameters of type VerticalTextPositionType.EnumModifier and TypeMethodDescriptionvoidLabelType.setVerticalTextPosition(VerticalTextPositionType.Enum verticalTextPosition) Sets the "verticalTextPosition" attribute -
Uses of VerticalTextPositionType.Enum in com.yworks.xml.graphml.impl
Methods in com.yworks.xml.graphml.impl that return VerticalTextPositionType.EnumModifier and TypeMethodDescriptionLabelTypeImpl.getVerticalTextPosition()Gets the "verticalTextPosition" attributeMethods in com.yworks.xml.graphml.impl with parameters of type VerticalTextPositionType.EnumModifier and TypeMethodDescriptionvoidLabelTypeImpl.setVerticalTextPosition(VerticalTextPositionType.Enum verticalTextPosition) Sets the "verticalTextPosition" attribute