public class ResolvedLayout extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
RelationshipsPart |
relationships |
Constructor and Description |
---|
ResolvedLayout() |
Modifier and Type | Method and Description |
---|---|
protected ResolvedLayout |
clone() |
static GroupShape |
createEffectiveShapeTree(GroupShape shapeTree,
Map<String,ShapeWrapper> placeholders)
Resolve references to Slide Layouts, Master etc,
in order to get the actual shapes we'll render.
|
CTBackground |
getBg() |
int |
getMasterNumber() |
GroupShape |
getShapeTree() |
static ResolvedLayout |
resolveSlideLayout(SlideLayoutPart slideLayoutPart)
Create a ResolvedLayout for a SlideLayoutPart.
|
static ResolvedLayout |
resolveSlideLayout(SlidePart slidePart)
Create a ResolvedLayout for a SlidePart.
|
void |
setBg(CTBackground bg) |
void |
setShapeTree(GroupShape shapeTree) |
protected static org.slf4j.Logger log
public RelationshipsPart relationships
public CTBackground getBg()
public void setBg(CTBackground bg)
bg
- the bg to setpublic GroupShape getShapeTree()
public void setShapeTree(GroupShape shapeTree)
shapeTree
- the shapeTree to setpublic int getMasterNumber()
public static ResolvedLayout resolveSlideLayout(SlideLayoutPart slideLayoutPart)
slideLayoutPart
- public static ResolvedLayout resolveSlideLayout(SlidePart slidePart)
slideLayoutPart
- public static GroupShape createEffectiveShapeTree(GroupShape shapeTree, Map<String,ShapeWrapper> placeholders)
protected ResolvedLayout clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2007-2019. All Rights Reserved.