com.aspose.slides
Class DrawAllDrawingControl

java.lang.Object
  extended by com.aspose.slides.DrawAllDrawingControl
All Implemented Interfaces:
IDrawingControl

public class DrawAllDrawingControl
extends java.lang.Object
implements IDrawingControl

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

getInstance

public static DrawAllDrawingControl getInstance()
Returns DrawAllDrawingControl object instance.


checkObject

public int checkObject(java.lang.Object objectToCheck,
                       java.util.Collection parents)
Determines whether the slide object should be drawn.

Specified by:
checkObject in interface IDrawingControl
Parameters:
objectToCheck - object to check.
parents - list of object's parents, from farthest to closest.
Returns:
Constant which define whether an object and its children should be rendered. See DrawingControlDecision.