Class PathEndRenderer
java.lang.Object
com.nomagic.magicdraw.uml.symbols.paths.PathEndRenderer
Renders the end of the path.
Allows to specifie custom adorment for the path end (e.g. path with arrow at the end or specific icon on the end).
- See Also:
-
Constructor Summary
ConstructorDescriptionPathEndRenderer
(PathEndAdornment adornment) Constructor.PathEndRenderer
(PathEndAdornment adornment, PathEndAdornmentModifier modifier) Constructor.PathEndRenderer
(ResizableIcon icon) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal ResizableIcon
getIcon()
return path end iconfinal int
getStyle()
return path end style
-
Constructor Details
-
PathEndRenderer
Constructor. The specified end adornment with modifier will be used to render the path end.- Parameters:
adornment
- predefined end adornment.modifier
- adornment modifier.- See Also:
-
PathEndRenderer
Constructor. The specified end adornment will be used to render the path end.- Parameters:
adornment
- predefined end adornment.- See Also:
-
PathEndRenderer
Constructor. The specified icon will be used to render the path end.- Parameters:
icon
- end adornment icon.- See Also:
-
-
Method Details
-
getStyle
public final int getStyle()return path end style -
getIcon
return path end icon
-