Package com.structurizr.view
Class RelationshipStyle
java.lang.Object
com.structurizr.view.AbstractStyle
com.structurizr.view.RelationshipStyle
- All Implemented Interfaces:
PropertyHolder
-
Method Summary
Modifier and TypeMethodDescriptiondashed(boolean dashed) fontSize(int fontSize) getColor()Gets the opacity used when rendering the relationship.getStyle()getTag()getWidth()opacity(int opacity) position(int position) voidvoidvoidsetFontSize(Integer fontSize) voidsetOpacity(Integer opacity) voidsetPosition(Integer position) voidsetRouting(Routing routing) voidvoidvoidsetThickness(Integer thickness) voidthickness(int thickness) width(int width) Methods inherited from class com.structurizr.view.AbstractStyle
addProperty, getProperties
-
Method Details
-
getTag
-
setTag
-
getThickness
-
setThickness
-
thickness
-
getColor
-
setColor
-
color
-
getDashed
-
setDashed
-
dashed
-
getStyle
-
setStyle
-
style
-
getRouting
-
setRouting
-
routing
-
getFontSize
-
setFontSize
-
fontSize
-
getWidth
-
setWidth
-
width
-
getPosition
-
setPosition
-
position
-
getOpacity
Gets the opacity used when rendering the relationship.- Returns:
- the opacity, as an integer between 0 and 100.
-
setOpacity
-
opacity
-