Uses of Class
com.itextpdf.awt.geom.Line2D
-
Packages that use Line2D Package Description com.itextpdf.awt.geom -
-
Uses of Line2D in com.itextpdf.awt.geom
Subclasses of Line2D in com.itextpdf.awt.geom Modifier and Type Class Description static class
Line2D.Double
static class
Line2D.Float
Methods in com.itextpdf.awt.geom with parameters of type Line2D Modifier and Type Method Description boolean
Line2D. intersectsLine(Line2D l)
boolean
Rectangle2D. intersectsLine(Line2D l)
void
Line2D. setLine(Line2D line)
Constructors in com.itextpdf.awt.geom with parameters of type Line2D Constructor Description Iterator(Line2D l, AffineTransform at)
Constructs a new Line2D.Iterator for given line and transformation
-