|
iText 8.0.2 API
|
This class is used to store and process multiple transform css property before drawing. More...
Classes |
|
| class | SingleTransform |
This class is used to store one transform function. More... |
|
Public Member Functions |
|
| Transform (int length) | |
| Creates a new Transform instance. More... |
|
| virtual void | AddSingleTransform (Transform.SingleTransform singleTransform) |
| Adds a SingleTransform in a list of single transforms to process later. More... |
|
Static Public Member Functions |
|
| static AffineTransform | GetAffineTransform (iText.Layout.Properties.Transform t, float width, float height) |
| Converts the Transform instance, i.e. the list of SingleTransform instances, to the equivalent iText.Kernel.Geom.AffineTransform instance relatively to the available area, including resolving of percent values to point values. More... |
|
This class is used to store and process multiple transform css property before drawing.
|
inline |
Creates a new Transform instance.
| length | the amount of SingleTransform instances that this Transform instant shall contain and be able to process |
|
inlinevirtual |
Adds a SingleTransform in a list of single transforms to process later.
| singleTransform | a SingleTransform instance |
|
inlinestatic |
Converts the Transform instance, i.e. the list of SingleTransform instances, to the equivalent iText.Kernel.Geom.AffineTransform instance relatively to the available area, including resolving of percent values to point values.
| t | a Transform instance to convert |
| width | the width of available area, the point value of which is equivalent to 100% for percentage resolving |
| height | the height of available area, the point value of which is equivalent to 100% for percentage resolving |