| Class | Description |
|---|---|
| Arc2dDoubleMapping |
Mapping for java.awt.geom.Arc2D.Double, maps the x, y, width, height, start and extent values to
double-precision datastore fields.
|
| Arc2dFloatMapping |
Mapping for java.awt.geom.Arc2D.Float, maps the x, y, width, height, start and extent values to
float-precision datastore fields.
|
| CubicCurve2dDoubleMapping |
Mapping for java.awt.geom.CubicCurve2D.Double, maps the x1, y1, ctrlx1, ctrly1, ctrlx2, ctrly2, x2 and y2
values to double-precision datastore fields.
|
| CubicCurve2dFloatMapping |
Mapping for java.awt.geom.CubicCurve2D.Float, maps the x1, y1, ctrlx1, ctrly1, ctrlx2, ctrly2, x2 and y2
values to float-precision datastore fields.
|
| Ellipse2dDoubleMapping |
Mapping for java.awt.geom.Ellipse2D.Double, maps the x, y, width and height values to double-precision
datastore fields.
|
| Ellipse2dFloatMapping |
Mapping for java.awt.geom.Ellipse2D.Float, maps the x, y, width and height values to float-precision
datastore fields.
|
| Line2dDoubleMapping |
Mapping for java.awt.geom.Line2D.Double, maps the x1, y1, x2 and y2 values to double-precision datastore
fields.
|
| Line2dFloatMapping |
Mapping for java.awt.geom.Line2D.Float, maps the x1, y1, x2 and y2 values to float-precision datastore
fields.
|
| Point2dDoubleMapping |
Mapping for java.awt.geom.Point2D.Double, maps the x and y values to double-precision datastore fields.
|
| Point2dFloatMapping |
Mapping for java.awt.geom.Point2D.Float, maps the x and y values to float-precision datastore fields.
|
| PointMapping |
Mapping for java.awt.Point to its datastore representation.
|
| PolygonMapping |
Mapping for java.awt.Polygon, maps the points to int-precision datastore fields.
|
| QuadCurve2dDoubleMapping |
Mapping for java.awt.geom.QuadCurve2D.Double, maps the x1, y1, ctrlx, ctrly, x2 and y2 values to
double-precision datastore fields.
|
| QuadCurve2dFloatMapping |
Mapping for java.awt.geom.QuadCurve2D.Float, maps the x1, y1, ctrlx, ctrly, x2 and y2 values to
float-precision datastore fields.
|
| Rectangle2dDoubleMapping |
Mapping for java.awt.geom.Rectangle2D.Double, maps the x, y, width and height values to double-precision
datastore fields.
|
| Rectangle2dFloatMapping |
Mapping for java.awt.geom.Rectangle2D.Float, maps the x, y, width and height values to float-precision
datastore fields.
|
| RectangleMapping |
Mapping for java.awt.Rectangle, maps the x, y, width and height values to int-precision datastore fields
|
| RoundRectangle2dDoubleMapping |
Mapping for java.awt.geom.RoundRectangle2D.Double, maps the x, y, width, height, arc-width and arc-height
values to double-precision datastore fields.
|
| RoundRectangle2dFloatMapping |
Mapping for java.awt.geom.RoundRectangle2D.Float, maps the x, y, width, height, arc-width and arc-height
values to float-precision datastore fields.
|
Copyright © 2015. All rights reserved.