com.ebmwebsourcing.geasytools.geasysvg.ext.api
Interface ILinearPath

All Superinterfaces:
IPath, ISVGElement
All Known Implementing Classes:
LinearPath

public interface ILinearPath
extends IPath


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

addPoint

void addPoint(IPoint point)

connectAllPoints

void connectAllPoints()

getPoints

java.util.LinkedHashSet<IPoint> getPoints()

setSmoothCurve

void setSmoothCurve(boolean isSmooth)

isSmoothCurve

boolean isSmoothCurve()

getStartPoint

IPoint getStartPoint()

getEndPoint

IPoint getEndPoint()


Copyright © 2010-2011 Petals Link. All Rights Reserved.