Uses of Enum Class
net.sourceforge.plantuml.skin.CornerParam
Packages that use CornerParam
-
Uses of CornerParam in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return CornerParamModifier and TypeMethodDescriptionstatic CornerParamReturns the enum constant of this class with the specified name.static CornerParam[]CornerParam.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.skin with parameters of type CornerParamModifier and TypeMethodDescriptiondoubleSkinParam.getDiagonalCorner(CornerParam param, Stereotype stereotype) doubleSkinParamDelegator.getDiagonalCorner(CornerParam param, Stereotype stereotype) doubleSkinParam.getRoundCorner(CornerParam param, Stereotype stereotype) doubleSkinParamDelegator.getRoundCorner(CornerParam param, Stereotype stereotype) -
Uses of CornerParam in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style with parameters of type CornerParamModifier and TypeMethodDescriptiondoubleISkinParam.getDiagonalCorner(CornerParam param, Stereotype stereotype) doubleISkinParam.getRoundCorner(CornerParam param, Stereotype stereotype)