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 TypeMethodDescriptionvoid
SplineCollector.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 void
XDGFBaseContents.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 TypeMethodDescriptionvoid
ArcTo.addToPath
(Path2D.Double path, XDGFShape parent) void
Ellipse.addToPath
(Path2D.Double path, XDGFShape parent) void
EllipticalArcTo.addToPath
(Path2D.Double path, XDGFShape parent) void
GeometryRow.addToPath
(Path2D.Double path, XDGFShape parent) void
InfiniteLine.addToPath
(Path2D.Double path, XDGFShape parent) void
LineTo.addToPath
(Path2D.Double path, XDGFShape parent) void
MoveTo.addToPath
(Path2D.Double path, XDGFShape parent) void
NURBSTo.addToPath
(Path2D.Double path, XDGFShape parent) void
PolyLineTo.addToPath
(Path2D.Double path, XDGFShape parent) void
RelCubBezTo.addToPath
(Path2D.Double path, XDGFShape parent) void
RelEllipticalArcTo.addToPath
(Path2D.Double path, XDGFShape parent) void
RelLineTo.addToPath
(Path2D.Double path, XDGFShape parent) void
RelMoveTo.addToPath
(Path2D.Double path, XDGFShape parent) void
RelQuadBezTo.addToPath
(Path2D.Double path, XDGFShape parent) void
SplineKnot.addToPath
(Path2D.Double path, XDGFShape parent) void
SplineStart.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 TypeMethodDescriptionboolean
boolean
boolean
boolean
protected Path2D
protected Path2D
protected void
void
ShapeRenderer.visit
(XDGFShape shape, AffineTransform globalTransform, int level) void
ShapeTextVisitor.visit
(XDGFShape shape, AffineTransform globalTransform, int level) abstract void
ShapeVisitor.visit
(XDGFShape shape, AffineTransform globalTransform, int level)