DroidDiagram Programmer's Guide
RenderOptions Members
Constructors Methods
 


Defines the attributes of a printed diagram. Use the PrintOptions object returned by the DiagramView.getPrintOptions method to set the attributes of a specific diagram.

The following tables list the members exposed by the RenderOptions type.

 Public Constructors

  Name Description

RenderOptions

Initializes a new RenderOptions instance.

 Public Methods

  Name Description

getAntiAlias

 

getDocumentName

Gets the document name.

getEnableAnchors

Gets a value indicating whether anchor point marks will be printed.

getEnableBackground

Gets a value indicating whether the diagram background will be filled using the Diagram.getBackBrush background brush.

getEnableBackgroundImage

Gets a value indicating whether the diagram's background image will be printed.

getEnableEffects

Gets a value indicating whether to render special node effects.

getEnableFitToPage

 

getEnableGrid

Gets a value indicating whether the alignment grid is rendered.

getEnableImages

Gets a value indicating whether images that are displayed inside nodes will be printed.

getEnableInterior

Gets a value indicating whether the nodes will be filled when printed.

getEnableShadows

Gets a value indicating whether item shadows will be printed.

getEnableText

 

getHeaderFormat

Gets the page header format string.

getHyperLinkStyle

 

getHyperLinkTarget

 

getRenderTarget

 

getScale

Gets the scale of the printed diagram relatively to the original on-screen size of the diagram.

getScrollX

 

getScrollY

 

getTargetView

 

getTextAntiAlias

 

getVisibleRect

 

setAntiAlias

 

setDocumentName

Sets the document name.

setEnableAnchors

Sets a value indicating whether anchor point marks should be printed.

setEnableBackground

Sets a value indicating whether the diagram background should be filled using the Diagram.getBackBrush background brush.

setEnableBackgroundImage

Sets a value indicating whether the diagram's background image should be printed.

setEnableEffects

Sets a value indicating whether to render special node effects.

setEnableFitToPage

 

setEnableGrid

Gets a value indicating whether the alignment grid is rendered.

setEnableImages

Sets a value indicating whether images that are displayed inside nodes should be printed.

setEnableInterior

Sets a value indicating whether the nodes should be filled when printed.

setEnableShadows

Sets a value indicating whether item shadows should be printed.

setEnableText

 

setHeaderFormat

Sets the page header format string.

setHyperLinkStyle

 

setHyperLinkTarget

 

setRenderTarget

 

setScale

Sets the scale of the printed diagram relatively to the original on-screen size of the diagram.

setScrollX

 

setScrollY

 

setTargetView

 

setTextAntiAlias

 

setVisibleRect

 

 See Also

RenderOptions Class
com.mindfusion.diagramming Namespace