Skip navigation links
GEF4 Geometry
1.0.0.201605161715
A B C D E F G H I L M N O P Q R S T U V W X Y Z 

T

through(Vector3D, Vector3D) - Static method in class org.eclipse.gef4.geometry.projective.Straight3D
Constructs a new Straight3D through the given start and end Vector3Ds.
toAffineTransform(AffineTransform) - Static method in class org.eclipse.gef4.geometry.convert.awt.AWT2Geometry
Converts an AWT AffineTransform into a GEF4 AffineTransform
toAWTAffineTransform(AffineTransform) - Static method in class org.eclipse.gef4.geometry.convert.awt.Geometry2AWT
Converts a GEF AffineTransform into an AWT AffineTransform.
toAWTLine(Line) - Static method in class org.eclipse.gef4.geometry.convert.awt.Geometry2AWT
Converts a GEF4 Line into an AWT Line2D.
toAWTPath(Path) - Static method in class org.eclipse.gef4.geometry.convert.awt.Geometry2AWT
Converts a Path into an equivalent AWT Path2D.
toAWTPoint(Point) - Static method in class org.eclipse.gef4.geometry.convert.awt.Geometry2AWT
Converts a GEF4 Point into an AWT Point2D with double precision (Point2D.Double).
toAWTPoints(Point[]) - Static method in class org.eclipse.gef4.geometry.convert.awt.Geometry2AWT
Converts a given array of GEF4 Points into an array of AWT Point2Ds with double precision ( Point2D.Double).
toAWTRectangle(Rectangle) - Static method in class org.eclipse.gef4.geometry.convert.awt.Geometry2AWT
Converts a GEF4 Rectangle into an AWT Rectangle2D.
toAWTRoundRectangle(RoundedRectangle) - Static method in class org.eclipse.gef4.geometry.convert.awt.Geometry2AWT
Converts a GEF4 RoundedRectangle into an AWT RoundRectangle2D.
toBezier() - Method in class org.eclipse.gef4.geometry.planar.Arc
 
toBezier() - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
 
toBezier() - Method in interface org.eclipse.gef4.geometry.planar.ICurve
Computes a list of BezierCurves that approximate the ICurve.
toBezier() - Method in class org.eclipse.gef4.geometry.planar.PolyBezier
 
toBezier() - Method in class org.eclipse.gef4.geometry.planar.Polyline
 
toCoordinatesArray(Point[]) - Static method in class org.eclipse.gef4.geometry.internal.utils.PointListUtils
Converts a given array of Point into an array of doubles containing the x and y coordinates of the given points, where the x and y coordinates of the n-th Point can be found at positions 2*n and 2*n+1.
toCubic() - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
Returns a hard approximation of this BezierCurve as a CubicCurve.
toIntegerArray(double[]) - Static method in class org.eclipse.gef4.geometry.internal.utils.PointListUtils
Converts an array of double values into an array of integer values by casting them.
toLine(Line2D) - Static method in class org.eclipse.gef4.geometry.convert.awt.AWT2Geometry
Converts an AWT Line2D into a GEF4 Line.
toLine() - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
Returns a hard approximation of this BezierCurve as a Line.
toLineStrip(double) - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
Computes an approximation of this BezierCurve by a strip of Lines.
toLineStrip(double, BezierCurve.Interval) - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
Computes an approximation of this BezierCurve by a strip of Lines.
toPath(Path2D) - Static method in class org.eclipse.gef4.geometry.convert.awt.AWT2Geometry
Converts an AWT Path2D into a GEF4 Path.
toPath() - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
Returns a Path approximating this BezierCurve using Line segments.
toPath() - Method in class org.eclipse.gef4.geometry.planar.CubicCurve
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.CurvedPolygon
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.Ellipse
Returns a Path representation of this Ellipse, which is an approximation of the four outline segments by means of CubicCurves.
toPath() - Method in interface org.eclipse.gef4.geometry.planar.IGeometry
Converts this IGeometry into a Path representation.
toPath() - Method in class org.eclipse.gef4.geometry.planar.Line
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.Path
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.Pie
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.PolyBezier
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.Polygon
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.Polyline
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.QuadraticCurve
Transform the QuadraticCurve object to a Path object with the same shape.
toPath() - Method in class org.eclipse.gef4.geometry.planar.Rectangle
 
toPath() - Method in class org.eclipse.gef4.geometry.planar.RoundedRectangle
 
toPoint(Point2D) - Static method in class org.eclipse.gef4.geometry.convert.awt.AWT2Geometry
Converts an AWT Point2D into a GEF4 Point.
toPoint() - Method in class org.eclipse.gef4.geometry.euclidean.Vector
Returns a Point representing this Vector.
toPoint() - Method in class org.eclipse.gef4.geometry.projective.Vector3D
Returns a new Point object that is represented by this Vector3D.
toPoints(Point2D[]) - Static method in class org.eclipse.gef4.geometry.convert.awt.AWT2Geometry
Converts a given array of AWT Point2Ds into a an array of GEF4 Points.
toPoints(BezierCurve.Interval) - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
Computes Points on this BezierCurve over the given Interval.
toPointsArray(double[]) - Static method in class org.eclipse.gef4.geometry.internal.utils.PointListUtils
Converts a given array of x/y coordinate values into an array of Points.
toPointsArray(Line[], boolean) - Static method in class org.eclipse.gef4.geometry.internal.utils.PointListUtils
Transforms a sequence of Lines into a list of Points.
toPolyBezier() - Method in class org.eclipse.gef4.geometry.planar.Polyline
Transforms this Polyline into a PolyBezier.
toPolygon() - Method in class org.eclipse.gef4.geometry.planar.Rectangle
Converts this Rectangle into a Polygon representation.
toQuadratic() - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
Returns a hard approximation of this BezierCurve as a QuadraticCurve.
toRectangle(Rectangle2D) - Static method in class org.eclipse.gef4.geometry.convert.awt.AWT2Geometry
Converts an AWT Rectangle2D into a GEF4 Rectangle.
toRing() - Method in class org.eclipse.gef4.geometry.planar.Region
Constructs a new Ring that covers the same area as this Region.
toRoundedRectangle(RoundRectangle2D) - Static method in class org.eclipse.gef4.geometry.convert.awt.AWT2Geometry
Converts an AWT RoundRectangle2D into a GEF4 RoundedRectangle.
toSegmentsArray(Point[], boolean) - Static method in class org.eclipse.gef4.geometry.internal.utils.PointListUtils
Transforms a sequence of Point coordinates into a sequence of Line segments, by creating a Line segment for each two adjacent points in the array.
toStraight() - Method in class org.eclipse.gef4.geometry.projective.Straight3D
Transfer this Straight3D into a representative Straight.
toString() - Method in class org.eclipse.gef4.geometry.euclidean.Angle
 
toString() - Method in class org.eclipse.gef4.geometry.euclidean.Straight
 
toString() - Method in class org.eclipse.gef4.geometry.euclidean.Vector
 
toString() - Method in class org.eclipse.gef4.geometry.planar.AffineTransform
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Arc
 
toString() - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
 
toString() - Method in class org.eclipse.gef4.geometry.planar.CubicCurve
 
toString() - Method in class org.eclipse.gef4.geometry.planar.CurvedPolygon
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Dimension
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Ellipse
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Line
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Point
 
toString() - Method in class org.eclipse.gef4.geometry.planar.PolyBezier
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Polygon
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Polyline
 
toString() - Method in class org.eclipse.gef4.geometry.planar.QuadraticCurve
 
toString() - Method in class org.eclipse.gef4.geometry.planar.Rectangle
 
toString() - Method in class org.eclipse.gef4.geometry.planar.RoundedRectangle
 
toString() - Method in class org.eclipse.gef4.geometry.projective.Vector3D
 
touches(IGeometry) - Method in interface org.eclipse.gef4.geometry.planar.IGeometry
Returns true if the input IGeometry touches this IGeometry, i.e. there is at least one common point.
touches(IGeometry) - Method in class org.eclipse.gef4.geometry.planar.Line
 
touches(Line) - Method in class org.eclipse.gef4.geometry.planar.Line
Tests whether this Line and the given one share at least one common point.
touches(Rectangle) - Method in class org.eclipse.gef4.geometry.planar.Path
Tests whether this Path and the given Rectangle touch, i.e. they have at least one Point in common.
touches(IGeometry) - Method in class org.eclipse.gef4.geometry.planar.Rectangle
 
touches(Line) - Method in class org.eclipse.gef4.geometry.planar.Rectangle
Tests whether this Rectangle and the given Line touch, i.e. whether they have at least one point in common.
touches(Rectangle) - Method in class org.eclipse.gef4.geometry.planar.Rectangle
Tests whether this Rectangle and the given other Rectangle touch, i.e. whether they have at least one point in common.
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.AbstractRectangleBasedGeometry
 
translate(Point) - Method in class org.eclipse.gef4.geometry.planar.AbstractRectangleBasedGeometry
 
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.AffineTransform
Sets the translation values of the x and y coordinates of the transformation matrix of this AffineTransform.
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
 
translate(Point) - Method in class org.eclipse.gef4.geometry.planar.BezierCurve
 
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.CurvedPolygon
 
translate(Point) - Method in class org.eclipse.gef4.geometry.planar.CurvedPolygon
 
translate(double, double) - Method in interface org.eclipse.gef4.geometry.planar.ITranslatable
Translates the object by the given values in x and y direction.
translate(Point) - Method in interface org.eclipse.gef4.geometry.planar.ITranslatable
Translates the object by the given Point.
translate(Point[], double, double) - Static method in class org.eclipse.gef4.geometry.planar.Point
Translates an array of Points by translating each individual point by a given x and y offset.
translate(Dimension) - Method in class org.eclipse.gef4.geometry.planar.Point
Shifts this Point by the values of the Dimension along each axis, and returns this for convenience.
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.Point
Shifts this Point by the values supplied along each axes, and returns this for convenience.
translate(Point) - Method in class org.eclipse.gef4.geometry.planar.Point
Shifts the location of this Point by the location of the input Point along each of the axes, and returns this for convenience.
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.PolyBezier
 
translate(Point) - Method in class org.eclipse.gef4.geometry.planar.PolyBezier
 
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.Region
 
translate(Point) - Method in class org.eclipse.gef4.geometry.planar.Region
 
translate(double, double) - Method in class org.eclipse.gef4.geometry.planar.Ring
 
translate(Point) - Method in class org.eclipse.gef4.geometry.planar.Ring
 
transpose() - Method in class org.eclipse.gef4.geometry.planar.Dimension
Swaps the width and height of this Dimension, and returns this for convenience.
transpose() - Method in class org.eclipse.gef4.geometry.planar.Point
Transposes this object.
transpose() - Method in class org.eclipse.gef4.geometry.planar.Rectangle
Switches the x and y values, as well as the width and height of this Rectangle.
A B C D E F G H I L M N O P Q R S T U V W X Y Z 
Skip navigation links
GEF4 Geometry
1.0.0.201605161715

Copyright (c) 2014 itemis AG, and others. All rights reserved.