EmfPlusPathPointType
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusBasePointType
public final class EmfPlusPathPointType extends EmfPlusBasePointType
The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
Constructors
Constructor | Description |
---|---|
EmfPlusPathPointType() |
Methods
Method | Description |
---|---|
getData() | Gets or sets the data. |
setData(int value) | Gets or sets the data. |
getType() | Gets or sets 4-bit unsigned integer path point type. |
setType(int value) | Gets or sets 4-bit unsigned integer path point type. |
getFlags() | Gets or sets 4-bit flag field that specifies properties of the path point. |
setFlags(int value) | Gets or sets 4-bit flag field that specifies properties of the path point. |
EmfPlusPathPointType()
public EmfPlusPathPointType()
getData()
public int getData()
Gets or sets the data.
Value: The data.
Returns: int
setData(int value)
public void setData(int value)
Gets or sets the data.
Value: The data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getType()
public int getType()
Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23).
Returns: int
setType(int value)
public void setType(int value)
Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getFlags()
public int getFlags()
Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6).
Returns: int
setFlags(int value)
public void setFlags(int value)
Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |