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(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 Map<Long,XDGFShape>XDGFBaseContents. _shapesprotected 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 Collection<XDGFShape>XDGFBaseContents. getShapes()List<XDGFShape>XDGFShape. getShapes()Only available if this shape is a shape group, may be nullMap<Long,XDGFShape>XDGFBaseContents. getShapesMap()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 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(Path2D.Double path, XDGFShape parent)voidEllipse. addToPath(Path2D.Double path, XDGFShape parent)voidEllipticalArcTo. addToPath(Path2D.Double path, XDGFShape parent)voidGeometryRow. addToPath(Path2D.Double path, XDGFShape parent)voidInfiniteLine. addToPath(Path2D.Double path, XDGFShape parent)voidLineTo. addToPath(Path2D.Double path, XDGFShape parent)voidMoveTo. addToPath(Path2D.Double path, XDGFShape parent)voidNURBSTo. addToPath(Path2D.Double path, XDGFShape parent)voidPolyLineTo. addToPath(Path2D.Double path, XDGFShape parent)voidRelCubBezTo. addToPath(Path2D.Double path, XDGFShape parent)voidRelEllipticalArcTo. addToPath(Path2D.Double path, XDGFShape parent)voidRelLineTo. addToPath(Path2D.Double path, XDGFShape parent)voidRelMoveTo. addToPath(Path2D.Double path, XDGFShape parent)voidRelQuadBezTo. addToPath(Path2D.Double path, XDGFShape parent)voidSplineKnot. addToPath(Path2D.Double path, XDGFShape parent)voidSplineStart. addToPath(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 Path2DShapeDebuggerRenderer. drawPath(XDGFShape shape)protected Path2DShapeRenderer. drawPath(XDGFShape shape)protected voidShapeRenderer. drawText(XDGFShape shape)voidShapeRenderer. visit(XDGFShape shape, AffineTransform globalTransform, int level)voidShapeTextVisitor. visit(XDGFShape shape, AffineTransform globalTransform, int level)abstract voidShapeVisitor. visit(XDGFShape shape, AffineTransform globalTransform, int level)
-