MCPcopy Create free account

hub / github.com/apache/xmlgraphics-fop / functions

Functions19,842 in github.com/apache/xmlgraphics-fop

↓ 1,709 callersMethodappend
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 callersMethodadd
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 callersMethodwrite
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 callersMethodsize
@return length
fop-core/src/main/java/org/apache/fop/hyphenation/TernaryTree.java:404
↓ 807 callersMethodput
Adds a custom property to this Info dictionary.
fop-core/src/main/java/org/apache/fop/pdf/PDFInfo.java:314
↓ 760 callersMethodgetValue
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 callersMethodprintln
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 callersMethodget
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 callersMethoddebug
Allows a (yet) simple visual debug of the document.
fop-core/src/main/java/org/apache/fop/render/awt/viewer/PreviewPanel.java:238
↓ 527 callersMethodequals
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/pdf/PDFName.java:100
↓ 417 callersMethodlength
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/fo/FOText.java:742
↓ 382 callersMethodgetEnumProperty
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 callersMethodaddEnum
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 callersMethodreadTTFUShort
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 callersMethodgetName
@return the name of the color space
fop-core/src/main/java/org/apache/fop/pdf/PDFColorSpace.java:34
↓ 281 callersMethodaddPropertyMaker
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 callersMethodsetDefault
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 callersMethodget
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 callersMethodnext
@return the next node
fop-core/src/main/java/org/apache/fop/fo/FONode.java:1041
↓ 258 callersMethodput
(EmbedFontInfo efi)
fop-core/src/main/java/org/apache/fop/fonts/FontCache.java:505
↓ 249 callersMethodsetInherited
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 callersMethodget
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 callersMethodcontains
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 callersMethodtoString
{@inheritDoc}
fop-core/src/test/java/org/apache/fop/layoutengine/TrueCheck.java:101
↓ 217 callersMethodaddFontProperties
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 callersMethodgetUserAgent
Returns the associated user agent. @return the user agent
fop-core/src/main/java/org/apache/fop/render/Renderer.java:89
↓ 213 callersMethodequals
(Object obj)
fop-core/src/main/java/org/apache/fop/render/ps/PSImageFormResource.java:65
↓ 211 callersMethodgetLog
Returns the target logger for this instance. @return the target logger
fop-core/src/main/java/org/apache/fop/event/LoggingEventListener.java:77
↓ 209 callersMethodround
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 callersMethodgetName
The name of the option.
fop-core/src/main/java/org/apache/fop/render/RendererConfigOption.java:28
↓ 191 callersMethodgetEnum
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 callersMethoderror
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 callersMethodcharAt
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 callersMethodhasNext
@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 callersMethodparseConfig
(RendererConfBuilder builder)
fop-core/src/test/java/org/apache/fop/apps/AbstractRendererConfiguratorTest.java:59
↓ 177 callersMethodgetHeight
Get the image height in pixels. @return the image height
fop-core/src/main/java/org/apache/fop/pdf/PDFImage.java:63
↓ 174 callersMethodget
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 callersMethodwriteln
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 callersMethodnewInstance
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 callersMethodnewFOUserAgent
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 callersMethodvalueOf
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 callersMethodclear
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 callersMethodcreateColor
(int r, int g, int b)
fop-core/src/main/java/org/apache/fop/util/ColorUtil.java:847
↓ 143 callersMethodgetEventBroadcaster
()
fop-core/src/main/java/org/apache/fop/pdf/PDFFactory.java:1713
↓ 141 callersMethodtoByteArray
(int[] s)
fop-core/src/main/java/org/apache/fop/render/pcl/fonts/PCLByteWriterUtil.java:91
↓ 140 callersMethodgetSize
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 callersMethodgetParent
Get the parent layout manager. @return the parent layout manager.
fop-core/src/main/java/org/apache/fop/layoutmgr/LayoutManager.java:46
↓ 133 callersMethodput
(PDFRendererOption option, Object value)
fop-core/src/main/java/org/apache/fop/render/pdf/PDFRendererConfig.java:140
↓ 132 callersMethodseekSet
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 callersMethodset
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 callersMethodgetChild
(String key)
fop-core/src/main/java/org/apache/fop/configuration/Configuration.java:23
↓ 122 callersMethodmissingRequiredAttribute
(String[] en, String name)
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:3333
↓ 121 callersMethodget
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 callersMethodgetKey
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 callersMethoddoubleOut
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 callersMethodisParent
(Object enx)
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:2562
↓ 117 callersMethodgetWidth
Get the image width in pixels. @return the image width
fop-core/src/main/java/org/apache/fop/pdf/PDFImage.java:56
↓ 116 callersMethodgetAttribute
(String key)
fop-core/src/main/java/org/apache/fop/configuration/Configuration.java:31
↓ 116 callersMethodskip
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 callersMethodget
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 callersMethodgetParent
()
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:2555
↓ 114 callersMethodnotPermittedInElementContext
(String[] en, String[] cn, Object xns)
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:3312
↓ 114 callersMethodwriteControlWord
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 callersMethodgetWidth
()
fop-core/src/main/java/org/apache/fop/render/intermediate/BorderPainter.java:464
↓ 112 callersMethodwriteGroupMark
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 callersMethodgetInstance
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 callersMethodconvert
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 callersMethodgetName
Returns the encoding's name. @return the name of the encoding
fop-core/src/main/java/org/apache/fop/fonts/SingleByteEncoding.java:34
↓ 105 callersMethodaddAll
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 callersMethodformat
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 callersMethodaddAttribute
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 callersMethodencode
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 callersMethodput
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 callersMethodequals
(Object o)
fop-core/src/main/java/org/apache/fop/complexscripts/bidi/InlineRun.java:187
↓ 97 callersMethodgetContext
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 callersMethodgetMessage
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 callersMethodfail
(String msg)
fop-core/src/test/java/org/apache/fop/layoutengine/ElementListCheck.java:222
↓ 94 callersMethodclose
()
fop-core/src/main/java/org/apache/fop/afp/AFPStreamer.java:161
↓ 94 callersMethodcreateRenderer
()
fop-core/src/test/java/org/apache/fop/render/bitmap/TIFFRendererConfigParserTestCase.java:40
↓ 94 callersMethodgetDocument
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 callersMethodgetPosition
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 callersMethodinfo
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 callersMethodremove
Removes the node at the current position.
fop-core/src/main/java/org/apache/fop/fo/FONode.java:1075
↓ 92 callersMethodtransform
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 callersMethodaddAttribute
(AttributesImpl atts, org.apache.xmlgraphics.util.QName attribute, String value)
fop-core/src/main/java/org/apache/fop/render/intermediate/IFSerializer.java:814
↓ 91 callersMethodwriteCommand
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 callersMethodaddTrait
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 callersMethodconvertTTFUnit2PDFUnit
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 callersMethodgetY
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 callersMethodequals
(Object obj)
fop-core/src/main/java/org/apache/fop/fo/properties/EnumLength.java:102
↓ 85 callersMethodinvalidChildError
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 callersMethodgetX
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 callersMethodaddShorthand
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 callersMethodequals
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/fo/flow/Marker.java:416
↓ 82 callersMethodread
(InputStream bis, StringBuilder sb)
fop-core/src/test/java/org/apache/fop/render/afp/AFPParser.java:40
↓ 81 callersMethodput
(Integer key, TraitInfo info)
fop-core/src/main/java/org/apache/fop/area/Trait.java:201
↓ 80 callersMethodcontainsKey
@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 callersMethodgetMessage
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 callersMethodstartElement
(Attributes attributes)
fop-core/src/main/java/org/apache/fop/render/intermediate/IFParser.java:457
↓ 74 callersMethodgetFObj
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