CoordinateCollection
Inheritance: java.lang.Object, com.aspose.diagram.Collection
public class CoordinateCollection extends Collection
Coordinate collection.
Methods
Method | Description |
---|---|
add(ArcTo item) | Add the ArcTo object in the collection. |
add(Coordinate item) | Add the Coordinate object in the collection. |
add(Ellipse item) | Add the Ellipse object in the collection. |
add(EllipticalArcTo item) | Add the EllipticalArcTo object in the collection. |
add(InfiniteLine item) | Add the InfiniteLine object in the collection. |
add(LineTo item) | Add the LineTo object in the collection. |
add(MoveTo item) | Add the MoveTo object in the collection. |
add(NURBSTo item) | Add the NURBSTo object in the collection. |
add(PolylineTo item) | Add the PolylineTo object in the collection. |
add(RelCubBezTo item) | Add the RelCubBezTo object in the collection. |
add(RelEllipticalArcTo item) | Add the RelEllipticalArcTo object in the collection. |
add(RelLineTo item) | Add the RelLineTo object in the collection. |
add(RelMoveTo item) | Add the RelMoveTo object in the collection. |
add(RelQuadBezTo item) | Add the RelQuadBezTo object in the collection. |
add(SplineKnot item) | Add the SplineKnot object in the collection. |
add(SplineStart item) | Add the SplineStart object in the collection. |
clear() | Removes all elements from collection. |
equals(Object arg0) | |
get(int index) | Gets the element at the specified index. |
getArcToCol() | Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements. |
getClass() | |
getCount() | Gets the number of elements actually contained in the collection. |
getEllipseCol() | Contains elements specifying the x- and y-coordinates of the ellipse’s center point and two points on the ellipse. |
getEllipticalArcToCol() | Contains elements that specify information about an elliptical arc. |
getInfiniteLineCol() | Contains elements specifying the x- and y-coordinates of two points on an infinite line. |
getLineToCol() | Contains x- and y-coordinates of the ending vertex of a straight line segment. |
getMoveToCol() | Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path. |
getNURBSToCol() | Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). |
getPolylineToCol() | Contains x- and y-coordinates of the last point of a polyline and a polyline formula. |
getRelCubBezToCol() | Contains x- and y-coordinates for a RelCubBezTo’s points.Coordinates are specified as relative coordinates. |
getRelEllipticalArcToCol() | Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates. |
getRelLineToCol() | Contains x- and y-coordinates of the ending vertex of a straight line segment. |
getRelMoveToCol() | Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates. |
getRelQuadBezToCol() | Contains x- and y-coordinates for a RelQuadBezTo’s points.Coordinates are specified as relative coordinates. |
getSplineKnotCol() | Contains x- and y-coordinates for a spline’s control point and a spline’s knot, represented by the X, Y, and A elements, respectively. |
getSplineStartCol() | Contains x- and y-coordinates for a spline’s second control point, its second knot, its first knot, the last knot, and the degree of the spline. |
hashCode() | |
isExist(int index) | Is exist item in the collection. |
iterator() | Supports a simple iteration over a nongeneric collection. |
notify() | |
notifyAll() | |
remove(ArcTo item) | Remove the ArcTo object from the collection. |
remove(Coordinate item) | Remove the Coordinate object from the collection. |
remove(Ellipse item) | Remove the Ellipse object from the collection. |
remove(EllipticalArcTo item) | Remove the EllipticalArcTo object from the collection. |
remove(InfiniteLine item) | Remove the InfiniteLine object from the collection. |
remove(LineTo item) | Remove the LineTo object from the collection. |
remove(MoveTo item) | Remove the MoveTo object from the collection. |
remove(NURBSTo item) | Remove the NURBSTo object from the collection. |
remove(PolylineTo item) | Remove the PolylineTo object from the collection. |
remove(RelCubBezTo item) | Remove the RelCubBezTo object from the collection. |
remove(RelEllipticalArcTo item) | Remove the RelEllipticalArcTo object from the collection. |
remove(RelLineTo item) | Remove the RelLineTo object from the collection. |
remove(RelMoveTo item) | Remove the RelMoveTo object from the collection. |
remove(RelQuadBezTo item) | Remove the RelQuadBezTo object from the collection. |
remove(SplineKnot item) | Remove the SplineKnot object from the collection. |
remove(SplineStart item) | Remove the SplineStart object from the collection. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
add(ArcTo item)
public int add(ArcTo item)
Add the ArcTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | ArcTo |
Returns: int -
add(Coordinate item)
public int add(Coordinate item)
Add the Coordinate object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | Coordinate |
Returns: int
add(Ellipse item)
public int add(Ellipse item)
Add the Ellipse object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | Ellipse |
Returns: int -
add(EllipticalArcTo item)
public int add(EllipticalArcTo item)
Add the EllipticalArcTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | EllipticalArcTo |
Returns: int -
add(InfiniteLine item)
public int add(InfiniteLine item)
Add the InfiniteLine object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | InfiniteLine |
Returns: int -
add(LineTo item)
public int add(LineTo item)
Add the LineTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | LineTo |
Returns: int -
add(MoveTo item)
public int add(MoveTo item)
Add the MoveTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | MoveTo |
Returns: int -
add(NURBSTo item)
public int add(NURBSTo item)
Add the NURBSTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | NURBSTo |
Returns: int -
add(PolylineTo item)
public int add(PolylineTo item)
Add the PolylineTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | PolylineTo |
Returns: int -
add(RelCubBezTo item)
public int add(RelCubBezTo item)
Add the RelCubBezTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelCubBezTo |
Returns: int -
add(RelEllipticalArcTo item)
public int add(RelEllipticalArcTo item)
Add the RelEllipticalArcTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelEllipticalArcTo |
Returns: int -
add(RelLineTo item)
public int add(RelLineTo item)
Add the RelLineTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelLineTo |
Returns: int -
add(RelMoveTo item)
public int add(RelMoveTo item)
Add the RelMoveTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelMoveTo |
Returns: int -
add(RelQuadBezTo item)
public int add(RelQuadBezTo item)
Add the RelQuadBezTo object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelQuadBezTo |
Returns: int -
add(SplineKnot item)
public int add(SplineKnot item)
Add the SplineKnot object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | SplineKnot |
Returns: int -
add(SplineStart item)
public int add(SplineStart item)
Add the SplineStart object in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | SplineStart |
Returns: int -
clear()
public void clear()
Removes all elements from collection.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
get(int index)
public Coordinate get(int index)
Gets the element at the specified index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int |
Returns: Coordinate -
getArcToCol()
public ArcToCollection getArcToCol()
Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
Returns: ArcToCollection
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCount()
public int getCount()
Gets the number of elements actually contained in the collection.
Returns: int
getEllipseCol()
public EllipseCollection getEllipseCol()
Contains elements specifying the x- and y-coordinates of the ellipse’s center point and two points on the ellipse.
Returns: EllipseCollection
getEllipticalArcToCol()
public EllipticalArcToCollection getEllipticalArcToCol()
Contains elements that specify information about an elliptical arc.
Returns: EllipticalArcToCollection
getInfiniteLineCol()
public InfiniteLineCollection getInfiniteLineCol()
Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.
Returns: InfiniteLineCollection
getLineToCol()
public LineToCollection getLineToCol()
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.
Returns: LineToCollection
getMoveToCol()
public MoveToCollection getMoveToCol()
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.
Returns: MoveToCollection
getNURBSToCol()
public NURBSToCollection getNURBSToCol()
Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.
Returns: NURBSToCollection
getPolylineToCol()
public PolylineToCollection getPolylineToCol()
Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in the X and Y elements, and the formula is specified in the A element.
Returns: PolylineToCollection
getRelCubBezToCol()
public RelCubBezToCollection getRelCubBezToCol()
Contains x- and y-coordinates for a RelCubBezTo’s points.Coordinates are specified as relative coordinates.
Returns: RelCubBezToCollection
getRelEllipticalArcToCol()
public RelEllipticalArcToCollection getRelEllipticalArcToCol()
Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.
Returns: RelEllipticalArcToCollection
getRelLineToCol()
public RelLineToCollection getRelLineToCol()
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.Coordinates are specified as relative coordinates.
Returns: RelLineToCollection
getRelMoveToCol()
public RelMoveToCollection getRelMoveToCol()
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates.
Returns: RelMoveToCollection
getRelQuadBezToCol()
public RelQuadBezToCollection getRelQuadBezToCol()
Contains x- and y-coordinates for a RelQuadBezTo’s points.Coordinates are specified as relative coordinates.
Returns: RelQuadBezToCollection
getSplineKnotCol()
public SplineKnotCollection getSplineKnotCol()
Contains x- and y-coordinates for a spline’s control point and a spline’s knot, represented by the X, Y, and A elements, respectively.
Returns: SplineKnotCollection
getSplineStartCol()
public SplineStartCollection getSplineStartCol()
Contains x- and y-coordinates for a spline’s second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.
Returns: SplineStartCollection
hashCode()
public native int hashCode()
Returns: int
isExist(int index)
public boolean isExist(int index)
Is exist item in the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | index of element. |
Returns: boolean -
iterator()
public Iterator iterator()
Supports a simple iteration over a nongeneric collection.
Returns: java.util.Iterator -
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(ArcTo item)
public void remove(ArcTo item)
Remove the ArcTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | ArcTo |
remove(Coordinate item)
public void remove(Coordinate item)
Remove the Coordinate object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | Coordinate |
remove(Ellipse item)
public void remove(Ellipse item)
Remove the Ellipse object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | Ellipse |
remove(EllipticalArcTo item)
public void remove(EllipticalArcTo item)
Remove the EllipticalArcTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | EllipticalArcTo |
remove(InfiniteLine item)
public void remove(InfiniteLine item)
Remove the InfiniteLine object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | InfiniteLine |
remove(LineTo item)
public void remove(LineTo item)
Remove the LineTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | LineTo |
remove(MoveTo item)
public void remove(MoveTo item)
Remove the MoveTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | MoveTo |
remove(NURBSTo item)
public void remove(NURBSTo item)
Remove the NURBSTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | NURBSTo |
remove(PolylineTo item)
public void remove(PolylineTo item)
Remove the PolylineTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | PolylineTo |
remove(RelCubBezTo item)
public void remove(RelCubBezTo item)
Remove the RelCubBezTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelCubBezTo |
remove(RelEllipticalArcTo item)
public void remove(RelEllipticalArcTo item)
Remove the RelEllipticalArcTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelEllipticalArcTo |
remove(RelLineTo item)
public void remove(RelLineTo item)
Remove the RelLineTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelLineTo |
remove(RelMoveTo item)
public void remove(RelMoveTo item)
Remove the RelMoveTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelMoveTo |
remove(RelQuadBezTo item)
public void remove(RelQuadBezTo item)
Remove the RelQuadBezTo object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | RelQuadBezTo |
remove(SplineKnot item)
public void remove(SplineKnot item)
Remove the SplineKnot object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | SplineKnot |
remove(SplineStart item)
public void remove(SplineStart item)
Remove the SplineStart object from the collection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | SplineStart |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |