Package | Description |
---|---|
com.aspose.imaging.fileformats.psd.layers.layerresources |
The package contains PSD file format entities contained in layers.
|
com.aspose.imaging.fileformats.psd.layers.layerresources.vectorpaths |
The namespace contains PSD Vector Paths.
|
Modifier and Type | Method and Description |
---|---|
VectorPathRecord[] |
VectorPathDataResource.getPaths()
Gets the paths.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorPathDataResource.setPaths(VectorPathRecord[] value)
Sets the paths.
|
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
Closed Subpath Length Record Class
|
class |
PathFillRuleRecord
Path Fill Rule Record Class
|
Modifier and Type | Method and Description |
---|---|
VectorPathRecord |
VectorPathRecordFactory.producePathRecord(byte[] data)
Produces the path record.
|