Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/xmlgraphics-fop
/ functions
Functions
19,842 in github.com/apache/xmlgraphics-fop
⨍
Functions
19,842
◇
Types & classes
2,941
↓ 1,709 callers
Method
append
Append interval using characters from character iterator IT. @param it character iterator @param fn node that generates interval being appended
fop-core/src/main/java/org/apache/fop/complexscripts/bidi/DelimitedTextRange.java:71
↓ 1,579 callers
Method
add
Add the given <code>newNode</code> at the current position. @param newNode the new node
fop-core/src/main/java/org/apache/fop/fo/FONode.java:1058
↓ 863 callers
Method
write
Convenience method for writing data to the stream cache. @param data byte array to write @throws IOException if there is an IO error
fop-core/src/main/java/org/apache/fop/pdf/StreamCache.java:47
↓ 827 callers
Method
size
@return length
fop-core/src/main/java/org/apache/fop/hyphenation/TernaryTree.java:404
↓ 807 callers
Method
put
Adds a custom property to this Info dictionary.
fop-core/src/main/java/org/apache/fop/pdf/PDFInfo.java:314
↓ 760 callers
Method
getValue
Returns the length in 1/1000ths of a point (millipoints) @return the length in millipoints
fop-core/src/main/java/org/apache/fop/datatypes/Length.java:30
↓ 671 callers
Method
println
Write the given string to the buffer using the given encoding. A newline is added after the given string @param string the given string @throws IOExce
fop-core/src/main/java/org/apache/fop/render/ps/DataOutput.java:93
↓ 578 callers
Method
get
Gets an entry at a given location. @param index the index of the value to set @return the requested value
fop-core/src/main/java/org/apache/fop/pdf/PDFArray.java:166
↓ 549 callers
Method
debug
Allows a (yet) simple visual debug of the document.
fop-core/src/main/java/org/apache/fop/render/awt/viewer/PreviewPanel.java:238
↓ 527 callers
Method
equals
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/pdf/PDFName.java:100
↓ 417 callers
Method
length
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/fo/FOText.java:742
↓ 382 callers
Method
getEnumProperty
Return a (possibly cached) enum property based in the enum value. @param enumValue A enum value from Constants.java. @param text the text value by whi
fop-core/src/main/java/org/apache/fop/fo/FOPropertyMapping.java:281
↓ 377 callers
Method
addEnum
Add a enum constant. @param constant the enum constant @param value the Property value to use when the constant is specified
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:131
↓ 352 callers
Method
readTTFUShort
Read 2 bytes unsigned. @return One unsigned short @throws IOException If EOF is reached
fop-core/src/main/java/org/apache/fop/fonts/truetype/FontFileReader.java:152
↓ 292 callers
Method
getName
@return the name of the color space
fop-core/src/main/java/org/apache/fop/pdf/PDFColorSpace.java:34
↓ 281 callers
Method
addPropertyMaker
Add a property maker to the generics array. Also creates the name <-> id mapping in propNames and propIds. @param name the name of the property make
fop-core/src/main/java/org/apache/fop/fo/FOPropertyMapping.java:259
↓ 276 callers
Method
setDefault
Set the default value for this maker. @param defaultValue the default value.
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:186
↓ 263 callers
Method
get
Returns an event producer. @param broadcaster the event broadcaster to use @return the event producer
fop-core/src/main/java/org/apache/fop/fo/flow/table/TableEventProducer.java:45
↓ 260 callers
Method
next
@return the next node
fop-core/src/main/java/org/apache/fop/fo/FONode.java:1041
↓ 258 callers
Method
put
(EmbedFontInfo efi)
fop-core/src/main/java/org/apache/fop/fonts/FontCache.java:505
↓ 249 callers
Method
setInherited
Set the inherited flag. @param inherited true if this is an inherited property
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:110
↓ 246 callers
Method
get
Returns an event producer. @param broadcaster the event broadcaster to use @return the event producer
fop-core/src/main/java/org/apache/fop/fonts/FontEventProducer.java:42
↓ 233 callers
Method
contains
Indicates whether the given object exists in the array. @param obj the object to look for @return true if obj is contained
fop-core/src/main/java/org/apache/fop/pdf/PDFArray.java:131
↓ 224 callers
Method
toString
{@inheritDoc}
fop-core/src/test/java/org/apache/fop/layoutengine/TrueCheck.java:101
↓ 217 callers
Method
addFontProperties
Adds a new font triplet. @param name internal key @param family font family name @param style font style (normal, italic, oblique...) @param weight fo
fop-core/src/main/java/org/apache/fop/fonts/FontInfo.java:104
↓ 215 callers
Method
getUserAgent
Returns the associated user agent. @return the user agent
fop-core/src/main/java/org/apache/fop/render/Renderer.java:89
↓ 213 callers
Method
equals
(Object obj)
fop-core/src/main/java/org/apache/fop/render/ps/PSImageFormResource.java:65
↓ 211 callers
Method
getLog
Returns the target logger for this instance. @return the target logger
fop-core/src/main/java/org/apache/fop/event/LoggingEventListener.java:77
↓ 209 callers
Method
round
Returns nearest integer to <code>x</code>, divisible by <code>quantum</code>. @param x integer for quantization @param quantum integer, representing
fop-core/src/main/java/org/apache/fop/render/txt/Helper.java:40
↓ 199 callers
Method
getName
The name of the option.
fop-core/src/main/java/org/apache/fop/render/RendererConfigOption.java:28
↓ 191 callers
Method
getEnum
Return the enum value that is stored in this numeric. @return the enum value
fop-core/src/main/java/org/apache/fop/datatypes/Numeric.java:90
↓ 189 callers
Method
error
Error during SVG processing. Either message or e must be set. @param source the event source @param message the error message (or null) @param e the e
fop-core/src/main/java/org/apache/fop/svg/SVGEventProducer.java:55
↓ 185 callers
Method
charAt
Obtain character at specified index within this fragment's sub-sequence, where index 0 corresponds to beginning index in overal text source, and subSe
fop-core/src/main/java/org/apache/fop/fonts/TextFragment.java:68
↓ 178 callers
Method
hasNext
@return <code>true</code> if there is a next node, <code>false</code> otherwise
fop-core/src/main/java/org/apache/fop/fo/FONode.java:1061
↓ 178 callers
Method
parseConfig
(RendererConfBuilder builder)
fop-core/src/test/java/org/apache/fop/apps/AbstractRendererConfiguratorTest.java:59
↓ 177 callers
Method
getHeight
Get the image height in pixels. @return the image height
fop-core/src/main/java/org/apache/fop/pdf/PDFImage.java:63
↓ 174 callers
Method
get
Return the property on the current FlowObject. Depending on the passed flags, this will try to compute it based on other properties, or if it is inher
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:295
↓ 170 callers
Method
writeln
Writes the given string to the output, followed by a newline. @param cmd a string
fop-core/src/main/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java:72
↓ 167 callers
Method
newInstance
FOP has the ability, for some FO's, to continue processing even if the input XSL violates that FO's content model. This is the default behavior for F
fop-core/src/main/java/org/apache/fop/apps/FopFactory.java:135
↓ 160 callers
Method
newFOUserAgent
Returns a new FOUserAgent instance. Use the FOUserAgent to configure special values that are particular to a rendering run. Don't reuse instances over
fop-core/src/main/java/org/apache/fop/apps/FopFactory.java:207
↓ 160 callers
Method
valueOf
Returns the enumeration/singleton object based on its name. @param name the name of the enumeration value @return the enumeration object
fop-core/src/main/java/org/apache/fop/traits/RuleStyle.java:66
↓ 155 callers
Method
clear
Clears and resets the cache. @throws IOException if there is an IO error
fop-core/src/main/java/org/apache/fop/pdf/StreamCache.java:71
↓ 148 callers
Method
createColor
(int r, int g, int b)
fop-core/src/main/java/org/apache/fop/util/ColorUtil.java:847
↓ 143 callers
Method
getEventBroadcaster
()
fop-core/src/main/java/org/apache/fop/pdf/PDFFactory.java:1713
↓ 141 callers
Method
toByteArray
(int[] s)
fop-core/src/main/java/org/apache/fop/render/pcl/fonts/PCLByteWriterUtil.java:91
↓ 140 callers
Method
getSize
Returns the current size of the stream. @return the size of the cache @throws IOException if there is an IO error
fop-core/src/main/java/org/apache/fop/pdf/StreamCache.java:64
↓ 133 callers
Method
getParent
Get the parent layout manager. @return the parent layout manager.
fop-core/src/main/java/org/apache/fop/layoutmgr/LayoutManager.java:46
↓ 133 callers
Method
put
(PDFRendererOption option, Object value)
fop-core/src/main/java/org/apache/fop/render/pdf/PDFRendererConfig.java:140
↓ 132 callers
Method
seekSet
Set current file position to offset @param offset The new offset to set @throws IOException In case of an I/O problem
fop-core/src/main/java/org/apache/fop/fonts/truetype/FontFileReader.java:57
↓ 131 callers
Method
set
Replace the node at the current index with the given <code>newNode</code>. @param newNode the new node
fop-core/src/main/java/org/apache/fop/fo/FONode.java:1051
↓ 124 callers
Method
getChild
(String key)
fop-core/src/main/java/org/apache/fop/configuration/Configuration.java:23
↓ 122 callers
Method
missingRequiredAttribute
(String[] en, String name)
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:3333
↓ 121 callers
Method
get
Returns an event producer. @param broadcaster the event broadcaster to use @return the event producer
fop-core/src/main/java/org/apache/fop/render/ps/PSEventProducer.java:41
↓ 119 callers
Method
getKey
Key to look up XObject. This should be a unique key to refer to the image. @return the key for this image
fop-core/src/main/java/org/apache/fop/pdf/PDFImage.java:39
↓ 118 callers
Method
doubleOut
Output a Double value to a string suitable for PDF. @param doubleDown the Double value @return the value as a string
fop-core/src/main/java/org/apache/fop/pdf/PDFNumber.java:62
↓ 118 callers
Method
isParent
(Object enx)
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:2562
↓ 117 callers
Method
getWidth
Get the image width in pixels. @return the image width
fop-core/src/main/java/org/apache/fop/pdf/PDFImage.java:56
↓ 116 callers
Method
getAttribute
(String key)
fop-core/src/main/java/org/apache/fop/configuration/Configuration.java:31
↓ 116 callers
Method
skip
Skip a given number of bytes. @param add The number of bytes to advance @throws IOException In case of an I/O problem
fop-core/src/main/java/org/apache/fop/fonts/truetype/FontFileReader.java:71
↓ 114 callers
Method
get
Return the inline area for this leader. @param context the layout context @return the inline area
fop-core/src/main/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java:88
↓ 114 callers
Method
getParent
()
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:2555
↓ 114 callers
Method
notPermittedInElementContext
(String[] en, String[] cn, Object xns)
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:3312
↓ 114 callers
Method
writeControlWord
Write an RTF control word to our Writer @param word RTF control word to write @throws IOException for I/O problems
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfElement.java:107
↓ 113 callers
Method
getWidth
()
fop-core/src/main/java/org/apache/fop/render/intermediate/BorderPainter.java:464
↓ 112 callers
Method
writeGroupMark
Write a start or end group mark @param isStart set to true if this is a start mark @throws IOException for I/O problems
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfElement.java:174
↓ 111 callers
Method
getInstance
Returns an instance of <code>MinOptMax</code> with the given values. @param min the minimum value @param opt the optimum value @param max the maximum
fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java:56
↓ 109 callers
Method
convert
Convert an int into the corresponding byte array by encoding each two hexadecimal digits as a char. This will return a byte array to the length specif
fop-core/src/main/java/org/apache/fop/afp/util/BinaryUtils.java:41
↓ 107 callers
Method
getName
Returns the encoding's name. @return the name of the encoding
fop-core/src/main/java/org/apache/fop/fonts/SingleByteEncoding.java:34
↓ 105 callers
Method
addAll
Adds a number of fonts to the cache. @param fontMap the font map
fop-core/src/main/java/org/apache/fop/render/ps/FontResourceCache.java:90
↓ 104 callers
Method
format
Format number with special numeral system. @param number to be formatted @param one unicode scalar value denoting numeric value 1 @param letterValue l
fop-core/src/main/java/org/apache/fop/complexscripts/util/NumberConverter.java:680
↓ 101 callers
Method
addAttribute
Adds a new attribute to the protected member variable "atts". @param name name of the attribute @param value value of the attribute
fop-core/src/main/java/org/apache/fop/render/xml/AbstractXMLRenderer.java:164
↓ 101 callers
Method
encode
Converts text to a byte array for writing to a PDF file. @param text text to convert/encode @return byte[] the resulting byte array
fop-core/src/main/java/org/apache/fop/pdf/PDFObject.java:263
↓ 98 callers
Method
put
Puts an action into the set and returns the normalized instance (another one if the given one is equal to another. @param action the action @return th
fop-core/src/main/java/org/apache/fop/render/intermediate/extensions/ActionSet.java:63
↓ 97 callers
Method
equals
(Object o)
fop-core/src/main/java/org/apache/fop/complexscripts/bidi/InlineRun.java:187
↓ 97 callers
Method
getContext
Returns the associated intermediate format context object. @return the context object
fop-core/src/main/java/org/apache/fop/render/intermediate/IFDocumentHandler.java:84
↓ 97 callers
Method
getMessage
Returns the detail message string of this FOP exception. If a location was set, the message is prepended with it in the form <pre> SystemId:LL:CC: &a
fop-core/src/main/java/org/apache/fop/apps/FOPException.java:135
↓ 96 callers
Method
fail
(String msg)
fop-core/src/test/java/org/apache/fop/layoutengine/ElementListCheck.java:222
↓ 94 callers
Method
close
()
fop-core/src/main/java/org/apache/fop/afp/AFPStreamer.java:161
↓ 94 callers
Method
createRenderer
()
fop-core/src/test/java/org/apache/fop/render/bitmap/TIFFRendererConfigParserTestCase.java:40
↓ 94 callers
Method
getDocument
Returns the parent PDFDocument associated with this factory. @return PDFDocument the parent PDFDocument
fop-core/src/main/java/org/apache/fop/pdf/PDFFactory.java:102
↓ 94 callers
Method
getPosition
Overridden by NonLeafPosition to return the Position of its child LM. @return a position or null
fop-core/src/main/java/org/apache/fop/layoutmgr/Position.java:67
↓ 92 callers
Method
info
Info during SVG processing. @param source the event source @param message the error message @event.severity INFO
fop-core/src/main/java/org/apache/fop/svg/SVGEventProducer.java:71
↓ 92 callers
Method
remove
Removes the node at the current position.
fop-core/src/main/java/org/apache/fop/fo/FONode.java:1075
↓ 92 callers
Method
transform
Transform a rectangle by the CTM to produce a rectangle in the transformed coordinate system. @param inRect The rectangle in the original coordinate s
fop-core/src/main/java/org/apache/fop/area/CTM.java:230
↓ 91 callers
Method
addAttribute
(AttributesImpl atts, org.apache.xmlgraphics.util.QName attribute, String value)
fop-core/src/main/java/org/apache/fop/render/intermediate/IFSerializer.java:814
↓ 91 callers
Method
writeCommand
Writes a PCL escape command to the output stream. @param cmd the command (without the ESCAPE character) @throws IOException In case of an I/O error
fop-core/src/main/java/org/apache/fop/render/pcl/PCLGenerator.java:156
↓ 90 callers
Method
addTrait
Add a trait to this area. @param traitCode the trait key @param prop the value of the trait
fop-core/src/main/java/org/apache/fop/area/Area.java:435
↓ 88 callers
Method
convertTTFUnit2PDFUnit
Convert from truetype unit to pdf unit based on the unitsPerEm field in the "head" table @param n truetype unit @return pdf unit
fop-core/src/main/java/org/apache/fop/fonts/truetype/OpenFont.java:375
↓ 87 callers
Method
getY
Returns the current y position coordinate @return the current y position coordinate
fop-core/src/main/java/org/apache/fop/render/afp/AFPInfo.java:167
↓ 85 callers
Method
equals
(Object obj)
fop-core/src/main/java/org/apache/fop/fo/properties/EnumLength.java:102
↓ 85 callers
Method
invalidChildError
Helper function to return "invalid child" exceptions (e.g., <code>fo:block</code> appearing immediately under <code>fo:root</code>) @param loc org.xm
fop-core/src/main/java/org/apache/fop/fo/FONode.java:555
↓ 84 callers
Method
getX
Returns the current x position coordinate @return the current x position coordinate
fop-core/src/main/java/org/apache/fop/render/afp/AFPInfo.java:158
↓ 83 callers
Method
addShorthand
Add a shorthand to this maker. Only an Integer is added to the shorthands list. Later the Integers are replaced with references to the actual shorthan
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:162
↓ 82 callers
Method
equals
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java:416
↓ 82 callers
Method
read
(InputStream bis, StringBuilder sb)
fop-core/src/test/java/org/apache/fop/render/afp/AFPParser.java:40
↓ 81 callers
Method
put
(Integer key, TraitInfo info)
fop-core/src/main/java/org/apache/fop/area/Trait.java:201
↓ 80 callers
Method
containsKey
@see java.util.Map#containsKey(Object) @param name The key to find in the map. @return true if the map contains this key.
fop-core/src/main/java/org/apache/fop/pdf/PDFDictionary.java:175
↓ 79 callers
Method
getMessage
Return the detail message, including the message from the nested exception if there is one. @return The detail message.
fop-core/src/main/java/org/apache/fop/render/afp/exceptions/NestedRuntimeException.java:72
↓ 76 callers
Method
startElement
(Attributes attributes)
fop-core/src/main/java/org/apache/fop/render/intermediate/IFParser.java:457
↓ 74 callers
Method
getFObj
Returns the fo this layout manager is associated with. @return The fo for this layout manager or null.
fop-core/src/main/java/org/apache/fop/layoutmgr/LayoutManager.java:233
next →
1–100 of 19,842, ranked by callers