Uses of Class org.apache.fop.area.CTM

Uses in package org.apache.fop.area

Constructors with parameter type org.apache.fop.area.CTM

CTM.CTM(CTM ctm)
Initialize a CTM with the values of another CTM.

Methods with parameter type org.apache.fop.area.CTM

CTM
CTM.multiply(CTM premult)
Multiply new passed CTM with this one and generate a new result CTM.
void
Set the transform of this viewport.
void
Set the Coordinate Transformation Matrix which transforms content coordinates in this region reference area which are specified in terms of "start" and "before" into coordinates in a system which is positioned in "absolute" directions (with origin at lower left of the region reference area.

Methods with return type org.apache.fop.area.CTM

CTM
Get the transform of this block viewport.
CTM
Get the current transform of this region.
CTM
CTM.getCTMandRelDims(int absRefOrient, int writingMode, Rectangle2D absVPrect, FODimension reldims)
Construct a coordinate transformation matrix (CTM).
CTM
CTM.getWMctm(int wm, int ipd, int bpd)
Return a CTM which will transform coordinates for a particular writing-mode into normalized first quandrant coordinates.
CTM
CTM.multiply(CTM premult)
Multiply new passed CTM with this one and generate a new result CTM.
CTM
CTM.rotate(double angle)
Rotate this CTM by "angle" radians and return a new result CTM.
CTM
CTM.scale(double x, double y)
Scale this CTM by the passed x and y values and return a new result CTM.
CTM
CTM.translate(double x, double y)
Translate this CTM by the passed x and y values and return a new result CTM.

Uses in package org.apache.fop.render.xml

Methods with parameter type org.apache.fop.area.CTM

void
XMLRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)

Uses in package org.apache.fop.render.txt

Methods with parameter type org.apache.fop.area.CTM

void
Push the current coordinate transformation matrix onto the stack and reevaluate resultCTM.
CTM
Modifies coordinate transformation matrix in such a way, so x-shift and y-shift will be transformed in text positions.
void
TXTRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)
Point
TXTState.transformPoint(Point p, CTM ctm)
Transforms point using ctm.

Methods with return type org.apache.fop.area.CTM

CTM
CTM
Modifies coordinate transformation matrix in such a way, so x-shift and y-shift will be transformed in text positions.

Uses in package org.apache.fop.render.ps

Methods with parameter type org.apache.fop.area.CTM

void
PSRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)

Uses in package org.apache.fop.render.pcl

Methods with parameter type org.apache.fop.area.CTM

void
PCLRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)

Uses in package org.apache.fop.render

Methods with parameter type org.apache.fop.area.CTM

void
AbstractRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)
Establishes a new viewport area.

Uses in package org.apache.fop.render.java2d

Methods with parameter type org.apache.fop.area.CTM

void
Java2DRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)

Uses in package org.apache.fop.render.afp

Methods with parameter type org.apache.fop.area.CTM

void
AFPRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)

Uses in package org.apache.fop.render.pdf

Methods with parameter type org.apache.fop.area.CTM

void
PDFRenderer.startVParea(CTM ctm, Rectangle2D clippingRect)
double[]
CTMHelper.toPDFArray(CTM sourceMatrix)
Creates an array of six doubles from the source CTM.
CTM
CTMHelper.toPDFCTM(CTM sourceMatrix)
Creates a new CTM based in the sourceMatrix.
String
CTMHelper.toPDFString(CTM sourceMatrix)
Converts the sourceMatrix to a string for use in the PDFRenderer cm operations.

Methods with return type org.apache.fop.area.CTM

CTM
CTMHelper.toPDFCTM(CTM sourceMatrix)
Creates a new CTM based in the sourceMatrix.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.