Uses of Enum Class
org.eclnt.ccaddons.diagram.ENUMLineArrow
Packages that use ENUMLineArrow
-
Uses of ENUMLineArrow in org.eclnt.ccaddons.diagram
Methods in org.eclnt.ccaddons.diagram that return ENUMLineArrowModifier and TypeMethodDescriptionChartLineInstance.getArrowFrom()ILineArrowProvider.getArrowFrom()ChartLineInstance.getArrowTo()ILineArrowProvider.getArrowTo()static ENUMLineArrowReturns the enum constant of this class with the specified name.static ENUMLineArrow[]ENUMLineArrow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclnt.ccaddons.diagram that return types with arguments of type ENUMLineArrowModifier and TypeMethodDescriptionLineType.getAllowedFromArrows()Allowed line ends for the start of the line.LineType.getAllowedToArrows()Allowed line ends for the end of the line.Methods in org.eclnt.ccaddons.diagram with parameters of type ENUMLineArrowModifier and TypeMethodDescriptionvoidChartLineInstance.setArrowFrom(ENUMLineArrow arrowFrom) voidILineArrowProvider.setArrowFrom(ENUMLineArrow lineArrow) voidChartLineInstance.setArrowTo(ENUMLineArrow arrowTo) voidILineArrowProvider.setArrowTo(ENUMLineArrow lineArrow) Method parameters in org.eclnt.ccaddons.diagram with type arguments of type ENUMLineArrowModifier and TypeMethodDescriptionvoidLineType.setAllowedFromArrows(List<ENUMLineArrow> allowedFromArrows) voidLineType.setAllowedToArrows(List<ENUMLineArrow> allowedToArrows) -
Uses of ENUMLineArrow in org.eclnt.ccaddons.diagram.pbc
Methods in org.eclnt.ccaddons.diagram.pbc that return ENUMLineArrowModifier and TypeMethodDescriptionChartingAreaUI.getSelectedLineFromArrow()ChartingAreaUI.getSelectedLineToArrow()Methods in org.eclnt.ccaddons.diagram.pbc with parameters of type ENUMLineArrowModifier and TypeMethodDescriptionvoidChartingAreaUI.setSelectedLineFromArrow(ENUMLineArrow value) voidChartingAreaUI.setSelectedLineToArrow(ENUMLineArrow value)