Uses of Enum Class
org.eclnt.ccaddons.diagram.ENUMLineAnchor
Packages that use ENUMLineAnchor
Package
Description
-
Uses of ENUMLineAnchor in org.eclnt.ccaddons.diagram
Methods in org.eclnt.ccaddons.diagram that return ENUMLineAnchorModifier and TypeMethodDescriptionChartLineInstance.getAnchorFrom()ChartLineInstance.getAnchorTo()static ENUMLineAnchorReturns the enum constant of this class with the specified name.static ENUMLineAnchor[]ENUMLineAnchor.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 ENUMLineAnchorModifier and TypeMethodDescriptionintShapeType.getAnchorCount(ENUMLineAnchor anchor) voidChartLineInstance.setAnchorFrom(ENUMLineAnchor anchorFrom) voidChartLineInstance.setAnchorTo(ENUMLineAnchor anchorTo) -
Uses of ENUMLineAnchor in org.eclnt.ccaddons.diagram.pbc
Methods in org.eclnt.ccaddons.diagram.pbc with parameters of type ENUMLineAnchorModifier and TypeMethodDescriptionChartingAreaUI.addNewLine(String fromShapeId, String toShapeId, ENUMLineAnchor fromAnchor, ENUMLineAnchor toAnchor, int fromAnchorNumber, int toAnchorNumber, String lineTypeId) -
Uses of ENUMLineAnchor in org.eclnt.ccaddons.diagram.util
Methods in org.eclnt.ccaddons.diagram.util that return ENUMLineAnchorModifier and TypeMethodDescriptionstatic ENUMLineAnchorChartUtils.findAnchorByQuadrant(int[] coords, ChartShapeInstance csi, ENUMLineAnchor anchor, ENUMLineAnchor defaultAnchor) Methods in org.eclnt.ccaddons.diagram.util with parameters of type ENUMLineAnchorModifier and TypeMethodDescriptionstatic int[]InterimPointsCalculator.calculateAnchorPositionInShape(ChartShapeInstance csi, int anchorCount, ENUMLineAnchor anchor, int anchorNumber, boolean startAtCorner) static ENUMLineAnchorChartUtils.findAnchorByQuadrant(int[] coords, ChartShapeInstance csi, ENUMLineAnchor anchor, ENUMLineAnchor defaultAnchor) static int[]InterimPointsCalculator.recalculateFirstLastInterimPoint(int[] bounds, int[] interimPoints, ENUMLineAnchor fromAnchor, ENUMLineAnchor toAnchor)