Modifier and Type | Method and Description |
---|---|
void |
SplineCollector.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Long,XDGFShape> |
XDGFBaseContents._shapes |
protected java.util.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 |
---|---|
java.util.List<XDGFShape> |
XDGFShape.getShapes()
Only available if this shape is a shape group, may be null
|
java.util.Collection<XDGFShape> |
XDGFBaseContents.getShapes() |
java.util.Map<java.lang.Long,XDGFShape> |
XDGFBaseContents.getShapesMap() |
java.util.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 |
---|---|
java.awt.geom.Path2D.Double |
GeometrySection.getPath(XDGFShape parent) |
Modifier and Type | Method and Description |
---|---|
void |
SplineKnot.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
RelEllipticalArcTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
RelMoveTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
MoveTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
PolyLineTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
InfiniteLine.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
Ellipse.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
RelLineTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
RelCubBezTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
ArcTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
GeometryRow.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
SplineStart.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
RelQuadBezTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
EllipticalArcTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
LineTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
void |
NURBSTo.addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
ShapeTextVisitor.TextAcceptor.accept(XDGFShape shape) |
boolean |
ShapeDataAcceptor.accept(XDGFShape shape) |
boolean |
ShapeVisitorAcceptor.accept(XDGFShape shape) |
boolean |
ShapeVisitor.accept(XDGFShape shape) |
protected java.awt.geom.Path2D |
ShapeDebuggerRenderer.drawPath(XDGFShape shape) |
protected java.awt.geom.Path2D |
ShapeRenderer.drawPath(XDGFShape shape) |
protected void |
ShapeRenderer.drawText(XDGFShape shape) |
void |
ShapeTextVisitor.visit(XDGFShape shape,
java.awt.geom.AffineTransform globalTransform,
int level) |
void |
ShapeRenderer.visit(XDGFShape shape,
java.awt.geom.AffineTransform globalTransform,
int level) |
abstract void |
ShapeVisitor.visit(XDGFShape shape,
java.awt.geom.AffineTransform globalTransform,
int level) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.