|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DrawAllDrawingControl
public class DrawAllDrawingControl
Implements IDrawingControl interface to select all shapes on a slide for rendering.
Method Summary | |
---|---|
int |
checkObject(java.lang.Object objectToCheck,
java.util.Collection parents)
Determines whether the slide object should be drawn. |
static DrawAllDrawingControl |
getInstance()
Returns DrawAllDrawingControl object instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DrawAllDrawingControl getInstance()
public int checkObject(java.lang.Object objectToCheck, java.util.Collection parents)
checkObject
in interface IDrawingControl
objectToCheck
- object to check.parents
- list of object's parents, from farthest to closest.
DrawingControlDecision
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |