MCPcopy Create free account
hub / github.com/apache/xmlgraphics-fop / toArray

Method toArray

fop-core/src/main/java/org/apache/fop/area/CTM.java:270–272  ·  view source on GitHub ↗

Get an array containing the values of this transform. This creates and returns a new transform with the values in it. @return an array containing the transform values

()

Source from the content-addressed store, hash-verified

268 * @return an array containing the transform values
269 */
270 public double[] toArray() {
271 return new double[]{a, b, c, d, e, f};
272 }
273
274 /**
275 * Returns this CTM as an AffineTransform object.

Callers 15

toAffineTransformMethod · 0.95
getPartsMethod · 0.45
readDisabledTestcasesMethod · 0.45
testFOEventHandlerMethod · 0.45
matrixMethod · 0.45
extendMethod · 0.45
domainMethod · 0.45
boundsMethod · 0.45
encodeMethod · 0.45
endElementMethod · 0.45
extractRuleLookupsMethod · 0.45
extractPairsMethod · 0.45

Calls

no outgoing calls

Tested by 15

getPartsMethod · 0.36
readDisabledTestcasesMethod · 0.36
testFOEventHandlerMethod · 0.36
matrixMethod · 0.36
extendMethod · 0.36
domainMethod · 0.36
boundsMethod · 0.36
encodeMethod · 0.36
endElementMethod · 0.36
extractRuleLookupsMethod · 0.36
extractPairsMethod · 0.36
extractPairSetsMethod · 0.36