Package | Description |
---|---|
com.aspose.imaging.fileformats.core.vectorpaths |
The namespace contains Imaging Vector Paths.
|
com.aspose.imaging.fileformats.tiff.pathresources |
The namespace handles Tiff file format processing.
|
Modifier and Type | Class and Description |
---|---|
class |
BezierKnotRecord
Bezier Knot Record Class
|
class |
ClipboardRecord
Clipboard Record Class
|
class |
InitialFillRuleRecord
Initial Fill Rule Record Class
|
class |
LengthRecord
Subpath Length Record Class
|
class |
PathFillRuleRecord
Path Fill Rule Record Class
|
Modifier and Type | Method and Description |
---|---|
VectorPathRecord[] |
IVectorPathData.getPaths()
Gets the path records.
|
VectorPathRecord |
VectorPathRecordFactory.producePathRecord(byte[] data)
Produces the path record.
|
Modifier and Type | Method and Description |
---|---|
void |
IVectorPathData.setPaths(VectorPathRecord[] paths)
Sets the path records.
|
Modifier and Type | Method and Description |
---|---|
List<VectorPathRecord> |
PathResource.getRecords()
Gets the records.
|
Modifier and Type | Method and Description |
---|---|
void |
PathResource.setRecords(List<VectorPathRecord> value)
Sets the records.
|