public interface IDiagramElementLineModel extends ILineModel
CAP_NONE, CAP_ROUND, CAP_SQUARE
Modifier and Type | Method and Description |
---|---|
IDiagramElement |
getDiagramElement() |
boolean |
setCap(int cap,
boolean fire) |
boolean |
setColor(java.awt.Color color,
boolean fire) |
boolean |
setTransparency(int transparency,
boolean fire) |
boolean |
setWeight(float weight,
boolean fire) |
applySetting, copyLineModel, getCap, getColor, getLineStyle, getTransparency, getWeight, setCap, setColor, setLineStyle, setLineStyle, setTransparency, setWeight
boolean setCap(int cap, boolean fire)
setCap
in interface ILineModel
boolean setColor(java.awt.Color color, boolean fire)
setColor
in interface ILineModel
boolean setTransparency(int transparency, boolean fire)
setTransparency
in interface ILineModel
boolean setWeight(float weight, boolean fire)
setWeight
in interface ILineModel
IDiagramElement getDiagramElement()