|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILinearPath
| Method Summary | |
|---|---|
void |
addPoint(IPoint point)
|
void |
connectAllPoints()
|
IPoint |
getEndPoint()
|
java.util.LinkedHashSet<IPoint> |
getPoints()
|
IPoint |
getStartPoint()
|
boolean |
isSmoothCurve()
|
void |
setSmoothCurve(boolean isSmooth)
|
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.IPath |
|---|
getMarkerEnd, getMarkerMid, getMarkerStart, getPath, setMarkerEnd, setMarkerMid, setMarkerStart, setPath |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.ISVGElement |
|---|
getCanvas, getContainer, getFillColour, getFillOpacity, getHeight, getId, getStrokeColour, getStrokeDashArray, getWidth, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setHeight, setId, setStokeColour, setStrokeDashArray, setVisible, setWidth, setX, setY, toBack, toFront, translate |
| Method Detail |
|---|
void addPoint(IPoint point)
void connectAllPoints()
java.util.LinkedHashSet<IPoint> getPoints()
void setSmoothCurve(boolean isSmooth)
boolean isSmoothCurve()
IPoint getStartPoint()
IPoint getEndPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||