Maven module :un.api : api-geometry :
Class :
un.impl.geometry.s2d.Segment
Extends/Implements :
un.impl.geometry.s2d.AbstractGeometry2D
Subclasses : -
Variables : -
Functions :
Segment,
Segment,
Segment,
Segment,
getDimension,
getStart,
setStart,
getStartX,
setStartX,
getStartY,
setStartY,
getEnd,
setEnd,
getEndX,
setEndX,
getEndY,
setEndY,
getArea,
getLength,
getBoundingBox,
getBoundingCircle,
getCentroid,
createPathIterator
public void
Segment ()
public void
Segment (int dimension)
public void
Segment (Tuple start, Tuple end)
public void
Segment (double x1, double y1, double x2, double y2)
public int
getDimension ()
public Tuple
getStart ()
public void
setStart (Tuple start)
public double
getStartX ()
public void
setStartX (double x1)
public double
getStartY ()
public void
setStartY (double y1)
public Tuple
getEnd ()
public void
setEnd (Tuple end)
public double
getEndX ()
public void
setEndX (double x2)
public double
getEndY ()
public void
setEndY (double y2)
public double
getArea ()
public double
getLength ()
public BBox
getBoundingBox ()
public Circle
getBoundingCircle ()
public Point
getCentroid ()
public PathIterator
createPathIterator ()
Specification :
- SVG v1.1:9.5 :
author Johann Sorelauthor Bertrand COTE