Uses of Class
org.apache.poi.xdgf.usermodel.XDGFShape
Packages that use XDGFShape
Package
Description
-
Uses of XDGFShape in org.apache.poi.xdgf.geom
Methods in org.apache.poi.xdgf.geom with parameters of type XDGFShapeModifier and TypeMethodDescriptionvoidSplineCollector.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 XDGFShapeMethods in org.apache.poi.xdgf.usermodel that return XDGFShapeModifier and TypeMethodDescriptionXDGFConnection.getFromShape()XDGFShape.getMasterShape()XDGFShape.getParentShape()XDGFBaseContents.getShapeById(long id) XDGFShape.getTopmostParentShape()XDGFConnection.getToShape()Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type XDGFShapeModifier and TypeMethodDescriptionXDGFBaseContents.getShapes()XDGFShape.getShapes()Only available if this shape is a shape group, may be nullXDGFBaseContents.getShapesMap()XDGFBaseContents.getTopLevelShapes()Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFShapeModifier and TypeMethodDescriptionprotected voidXDGFBaseContents.addToShapeIndex(XDGFShape shape) Constructors in org.apache.poi.xdgf.usermodel with parameters of type XDGFShapeModifierConstructorDescriptionXDGFConnection(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) -
Uses of XDGFShape in org.apache.poi.xdgf.usermodel.section
Methods in org.apache.poi.xdgf.usermodel.section with parameters of type XDGFShape -
Uses of XDGFShape in org.apache.poi.xdgf.usermodel.section.geometry
Methods in org.apache.poi.xdgf.usermodel.section.geometry with parameters of type XDGFShapeModifier and TypeMethodDescriptionvoidArcTo.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 XDGFShapeModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanprotected Path2Dprotected Path2Dprotected voidvoidShapeRenderer.visit(XDGFShape shape, AffineTransform globalTransform, int level) voidShapeTextVisitor.visit(XDGFShape shape, AffineTransform globalTransform, int level) abstract voidShapeVisitor.visit(XDGFShape shape, AffineTransform globalTransform, int level)