| Modifier and Type | Method and Description |
|---|---|
void |
SplineCollector.addToPath(Path2D.Double path,
XDGFShape parent) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,XDGFShape> |
XDGFBaseContents._shapes |
protected List<XDGFShape> |
XDGFBaseContents._toplevelShapes |
| Modifier and Type | Method and Description |
|---|---|
XDGFShape |
XDGFConnection.getFromShape() |
XDGFShape |
XDGFShape.getMasterShape() |
XDGFShape |
XDGFShape.getParentShape() |
XDGFShape |
XDGFBaseContents.getShapeById(long id) |
XDGFShape |
XDGFShape.getTopmostParentShape() |
XDGFShape |
XDGFConnection.getToShape() |
| Modifier and Type | Method and Description |
|---|---|
Collection<XDGFShape> |
XDGFBaseContents.getShapes() |
List<XDGFShape> |
XDGFShape.getShapes()
Only available if this shape is a shape group, may be null
|
Map<Long,XDGFShape> |
XDGFBaseContents.getShapesMap() |
List<XDGFShape> |
XDGFBaseContents.getTopLevelShapes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XDGFBaseContents.addToShapeIndex(XDGFShape shape) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
Path2D.Double |
GeometrySection.getPath(XDGFShape parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelCubBezTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
RelLineTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
ArcTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
MoveTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
RelEllipticalArcTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
EllipticalArcTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
SplineKnot.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
NURBSTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
RelQuadBezTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
InfiniteLine.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
RelMoveTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
SplineStart.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
PolyLineTo.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
GeometryRow.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
Ellipse.addToPath(Path2D.Double path,
XDGFShape parent) |
void |
LineTo.addToPath(Path2D.Double path,
XDGFShape parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ShapeVisitorAcceptor.accept(XDGFShape shape) |
boolean |
ShapeDataAcceptor.accept(XDGFShape shape) |
boolean |
ShapeTextVisitor.TextAcceptor.accept(XDGFShape shape) |
boolean |
ShapeVisitor.accept(XDGFShape shape) |
protected Path2D |
ShapeDebuggerRenderer.drawPath(XDGFShape shape) |
protected Path2D |
ShapeRenderer.drawPath(XDGFShape shape) |
protected void |
ShapeRenderer.drawText(XDGFShape shape) |
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) |