Search
XmlPersistContext.readPen Method
See Also
 






Reads a MindFusion.Drawing.Pen object with the specified name.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Pen readPen (
    String elementName,
    Element parentElement,
    Pen defaultPen
)

 Parameters

elementName

The name of the element to read.

parentElement

The parent element.

defaultPen

The default MindFusion.Drawing.Pen instance.

 Return Value

The MindFusion.Drawing.Pen instance that was read.

 See Also