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
| Constructor | Description |
|---|---|
| GradientTransparencyPoint() | Initializes a new instance of the GradientTransparencyPoint class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| entity | com.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:
| Parameter | Type | Description |
|---|---|---|
| opacity | double | |
| location | int | |
| medianPointLocation | int |
Returns: GradientTransparencyPoint
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setMedianPointLocation(int value)
public final void setMedianPointLocation(int value)
Gets or sets the median point location.
Value: The median point location.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setOpacity(double value)
public final void setOpacity(double value)
Gets or sets the color.
Value: The color.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final 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 |