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

Method toString

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

Get string for this transform. @return a string with the transform values

()

Source from the content-addressed store, hash-verified

256 * @return a string with the transform values
257 */
258 @Override
259 public String toString() {
260 return "[" + a + " " + b + " " + c + " " + d + " " + e + " "
261 + f + "]";
262 }
263
264 /**
265 * Get an array containing the values of this transform.

Callers 15

endElementMethod · 0.45
setHyphPatNamesMethod · 0.45
resolveFromBaseMethod · 0.45
addSpanAttributeMethod · 0.45
getIDstringMethod · 0.45
resolveURIMethod · 0.45
getStringMethod · 0.45
addLinkMethod · 0.45
drawImageMethod · 0.45
applyColorMethod · 0.45
applyUnknownPaintMethod · 0.45

Calls

no outgoing calls

Tested by 4

maybeReadHexDigitsMethod · 0.36
remainderMethod · 0.36
maybeReadIntegerMethod · 0.36
maybeReadIdentifierMethod · 0.36