EmfBrushObj

Inheritance: java.lang.Object, com.aspose.barcode.drawing.emf.data.EmfGraphicObj

public class EmfBrushObj extends EmfGraphicObj

Constructors

Constructor Description
EmfBrushObj(IBrush brush)
EmfBrushObj(System.Drawing.Color aColor)
EmfBrushObj(System.Drawing.Color aColor, boolean aTransparent)
EmfBrushObj(int aHandle, System.Drawing.Color aColor, boolean aTransparent)
EmfBrushObj(EmfBrushObj obj)
EmfBrushObj(int aHandle, EmfBrushObj obj)

Fields

Field Description
Handle Specifies Handle of the object
Transparent
_Color

Methods

Method Description
equals(Object obj)
getClass()
hashCode()
notify()
notifyAll()
similar(EmfGraphicObj obj)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

EmfBrushObj(IBrush brush)

public EmfBrushObj(IBrush brush)

Parameters:

Parameter Type Description
brush IBrush

EmfBrushObj(System.Drawing.Color aColor)

public EmfBrushObj(System.Drawing.Color aColor)

Parameters:

Parameter Type Description
aColor com.aspose.ms.System.Drawing.Color

EmfBrushObj(System.Drawing.Color aColor, boolean aTransparent)

public EmfBrushObj(System.Drawing.Color aColor, boolean aTransparent)

Parameters:

Parameter Type Description
aColor com.aspose.ms.System.Drawing.Color
aTransparent boolean

EmfBrushObj(int aHandle, System.Drawing.Color aColor, boolean aTransparent)

public EmfBrushObj(int aHandle, System.Drawing.Color aColor, boolean aTransparent)

Parameters:

Parameter Type Description
aHandle int
aColor com.aspose.ms.System.Drawing.Color
aTransparent boolean

EmfBrushObj(EmfBrushObj obj)

public EmfBrushObj(EmfBrushObj obj)

Parameters:

Parameter Type Description
obj EmfBrushObj

EmfBrushObj(int aHandle, EmfBrushObj obj)

public EmfBrushObj(int aHandle, EmfBrushObj obj)

Parameters:

Parameter Type Description
aHandle int
obj EmfBrushObj

Handle

public int Handle

Specifies Handle of the object

Transparent

public boolean Transparent

_Color

public System.Drawing.Color _Color

equals(Object obj)

public boolean equals(Object obj)

Parameters:

Parameter Type Description
obj java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

similar(EmfGraphicObj obj)

public boolean similar(EmfGraphicObj obj)

Checks is checked object similar by parameters besides Handle

Parameters:

Parameter Type Description
obj EmfGraphicObj

Returns: boolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int