GradientTransparencyPoint

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.fillsettings.IGradientTransparencyPoint

public class GradientTransparencyPoint implements IGradientTransparencyPoint

Gradient Transparency Point

Constructors

ConstructorDescription
GradientTransparencyPoint()Initializes a new instance of the GradientTransparencyPoint class.

Methods

MethodDescription
create_internalized(GradientTransparencyPointEntity entity)
create_internalized(double opacity, int location, int medianPointLocation)
equals(Object arg0)
getClass()
getLocation()Gets or sets the location.
getMedianPointLocation()Gets or sets the median point location.
getOpacity()Gets or sets the color.
hashCode()
notify()
notifyAll()
setLocation(int value)Gets or sets the location.
setMedianPointLocation(int value)Gets or sets the median point location.
setOpacity(double value)Gets or sets the color.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GradientTransparencyPoint()

public GradientTransparencyPoint()

Initializes a new instance of the GradientTransparencyPoint class.

create_internalized(GradientTransparencyPointEntity entity)

public static GradientTransparencyPoint create_internalized(GradientTransparencyPointEntity entity)

Parameters:

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

Returns: GradientTransparencyPoint

create_internalized(double opacity, int location, int medianPointLocation)

public static GradientTransparencyPoint create_internalized(double opacity, int location, int medianPointLocation)

Parameters:

ParameterTypeDescription
opacitydouble
locationint
medianPointLocationint

Returns: GradientTransparencyPoint

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

getLocation()

public final int getLocation()

Gets or sets the location.

Value: The location.

Returns: int

getMedianPointLocation()

public final int getMedianPointLocation()

Gets or sets the median point location.

Value: The median point location.

Returns: int

getOpacity()

public final double getOpacity()

Gets or sets the color.

Value: The color.

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setLocation(int value)

public final void setLocation(int value)

Gets or sets the location.

Value: The location.

Parameters:

ParameterTypeDescription
valueint

setMedianPointLocation(int value)

public final void setMedianPointLocation(int value)

Gets or sets the median point location.

Value: The median point location.

Parameters:

ParameterTypeDescription
valueint

setOpacity(double value)

public final void setOpacity(double value)

Gets or sets the color.

Value: The color.

Parameters:

ParameterTypeDescription
valuedouble

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