GradientColorPoint

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.IGradientColorPoint

public class GradientColorPoint implements IGradientColorPoint

The Gradient Color Point.

Constructors

ConstructorDescription
GradientColorPoint()Initializes a new instance of the GradientColorPoint class.
GradientColorPoint(Color color, int location, int medianPointLocation)Initializes a new instance of the GradientColorPoint class.

Methods

MethodDescription
create_internalized(GradientColorPointEntity entity)
equals(Object arg0)
getClass()
getColor()Gets or sets the color.
getColorMode()Mode for the color to follow
getLocation()Gets or sets the point location on gradient.
getMedianPointLocation()Gets or sets the median gradient point location.
getRawColor()Gets or sets the color of the raw.
hashCode()
notify()
notifyAll()
setColor(Color value)Gets or sets the color.
setColorMode(short value)Mode for the color to follow
setLocation(int value)Gets or sets the point location on gradient.
setMedianPointLocation(int value)Gets or sets the median gradient point location.
setRawColor(RawColor value)Gets or sets the color of the raw.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GradientColorPoint()

public GradientColorPoint()

Initializes a new instance of the GradientColorPoint class.

GradientColorPoint(Color color, int location, int medianPointLocation)

public GradientColorPoint(Color color, int location, int medianPointLocation)

Initializes a new instance of the GradientColorPoint class.

Parameters:

ParameterTypeDescription
colorColorColor point on gradient.
locationintThe location of the color point on the gradient.
medianPointLocationintThe median gradient point location.

create_internalized(GradientColorPointEntity entity)

public static GradientColorPoint create_internalized(GradientColorPointEntity entity)

Parameters:

ParameterTypeDescription
entitycom.aspose.internal.fileformats.psd.layers.layerresources.lfx2resources.GradientColorPointEntity

Returns: GradientColorPoint

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColor()

public final Color getColor()

Gets or sets the color.

Value: The color.

Returns: Color

getColorMode()

public final short getColorMode()

Mode for the color to follow

Returns: short

getLocation()

public final int getLocation()

Gets or sets the point location on gradient.

Value: The location.

Returns: int

getMedianPointLocation()

public final int getMedianPointLocation()

Gets or sets the median gradient point location.

Value: The median point location.

Returns: int

getRawColor()

public final RawColor getRawColor()

Gets or sets the color of the raw.

Value: The color of the raw.

Returns: RawColor

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColor(Color value)

public final void setColor(Color value)

Gets or sets the color.

Value: The color.

Parameters:

ParameterTypeDescription
valueColor

setColorMode(short value)

public final void setColorMode(short value)

Mode for the color to follow

Parameters:

ParameterTypeDescription
valueshort

setLocation(int value)

public final void setLocation(int value)

Gets or sets the point location on gradient.

Value: The location.

Parameters:

ParameterTypeDescription
valueint

setMedianPointLocation(int value)

public final void setMedianPointLocation(int value)

Gets or sets the median gradient point location.

Value: The median point location.

Parameters:

ParameterTypeDescription
valueint

setRawColor(RawColor value)

public final void setRawColor(RawColor value)

Gets or sets the color of the raw.

Value: The color of the raw.

Parameters:

ParameterTypeDescription
valueRawColor

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int