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, setWeightboolean setCap(int cap,
boolean fire)
setCap in interface ILineModelboolean setColor(java.awt.Color color,
boolean fire)
setColor in interface ILineModelboolean setTransparency(int transparency,
boolean fire)
setTransparency in interface ILineModelboolean setWeight(float weight,
boolean fire)
setWeight in interface ILineModelIDiagramElement getDiagramElement()