Uses of Class
org.apache.poi.xdgf.usermodel.XDGFShape
-
-
Uses of XDGFShape in org.apache.poi.xdgf.geom
Methods in org.apache.poi.xdgf.geom with parameters of type XDGFShape Modifier and Type Method Description voidSplineCollector. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent) -
Uses of XDGFShape in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel with type parameters of type XDGFShape Modifier and Type Field Description protected java.util.Map<java.lang.Long,XDGFShape>XDGFBaseContents. _shapesprotected java.util.List<XDGFShape>XDGFBaseContents. _toplevelShapesMethods in org.apache.poi.xdgf.usermodel that return XDGFShape Modifier and Type Method Description XDGFShapeXDGFConnection. getFromShape()XDGFShapeXDGFShape. getMasterShape()XDGFShapeXDGFShape. getParentShape()XDGFShapeXDGFBaseContents. getShapeById(long id)XDGFShapeXDGFShape. getTopmostParentShape()XDGFShapeXDGFConnection. getToShape()Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type XDGFShape Modifier and Type Method Description java.util.Collection<XDGFShape>XDGFBaseContents. getShapes()java.util.List<XDGFShape>XDGFShape. getShapes()Only available if this shape is a shape group, may be nulljava.util.Map<java.lang.Long,XDGFShape>XDGFBaseContents. getShapesMap()java.util.List<XDGFShape>XDGFBaseContents. getTopLevelShapes()Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFShape Modifier and Type Method Description protected voidXDGFBaseContents. addToShapeIndex(XDGFShape shape)Constructors in org.apache.poi.xdgf.usermodel with parameters of type XDGFShape Constructor Description XDGFConnection(com.microsoft.schemas.office.visio.x2012.main.ConnectType connect, XDGFShape from, XDGFShape to)XDGFShape(XDGFShape parent, com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, XDGFBaseContents parentPage, XDGFDocument document)XDGFText(com.microsoft.schemas.office.visio.x2012.main.TextType text, XDGFShape parent) -
Uses of XDGFShape in org.apache.poi.xdgf.usermodel.section
Methods in org.apache.poi.xdgf.usermodel.section with parameters of type XDGFShape Modifier and Type Method Description java.awt.geom.Path2D.DoubleGeometrySection. getPath(XDGFShape parent) -
Uses of XDGFShape in org.apache.poi.xdgf.usermodel.section.geometry
Methods in org.apache.poi.xdgf.usermodel.section.geometry with parameters of type XDGFShape Modifier and Type Method Description voidArcTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidEllipse. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidEllipticalArcTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidGeometryRow. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidInfiniteLine. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidLineTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidMoveTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidNURBSTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidPolyLineTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidRelCubBezTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidRelEllipticalArcTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidRelLineTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidRelMoveTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidRelQuadBezTo. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidSplineKnot. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidSplineStart. addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent) -
Uses of XDGFShape in org.apache.poi.xdgf.usermodel.shape
Methods in org.apache.poi.xdgf.usermodel.shape with parameters of type XDGFShape Modifier and Type Method Description booleanShapeDataAcceptor. accept(XDGFShape shape)booleanShapeTextVisitor.TextAcceptor. accept(XDGFShape shape)booleanShapeVisitor. accept(XDGFShape shape)booleanShapeVisitorAcceptor. accept(XDGFShape shape)protected java.awt.geom.Path2DShapeDebuggerRenderer. drawPath(XDGFShape shape)protected java.awt.geom.Path2DShapeRenderer. drawPath(XDGFShape shape)protected voidShapeRenderer. drawText(XDGFShape shape)voidShapeRenderer. visit(XDGFShape shape, java.awt.geom.AffineTransform globalTransform, int level)voidShapeTextVisitor. visit(XDGFShape shape, java.awt.geom.AffineTransform globalTransform, int level)abstract voidShapeVisitor. visit(XDGFShape shape, java.awt.geom.AffineTransform globalTransform, int level)
-