public static class ExportDiagramAsImageResult.SubLevelFlowInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportDiagramAsImageResult.SubLevelFlowInfo.RenderItem |
| Modifier and Type | Field and Description |
|---|---|
java.awt.Rectangle |
bounds |
IShapeUIModel |
ownerShape
the Diagram Element is showing the in/out-flows
|
ExportDiagramAsImageResult.SubLevelFlowInfo.RenderItem[] |
renderItems
the referencing elements of its in/out-flows
|
| Constructor and Description |
|---|
ExportDiagramAsImageResult.SubLevelFlowInfo(IShapeUIModel aOwnerShape,
java.awt.Rectangle aBounds,
ExportDiagramAsImageResult.SubLevelFlowInfo.RenderItem[] aRenderItems) |
public final IShapeUIModel ownerShape
public final java.awt.Rectangle bounds
public final ExportDiagramAsImageResult.SubLevelFlowInfo.RenderItem[] renderItems
public ExportDiagramAsImageResult.SubLevelFlowInfo(IShapeUIModel aOwnerShape, java.awt.Rectangle aBounds, ExportDiagramAsImageResult.SubLevelFlowInfo.RenderItem[] aRenderItems)