Uses of Interface
com.itextpdf.awt.geom.Shape

Packages that use Shape
com.itextpdf.awt.geom   
com.itextpdf.awt.geom.gl   
 

Uses of Shape in com.itextpdf.awt.geom
 

Classes in com.itextpdf.awt.geom that implement Shape
 class CubicCurve2D
           
static class CubicCurve2D.Double
           
static class CubicCurve2D.Float
           
 class GeneralPath
           
 class Line2D
           
static class Line2D.Double
           
static class Line2D.Float
           
 class QuadCurve2D
           
static class QuadCurve2D.Double
           
static class QuadCurve2D.Float
           
 class Rectangle
           
 class Rectangle2D
           
static class Rectangle2D.Double
           
static class Rectangle2D.Float
           
 class RectangularShape
           
 

Methods in com.itextpdf.awt.geom that return Shape
 Shape GeneralPath.createTransformedShape(AffineTransform t)
           
 Shape AffineTransform.createTransformedShape(Shape src)
           
 

Methods in com.itextpdf.awt.geom with parameters of type Shape
 void GeneralPath.append(Shape shape, boolean connect)
           
 Shape AffineTransform.createTransformedShape(Shape src)
           
 

Constructors in com.itextpdf.awt.geom with parameters of type Shape
GeneralPath(Shape shape)
           
 

Uses of Shape in com.itextpdf.awt.geom.gl
 

Methods in com.itextpdf.awt.geom.gl with parameters of type Shape
static int Crossing.crossShape(Shape s, double x, double y)
          Returns how many times ray from point (x,y) cross shape
static int Crossing.intersectShape(Shape s, double x, double y, double w, double h)
          Returns how many times rectangle stripe cross shape or the are intersect
 



Copyright © 2013. All Rights Reserved.