Skip to main content

OutlineFill Class

A base class for outline fill settings.

Declaration

public abstract class OutlineFill extends Fill

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject
OfficeObject
Fill
OutlineFill

OutlineFill()

Initializes a new instance of the OutlineFill class.

Declaration

public OutlineFill()

Methods

deepClone() Method

Returns a deep copy of this OutlineFill instance.

Declaration

public OutlineFill deepClone()

Returns

Type Description
OutlineFill

A deep copy of this OutlineFill.