MCPcopy Create free account

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

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

↓ 74 callersMethodgetTrait
Get a trait from this area. @param traitCode the trait key @return the trait value
fop-core/src/main/java/org/apache/fop/area/Area.java:476
↓ 73 callersMethodgetInstance
Construct an enumeration property. @param explicitValue the value @param text the text @return an enumeration property
fop-core/src/main/java/org/apache/fop/fo/properties/EnumProperty.java:96
↓ 73 callersMethodgetOpt
Returns the optimum value of this <code>MinOptMax</code>. @return the optimum value of this <code>MinOptMax</code>.
fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java:103
↓ 72 callersMethodcreateBuilder
()
fop-core/src/test/java/org/apache/fop/render/bitmap/TIFFRendererConfiguratorTestCase.java:49
↓ 72 callersMethodendElement
()
fop-core/src/main/java/org/apache/fop/render/intermediate/IFParser.java:458
↓ 72 callersMethodsetResult
Sets the JAXP Result object to receive the generated content. @param result the JAXP Result object to receive the generated content @throws IFExceptio
fop-core/src/main/java/org/apache/fop/render/intermediate/IFDocumentHandler.java:91
↓ 71 callersMethodgetUserAgent
@return user agent
fop-core/src/main/java/org/apache/fop/fo/GraphicsProperties.java:86
↓ 71 callersMethodnewInstance
Creates and returns a new FO document parser. The given factory will be used to customize the handler that will receive FO events, using the {@link FO
fop-core/src/test/java/org/apache/fop/fo/FODocumentParser.java:91
↓ 71 callersMethodprint
Write the given string to the buffer using the given encoding. @param string the given string @throws IOException If an error occurs during writing th
fop-core/src/main/java/org/apache/fop/render/ps/DataOutput.java:83
↓ 70 callersMethodmax
Return the larger of the two Numerics. @param op1 The first operand. @param op2 The second operand. @return a Numeric which is the maximum of the two
fop-core/src/main/java/org/apache/fop/fo/expr/NumericOp.java:266
↓ 69 callersMethodeq
(Object p, Object q)
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyCache.java:191
↓ 68 callersMethodaddOperatorMatch
(String operator, String expectedLine)
fop-core/src/test/java/org/apache/fop/svg/OperatorValidator.java:95
↓ 68 callersMethodgetString
This method expects to be overridden by subclasses. @return String property value
fop-core/src/main/java/org/apache/fop/fo/properties/Property.java:190
↓ 68 callersMethodnewText
Close current text element, if any, and start a new one @param str if not null, added to the RtfText created @param attr attributes for text @return n
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTextContainer.java:47
↓ 68 callersMethoduseGeneric
Copy all the values from the generic maker to this maker. @param generic a generic property maker.
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:89
↓ 66 callersMethodisEmpty
@return true if there's no content that could be handled.
fop-core/src/main/java/org/apache/fop/layoutmgr/AbstractBreaker.java:311
↓ 65 callersMethodgetFOEventHandler
This method overrides the FONode version. The FONode version calls the method by the same name for the parent object. Since Root is at the top of the
fop-core/src/main/java/org/apache/fop/fo/pagination/Root.java:205
↓ 65 callersMethodisEmpty
Indicates whether any FOs have been added to the body region @return whether any FOs have been added to the body region
fop-core/src/main/java/org/apache/fop/area/Page.java:248
↓ 64 callersMethodaddMetrics
Adds font metrics for a specific font. @param internalFontKey internal key @param metrics metrics to register
fop-core/src/main/java/org/apache/fop/fonts/FontInfo.java:176
↓ 64 callersMethodgetIPD
Get the inline progression dimension of the content rectangle for this area. @return the inline progression dimension @see <a href="http://www.w3.org
fop-core/src/main/java/org/apache/fop/area/Area.java:203
↓ 64 callersMethodgetNameId
Returns the {@link Constants} class integer value of this node @return the integer enumeration of this FO (e.g. {@link Constants#FO_ROOT}) if a
fop-core/src/main/java/org/apache/fop/fo/FONode.java:858
↓ 64 callersMethodgetProfile
@return the PDF profile currently active.
fop-core/src/main/java/org/apache/fop/pdf/PDFDocument.java:270
↓ 64 callersMethodnewParagraph
Close current paragraph, if any, and start a new one with default attributes. @throws IOException for I/O problems. @return new paragraph object
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphContainer.java:44
↓ 64 callersMethodpush
Adds the current change bar to the active change bar list.
fop-core/src/main/java/org/apache/fop/fo/flow/ChangeBar.java:131
↓ 64 callersMethodregisterObject
Registers a {@link PDFObject} in this PDF document. The object is assigned a new object number. @param obj {@link PDFObject} to add @return the added
fop-core/src/main/java/org/apache/fop/pdf/PDFDocument.java:432
↓ 63 callersMethodequals
(Object o)
fop-core/src/main/java/org/apache/fop/fonts/truetype/OFTableName.java:154
↓ 63 callersMethodprintStackTrace
Prints this FOP exception and its backtrace to the standard error stream.
fop-core/src/main/java/org/apache/fop/apps/FOPException.java:166
↓ 63 callersMethodsplit
Split this inline run into homogenous runs. @return list of new runs
fop-core/src/main/java/org/apache/fop/complexscripts/bidi/InlineRun.java:123
↓ 62 callersMethodcopySF
Copies the template structured field data array to the given byte array @param data the structured field data byte array @param type the type code @p
fop-core/src/main/java/org/apache/fop/afp/modca/AbstractAFPObject.java:68
↓ 61 callersMethodaddAttribute
Adds an attribute to a given {@link AttributesImpl} instance. @param atts the attributes collection @param attribute the attribute to add @param value
fop-core/src/main/java/org/apache/fop/util/XMLUtil.java:159
↓ 61 callersMethodgetRadiusStart
()
fop-core/src/main/java/org/apache/fop/render/intermediate/BorderPainter.java:468
↓ 60 callersMethodgetColorSpace
Get the color space for this image. Possible results are: DeviceGray, DeviceRGB, or DeviceCMYK @return the color space
fop-core/src/main/java/org/apache/fop/pdf/PDFImage.java:71
↓ 59 callersMethodgetChildren
(String key)
fop-core/src/main/java/org/apache/fop/configuration/Configuration.java:27
↓ 59 callersMethoditerator
()
fop-core/src/main/java/org/apache/fop/util/CharUtilities.java:465
↓ 59 callersMethodsetIPD
Set the inline progression dimension of content rectangle for this area. @param ipd the new inline progression dimension @see <a href="http://www.w3.
fop-core/src/main/java/org/apache/fop/area/Area.java:192
↓ 59 callersMethodsetLength
(int length)
fop-core/src/test/java/org/apache/fop/pdf/PDFEncryptionJCETestCase.java:208
↓ 59 callersMethodwriteToStream
DataStream objects must implement the writeToStream() method to write its data to the given OutputStream @param os the outputsteam stream @throws jav
fop-core/src/main/java/org/apache/fop/afp/Streamable.java:37
↓ 58 callersMethodstartElement
(Attributes attributes)
fop-core/src/main/java/org/apache/fop/area/AreaTreeParser.java:371
↓ 57 callersMethodsetPercentBase
Set the percent base identifier for this maker. @param percentBase the percent base (ex. LengthBase.FONTSIZE)
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:205
↓ 57 callersMethodtoString
()
fop-core/src/main/java/org/apache/fop/pdf/Version.java:70
↓ 56 callersMethodadd
Adds a new value to the array. @param obj the value
fop-core/src/main/java/org/apache/fop/pdf/PDFArray.java:174
↓ 56 callersMethodgetDefaultHandler
Returns the DefaultHandler object that will receive the SAX stream containing the FO document to be rendered. @return the SAX DefaultHandler for handl
fop-core/src/main/java/org/apache/fop/apps/Fop.java:113
↓ 55 callersMethodequals
(Object o)
fop-core/src/main/java/org/apache/fop/fo/FOText.java:860
↓ 55 callersMethodgetColor
()
fop-core/src/main/java/org/apache/fop/render/intermediate/BorderPainter.java:460
↓ 55 callersMethodgetFactory
Returns the factory for PDF objects. @return the {@link PDFFactory} object
fop-core/src/main/java/org/apache/fop/pdf/PDFDocument.java:279
↓ 55 callersMethodpop
Removes the starting counterpart of the current change bar from the active change bar list.
fop-core/src/main/java/org/apache/fop/fo/flow/ChangeBar.java:138
↓ 55 callersMethodput
Puts a new name/value pair. @param name the name @param value the value
fop-core/src/main/java/org/apache/fop/pdf/PDFDictionary.java:68
↓ 55 callersMethodstartDocument
Indicates the start of a document. This method may only be called once before any other event method. @throws IFException if an error occurs while han
fop-core/src/main/java/org/apache/fop/render/intermediate/IFDocumentHandler.java:146
↓ 54 callersMethodgetLocator
Returns the locattion associated with the exception. @return the locator or null if the location information is not available
fop-core/src/main/java/org/apache/fop/fo/pagination/PageProductionException.java:74
↓ 54 callersMethodnewFop
Returns a new {@link Fop} instance. FOP will be configured with a default user agent instance. <p> MIME types are used to select the output format (ex
fop-core/src/main/java/org/apache/fop/apps/FopFactory.java:226
↓ 53 callersMethodcreateElement
(String operator, String elementID, int startPoint)
fop-core/src/main/java/org/apache/fop/fonts/type1/PostscriptParser.java:150
↓ 53 callersMethodequals
(Object o)
fop-core/src/main/java/org/apache/fop/fonts/CMapSegment.java:55
↓ 53 callersMethodgetRadiusEnd
()
fop-core/src/main/java/org/apache/fop/render/intermediate/BorderPainter.java:470
↓ 53 callersMethodgetTable
@return the table FO
fop-core/src/main/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java:143
↓ 52 callersMethodassertArrayEquals
(int[] expected, int[] actual)
fop-core/src/test/java/org/apache/fop/fonts/truetype/GlyfTableTestCase.java:202
↓ 52 callersMethodgetRealFont
()
fop-core/src/main/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java:313
↓ 52 callersMethodreadTTFShort
Read 2 bytes signed. @return One signed short @throws IOException If EOF is reached
fop-core/src/main/java/org/apache/fop/fonts/truetype/FontFileReader.java:140
↓ 52 callersMethodsetAttribute
(String name, Object value)
fop-core/src/test/java/org/apache/fop/apps/AFPRendererConfBuilder.java:215
↓ 52 callersMethodtoHexString
(int number, int length)
fop-core/src/test/java/org/apache/fop/fonts/type1/AdobeStandardEncodingTestCase.java:80
↓ 51 callersMethodaddKeyword
Add a keyword-equiv to the maker. @param keyword the keyword @param value the value to be used when the keyword is specified
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:119
↓ 51 callersMethodlength
Returns the length of the array @return the length of the array
fop-core/src/main/java/org/apache/fop/pdf/PDFArray.java:139
↓ 51 callersMethodoutput
Outputs this object's content into the given stream. @param outputStream a stream, likely to be provided by the containing object stream @return the
fop-core/src/main/java/org/apache/fop/pdf/CompressedObject.java:47
↓ 51 callersMethodtoString
(Paint paint)
fop-core/src/main/java/org/apache/fop/render/intermediate/IFSerializer.java:531
↓ 50 callersMethodgetLocator
Returns the <code>Locator</code> containing the location information for this element, or <code>null</code> if not available @return the location inf
fop-core/src/main/java/org/apache/fop/fo/FONode.java:153
↓ 50 callersMethodnewText
Close current text run if any and start a new one with default attributes @param str if not null, added to the RtfText created @return the new RtfText
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfParagraph.java:191
↓ 50 callersMethodreset
Re-initializes this layout manager in order to re-generate its Knuth elements according to a new IPD value.
fop-core/src/main/java/org/apache/fop/layoutmgr/LayoutManager.java:247
↓ 50 callersMethodsetBPD
Set the block progression dimension of the content rectangle for this area. @param bpd the new block progression dimension @see <a href="http://www.w
fop-core/src/main/java/org/apache/fop/area/Area.java:214
↓ 50 callersMethodtoString
()
fop-core/src/main/java/org/apache/fop/complexscripts/bidi/InlineRun.java:222
↓ 49 callersMethodendElement
()
fop-core/src/main/java/org/apache/fop/area/AreaTreeParser.java:372
↓ 49 callersMethodexit
(int status)
fop-core/src/main/java/org/apache/fop/cli/Main.java:221
↓ 49 callersMethodgetChildNodes
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/fo/FObj.java:346
↓ 49 callersMethodgetOutputStream
Get the current OutputStream. Do not store it - it may change from call to call. @return an output stream for this cache @throws IOException if there
fop-core/src/main/java/org/apache/fop/pdf/StreamCache.java:40
↓ 49 callersMethodkeySet
()
fop-core/src/main/java/org/apache/fop/pdf/PDFDictionary.java:165
↓ 49 callersMethodlength
()
fop-core/src/main/java/org/apache/fop/fonts/cff/FOPCFFDataInput.java:92
↓ 49 callersMethodnewTableCell
Close current cell if any and start a new one @param cellWidth width of new cell @return new RtfTableCell @throws IOException for I/O problems
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableRow.java:67
↓ 48 callersMethodendDocument
Indicates the end of a document. This method may only be called once after the whole document has been handled. Implementations can release resources
fop-core/src/main/java/org/apache/fop/render/intermediate/IFDocumentHandler.java:154
↓ 48 callersMethodget
Return the property on the current FlowObject. If it isn't set explicitly, this will try to compute it based on other properties, or if it is inherita
fop-core/src/main/java/org/apache/fop/fo/PropertyList.java:216
↓ 48 callersMethodgetBlockContainerFO
@return the BlockContainer node
fop-core/src/main/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java:978
↓ 48 callersMethodgetCommonMarginBlock
@return the {@link CommonMarginBlock}
fop-core/src/main/java/org/apache/fop/fo/flow/Block.java:161
↓ 48 callersMethodgetLM
@return associated layout manager
fop-core/src/main/java/org/apache/fop/layoutmgr/Position.java:46
↓ 47 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/pdf/PDFEventProducer.java:44
↓ 47 callersMethodgetId
@return the "id" property.
fop-core/src/main/java/org/apache/fop/fo/FObj.java:611
↓ 47 callersMethodgetString
Returns localized <code>String</code> for a given key. @param key the key @return the localized String
fop-core/src/main/java/org/apache/fop/render/awt/viewer/Translator.java:55
↓ 47 callersMethodlineTo
Draws a line from the current cursor position to the given coordinates. @param x the X coordinate (in millipoints) @param y the Y coordinate (in milli
fop-core/src/main/java/org/apache/fop/render/intermediate/GraphicsPainter.java:80
↓ 47 callersMethodresolve
(String familyName)
fop-core/src/main/java/org/apache/fop/svg/font/FOPFontFamilyResolver.java:26
↓ 47 callersMethodtoLowerCase
(Integer[] sa)
fop-core/src/main/java/org/apache/fop/complexscripts/util/NumberConverter.java:607
↓ 46 callersMethodbuild
Builds the object that contains the renderer configuration data. @param userAgent the user agent @param rendererConfiguration the Avalon config objec
fop-core/src/main/java/org/apache/fop/render/RendererConfig.java:54
↓ 46 callersMethodparse
Parse the font configuration and return an object containing all the necessary data. @param cfg the configuration object @param fontManager the font
fop-core/src/main/java/org/apache/fop/fonts/FontConfig.java:46
↓ 45 callersMethodgetFontName
Returns the "PostScript" font name (Example: "Helvetica-BoldOblique"). @return the font name
fop-core/src/main/java/org/apache/fop/fonts/FontMetrics.java:42
↓ 45 callersMethodgetProperty
(String name)
fop-core/src/main/java/org/apache/fop/render/pdf/extensions/PDFArrayExtension.java:54
↓ 45 callersMethodnodesOutOfOrderError
Helper function to standardize "out of order" exceptions (e.g., <code>fo:layout-master-set</code> appearing after <code>fo:page-sequence</code>) @par
fop-core/src/main/java/org/apache/fop/fo/FONode.java:526
↓ 44 callersMethodgetG2D
()
fop-core/src/main/java/org/apache/fop/render/java2d/Java2DGraphicsPainter.java:59
↓ 44 callersMethodgetNumeric
This method expects to be overridden by subclasses @return Numeric property value
fop-core/src/main/java/org/apache/fop/fo/properties/Property.java:166
↓ 44 callersMethodgetPageViewport
@return the page viewport representing this page in the area tree
fop-core/src/main/java/org/apache/fop/layoutmgr/Page.java:72
↓ 44 callersMethodsetColor
Establishes a new foreground or fill color. @param col the color to apply @param fill true to set the fill color, false for the foreground color @para
fop-core/src/main/java/org/apache/fop/render/pdf/PDFContentGenerator.java:441
↓ 43 callersMethodget
Returns an event producer. @param broadcaster the event broadcaster to use @return the event producer
fop-core/src/main/java/org/apache/fop/area/AreaEventProducer.java:43
↓ 43 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/rtf/RTFEventProducer.java:44
↓ 43 callersMethodgetBidiLevel
Obtain associated bidi level (if known) or -1 if not.
fop-core/src/main/java/org/apache/fop/fonts/TextFragment.java:61
↓ 43 callersMethodgetBytes
Returns the written data buffer as byte array. @return the data buffer as byte array
fop-core/src/main/java/org/apache/fop/render/ps/DataOutput.java:48
↓ 43 callersMethodgetColorModel
Return a good default color model for this 'device'. @return the colour model for the configuration
fop-core/src/main/java/org/apache/fop/svg/PDFGraphicsConfiguration.java:90
← previousnext →101–200 of 19,842, ranked by callers