Uses of Enum Class
org.eclnt.ccaddons.diagram.ENUMTextAnchor
Packages that use ENUMTextAnchor
-
Uses of ENUMTextAnchor in org.eclnt.ccaddons.diagram
Methods in org.eclnt.ccaddons.diagram that return ENUMTextAnchorModifier and TypeMethodDescriptionIChartingAreaUI.AdditionalComponentInfo.getAnchor()static final ENUMTextAnchor[]ENUMTextAnchor.getLineTextAnchors()static final ENUMTextAnchor[]ENUMTextAnchor.getShapeTextAnchors()ChartLineInstance.getTextAnchor()ChartShapeInstance.getTextAnchor()ShapeType.getTextAnchor()static ENUMTextAnchorReturns the enum constant of this class with the specified name.static ENUMTextAnchor[]ENUMTextAnchor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclnt.ccaddons.diagram with parameters of type ENUMTextAnchorModifier and TypeMethodDescriptionvoidChartLineInstance.setTextAnchor(ENUMTextAnchor textAnchor) voidChartShapeInstance.setTextAnchor(ENUMTextAnchor textAnchor) voidShapeType.setTextAnchor(ENUMTextAnchor textAnchor) Constructors in org.eclnt.ccaddons.diagram with parameters of type ENUMTextAnchorModifierConstructorDescriptionAdditionalComponentInfo(org.eclnt.jsfserver.pagebean.IPageBean pageBean, int width, int height, int left, int top, int zindex, ENUMTextAnchor anchor)