MCPcopy Create free account

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

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

↓ 23 callersMethodaddSubpropMaker
Add a subproperty to this maker. @param subproperty the PropertyMaker for the subproperty
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:142
↓ 23 callersMethodcompile
()
fop-core/src/test/java/org/apache/fop/complexscripts/scripts/arabic/GenerateArabicTestData.java:76
↓ 23 callersMethodgetBoundingBox
Returns the bounding box of the glyph at the given index, for the given font size. @param glyphIndex glyph index @param size font size @return the sc
fop-core/src/main/java/org/apache/fop/fonts/FontMetrics.java:135
↓ 23 callersMethodgetCharacterArray
Obtain array of characters. If <code>copy</code> is true, then a newly instantiated array is returned, otherwise a reference to the underlying buffer'
fop-core/src/main/java/org/apache/fop/complexscripts/util/GlyphSequence.java:144
↓ 23 callersMethodgetFonts
Gets a Map of all registered fonts. @return a read-only Map with font key/FontMetrics pairs
fop-core/src/main/java/org/apache/fop/fonts/FontInfo.java:545
↓ 23 callersMethodgetInstance
Returns an instance that matches the values (if any) in the given property list. @param propertyList a list from which to retrieve the accessibility
fop-core/src/main/java/org/apache/fop/fo/properties/CommonAccessibility.java:50
↓ 23 callersMethodgetLength
(int a, int b)
fop-core/src/test/java/org/apache/fop/render/afp/AFPParser.java:118
↓ 23 callersMethodgetNamespaceURI
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/fo/FObj.java:631
↓ 23 callersMethodgetPDFVersion
Returns the PDF version required by the current encryption algorithm. @return the PDF Version
fop-core/src/main/java/org/apache/fop/pdf/PDFEncryption.java:54
↓ 23 callersMethodgetState
Returns the {@link PDFPaintingState} associated with this instance. @return the PDF state
fop-core/src/main/java/org/apache/fop/render/pdf/PDFContentGenerator.java:143
↓ 23 callersMethodgetStructureTreeElement
Returns the element in the document's structure tree that corresponds to this instance. @return a structure tree element
fop-core/src/main/java/org/apache/fop/fo/properties/StructureTreeElementHolder.java:36
↓ 23 callersMethodgetTableCell
@return the table-cell FO
fop-core/src/main/java/org/apache/fop/layoutmgr/table/TableCellLayoutManager.java:130
↓ 23 callersMethodgetTargetResolution
@return the resolution for resolution-dependent output
fop-core/src/main/java/org/apache/fop/apps/FopFactoryConfig.java:129
↓ 23 callersMethodgetWidth
@return the width of this element.
fop-core/src/main/java/org/apache/fop/layoutmgr/KnuthElement.java:57
↓ 23 callersMethodhandleIOTrouble
Central exception handler for I/O exceptions. @param ioe IOException to handle
fop-core/src/main/java/org/apache/fop/render/rtf/RTFHandler.java:180
↓ 23 callersMethodisLast
Indicates whether the given Position is the last area-generating Position of this LM. @param pos the Position (must be one with a position index) @ret
fop-core/src/main/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java:337
↓ 23 callersMethodmpt2units
Converts millipoint to unit @param mpt millipoint @return transformed point
fop-core/src/main/java/org/apache/fop/afp/AFPUnitConverter.java:101
↓ 23 callersMethodnewParagraph
Start a new paragraph after closing current current paragraph, list and table @param attrs attributes of new RtfParagraph @return new RtfParagraph obj
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableCell.java:101
↓ 23 callersMethodnewTableRow
Close current row if any and start a new one @return new RtfTableRow @throws IOException for I/O problems
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTable.java:76
↓ 23 callersMethodreadNextStructuredField
Reads the next structured field from the input stream. <p> No structure validation of the MO:DCA file is performed. @return a new unparsed structured
fop-core/src/main/java/org/apache/fop/afp/parser/MODCAParser.java:61
↓ 23 callersMethodtoString
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/hyphenation/Hyphen.java:76
↓ 23 callersMethodtoString
minimal debugging display @return String representation of object
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfElement.java:276
↓ 23 callersMethodvalueOf
Sets the resource placement level within the AFP output @param levelString the resource level (page, page-group, document, print-file or external) @r
fop-core/src/main/java/org/apache/fop/afp/AFPResourceLevel.java:78
↓ 22 callersMethodItem
default constructor
fop-core/src/main/java/org/apache/fop/hyphenation/TernaryTree.java:542
↓ 22 callersMethodaddAreas
Tell the layout manager to add all the child areas implied by Position objects which will be returned by the Iterator. @param posIter the position it
fop-core/src/main/java/org/apache/fop/layoutmgr/LayoutManager.java:105
↓ 22 callersMethodassertObjectOfClass
(Object obj, Class clazz)
fop-core/src/main/java/org/apache/fop/area/AreaTreeParser.java:1066
↓ 22 callersMethodcheckBorder
(String errorMsge, BorderSpecification border, int expectedLength, Color expectedColor)
fop-core/src/test/java/org/apache/fop/fo/flow/table/CollapsedConditionalBorderTestCase.java:116
↓ 22 callersMethodcolorToString
Creates a re-parsable string representation of the given color. <p> First, the color will be converted into the sRGB colorspace. It will then be print
fop-core/src/main/java/org/apache/fop/util/ColorUtil.java:702
↓ 22 callersMethodcreateDocumentHandler
Creates a {@link IFDocumentHandler} object based on the desired output format. @param userAgent the user agent for access to configuration @param outp
fop-core/src/main/java/org/apache/fop/render/RendererFactory.java:381
↓ 22 callersMethodfillRect
Fills a rectangular area. @param rect the rectangle's coordinates and extent @param fill the fill paint @throws IFException if an error occurs while h
fop-core/src/main/java/org/apache/fop/render/intermediate/IFPainter.java:210
↓ 22 callersMethodformat
Formats a message with the given parameters. @param params a Map of named parameters (Contents: &lt;String, Object&gt;) @return the formatted message
fop-util/src/main/java/org/apache/fop/utils/text/AdvancedMessageFormat.java:198
↓ 22 callersMethodformatDouble2
Formats a double value with two decimal positions for PCL output. @param value value to format @return the formatted value
fop-core/src/main/java/org/apache/fop/render/pcl/PCLGenerator.java:185
↓ 22 callersMethodformatDouble4
Formats a double value with four decimal positions for PCL output. @param value value to format @return the formatted value
fop-core/src/main/java/org/apache/fop/render/pcl/PCLGenerator.java:195
↓ 22 callersMethodgetBorderAndPaddingWidthStart
Return the sum of region border- and padding-start @return width in millipoints
fop-core/src/main/java/org/apache/fop/area/Area.java:328
↓ 22 callersMethodgetData
Returns the structured triplet data array @return the structured triplet data array
fop-core/src/main/java/org/apache/fop/afp/modca/triplets/AbstractTriplet.java:55
↓ 22 callersMethodgetEmbeddingMode
Returns the embedding mode for this font. @return embedding mode
fop-core/src/main/java/org/apache/fop/fonts/CustomFont.java:157
↓ 22 callersMethodgetFontSize
Returns the font size @return the font size
fop-core/src/main/java/org/apache/fop/fonts/Font.java:156
↓ 22 callersMethodgetLength
()
fop-core/src/main/java/org/apache/fop/layoutmgr/table/CellPart.java:111
↓ 22 callersMethodgetPadding
Return the padding for the given side, taking into account the conditionality and evaluating any percentages in the given context. @param side one o
fop-core/src/main/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java:665
↓ 22 callersMethodgetPaintingState
@return painting state
fop-core/src/main/java/org/apache/fop/render/afp/AFPRenderingContext.java:75
↓ 22 callersMethodgetParentArea
Get the parent area for an area. This should get the parent depending on the class of the area passed in. @param childArea the child area to get the
fop-core/src/main/java/org/apache/fop/layoutmgr/LayoutManager.java:86
↓ 22 callersMethodgetResources
Get the /Resources object for the document @return the /Resources object
fop-core/src/main/java/org/apache/fop/pdf/PDFDocument.java:996
↓ 22 callersMethodgetRetainedWidth
Convenience method returning the border-width, taking into account values of "none" and "hidden" @return the retained border-width
fop-core/src/main/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java:176
↓ 22 callersMethodgetSubpropMaker
Return a subproperty maker for the subpropertyId. @param subpropertyId The subpropertyId of the maker. @return The subproperty maker.
fop-core/src/main/java/org/apache/fop/fo/properties/PropertyMaker.java:151
↓ 22 callersMethodgetUserAgent
Returns the user agent. @return the user agent
fop-core/src/main/java/org/apache/fop/render/intermediate/AbstractIFPainter.java:115
↓ 22 callersMethodisAuto
@return true if the property is an enum and has value 'auto'
fop-core/src/main/java/org/apache/fop/fo/properties/Property.java:134
↓ 22 callersMethodisFinished
Return a value indicating whether this LayoutManager has laid out all its content (or generated BreakPossibilities for all content.) @return true if
fop-core/src/main/java/org/apache/fop/layoutmgr/LayoutManager.java:67
↓ 22 callersMethodlastModified
Gets the modified timestamp for font file (not always available) @return modified timestamp
fop-core/src/main/java/org/apache/fop/fonts/FontCache.java:524
↓ 22 callersMethodrestoreGraphicsState
Restore the last graphics state from the stack. @throws IOException if an I/O error occurs
fop-core/src/main/java/org/apache/fop/render/intermediate/GraphicsPainter.java:144
↓ 22 callersMethodset
Set attributes from another attributes object @param attrs RtfAttributes object whose elements will be copied into this instance @return this o
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes.java:52
↓ 22 callersMethodsetRelative
Set relative flag. @param relative true if properties operate on a relative direction
fop-core/src/main/java/org/apache/fop/fo/properties/CorrespondingPropertyMaker.java:88
↓ 22 callersMethodsetTwips
Set an attribute that has a Length value (internal units in twips) @param name name of attribute @param value value of attribute @return this (which n
fop-core/src/main/java/org/apache/fop/render/rtf/FOPRtfAttributes.java:41
↓ 22 callersMethodtest
(BorderPainterTester<?> tester)
fop-core/src/test/java/org/apache/fop/render/intermediate/BorderPainterTestCase.java:75
↓ 22 callersMethodtooManyNodesError
Helper function to standardize "too many" error exceptions (e.g., two fo:declarations within fo:root) @param loc org.xml.sax.Locator object of the err
fop-core/src/main/java/org/apache/fop/fo/FONode.java:486
↓ 21 callersMethodaddTriplet
Adds a triplet to this structured object @param triplet the triplet to add
fop-core/src/main/java/org/apache/fop/afp/modca/AbstractTripletStructuredObject.java:106
↓ 21 callersMethodcreateDefaultInternalResourceResolver
A helper merthod that creates an internal resource resolver using the default resover: {@link ResourceResolverFactory#createDefaultResourceResolver()}
fop-core/src/main/java/org/apache/fop/apps/io/ResourceResolverFactory.java:65
↓ 21 callersMethodformatExpandedName
(String[] n)
fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java:3435
↓ 21 callersMethodgetAllocBPD
Get the allocation block progression dimension of this area. This adds the content, borders, padding and spaces to find the total allocated BPD. @ret
fop-core/src/main/java/org/apache/fop/area/Area.java:251
↓ 21 callersMethodgetBPD
Get the block progression dimension of the content rectangle for this area. @return the block progression dimension @see <a href="http://www.w3.org/T
fop-core/src/main/java/org/apache/fop/area/Area.java:225
↓ 21 callersMethodgetBlockFO
convenience method that returns the Block node @return the block node
fop-core/src/main/java/org/apache/fop/layoutmgr/BlockLayoutManager.java:426
↓ 21 callersMethodgetBounds
Gets the function bounds
fop-core/src/main/java/org/apache/fop/render/gradient/Function.java:238
↓ 21 callersMethodgetCoverageIndex
Map glyph identifier (code) to coverge index. Returns -1 if glyph identifier is not in the domain of the coverage table. @param gid glyph identifier (
fop-core/src/main/java/org/apache/fop/complexscripts/fonts/GlyphCoverageMapping.java:45
↓ 21 callersMethodgetDocumentSafely
Returns the parent PDFDocument, but unlike <code>getDocument()</code> it throws an informative Exception if the parent document is unavailable instead
fop-core/src/main/java/org/apache/fop/pdf/PDFObject.java:149
↓ 21 callersMethodgetElement
@param index The index of the element to be returned @return the element at index index.
fop-core/src/main/java/org/apache/fop/layoutmgr/KnuthSequence.java:157
↓ 21 callersMethodgetExtent
@return the "extent" property.
fop-core/src/main/java/org/apache/fop/fo/pagination/SideRegion.java:50
↓ 21 callersMethodgetInstance
Returns the canonical NumberProperty instance corresponding to the given Number @param num the base Double @return the canonical NumberProperty
fop-core/src/main/java/org/apache/fop/fo/properties/NumberProperty.java:147
↓ 21 callersMethodgetLocation
()
fop-core/src/main/java/org/apache/fop/configuration/Configuration.java:59
↓ 21 callersMethodgetMimeType
Get the MIME type of the renderer. @return The MIME type of the renderer, may return null if not applicable.
fop-core/src/main/java/org/apache/fop/render/Renderer.java:61
↓ 21 callersMethodgetPageIndex
()
fop-core/src/main/java/org/apache/fop/render/intermediate/PageIndexContext.java:25
↓ 21 callersMethodgetResolution
Returns the output/device resolution. @return the resolution in dpi
fop-core/src/main/java/org/apache/fop/render/afp/AFPCustomizable.java:130
↓ 21 callersMethodgetWidths
Return the array of widths. <p> This is used to get an array for inserting in an output format. It should not be used for lookup. @return an array of
fop-core/src/main/java/org/apache/fop/fonts/CIDSet.java:112
↓ 21 callersMethodgetXOffset
Determine the X offset of the indicated column, where this offset denotes the left edge of the column irrespective of writing mode. If writing mode's
fop-core/src/main/java/org/apache/fop/layoutmgr/table/ColumnSetup.java:249
↓ 21 callersMethodhasObjectNumber
Indicates whether this PDFObject has already been assigned an object number. @return True if it has an object number
fop-core/src/main/java/org/apache/fop/pdf/PDFObject.java:92
↓ 21 callersMethodisSet
@param name String containing attribute name @return true if given attribute is set
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes.java:179
↓ 21 callersMethodplus
Returns the sum of this <code>MinOptMax</code> and the given <code>MinOptMax</code>. @param operand the second operand of the sum (the first is this
fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java:142
↓ 21 callersMethodreadShort
Parses a two byte value out of the stream. @return The value extracted @throws IOException In case of an I/O problem
fop-core/src/main/java/org/apache/fop/fonts/type1/PFMInputStream.java:66
↓ 21 callersMethodreadUnsignedByte
()
fop-core/src/main/java/org/apache/fop/fonts/cff/FOPCFFDataInput.java:60
↓ 21 callersMethodregisterMarkers
Register the markers for this table. @param marks the map of markers to add @param starting if the area being added is starting or ending @param isfi
fop-core/src/main/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java:638
↓ 21 callersMethodrewind
rewind iterator
fop-core/src/main/java/org/apache/fop/hyphenation/TernaryTree.java:583
↓ 21 callersMethodsetParam
(AFPRendererOption option, Object value)
fop-core/src/main/java/org/apache/fop/render/afp/AFPRendererConfig.java:301
↓ 21 callersMethodsetValue
@param str a string value
fop-sandbox/src/main/java/org/apache/fop/render/mif/MIFElement.java:56
↓ 21 callersMethodsetWidth
(int width)
fop-core/src/test/java/org/apache/fop/render/intermediate/BorderPainterTestCase.java:318
↓ 21 callersMethodtoString
(Paint paint)
fop-sandbox/src/main/java/org/apache/fop/render/svg/SVGPainter.java:248
↓ 21 callersMethodtoString
{@inheritDoc}
fop-core/src/main/java/org/apache/fop/render/pdf/extensions/PDFEmbeddedFileAttachment.java:147
↓ 21 callersMethodtransferForeignObjects
(Attributes atts, AreaTreeObject ato)
fop-core/src/main/java/org/apache/fop/area/AreaTreeParser.java:1233
↓ 20 callersMethoddrawImage
Draws an image identified by a URI inside a given rectangle. This is the equivalent to an fo:external-graphic in XSL-FO. @param uri the image's URI @p
fop-core/src/main/java/org/apache/fop/render/intermediate/IFPainter.java:246
↓ 20 callersMethodequals
(Object o)
fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfExtraRowSet.java:114
↓ 20 callersMethodget
Get byte at index. @param index the index @return a byte
fop-core/src/main/java/org/apache/fop/hyphenation/ByteVector.java:138
↓ 20 callersMethodgetBodyRegion
Convenience method to get BodyRegion of this PageViewport @return BodyRegion object
fop-core/src/main/java/org/apache/fop/area/PageViewport.java:472
↓ 20 callersMethodgetCommonFont
@return the Common Font Properties.
fop-core/src/main/java/org/apache/fop/fo/FOText.java:593
↓ 20 callersMethodgetDataLength
Returns the data length of this structured field @return the data length of this structured field
fop-core/src/main/java/org/apache/fop/afp/StructuredData.java:32
↓ 20 callersMethodgetDefaultValue
()
fop-core/src/main/java/org/apache/fop/render/RendererConfigOption.java:30
↓ 20 callersMethodgetDocHandler
()
fop-core/src/test/java/org/apache/fop/render/afp/AFPRendererConfiguratorTestCase.java:55
↓ 20 callersMethodgetEnum
This method expects to be overridden by subclasses @return integer equivalent of enumerated property value
fop-core/src/main/java/org/apache/fop/fo/properties/Property.java:129
↓ 20 callersMethodgetFontBBox
Returns the font's bounding box. @return the bounding box
fop-core/src/main/java/org/apache/fop/fonts/FontDescriptor.java:66
↓ 20 callersMethodgetLocalName
@see org.apache.fop.fo.FONode#getLocalName()
fop-core/src/test/java/org/apache/fop/fotreetest/ext/AssertElement.java:120
↓ 20 callersMethodgetLocalName
()
fop-core/src/main/java/org/apache/fop/render/pdf/extensions/PDFArrayElement.java:78
↓ 20 callersMethodgetMimeType
Returns the MIME type of the output format that is generated by this implementation. @return the MIME type
fop-core/src/main/java/org/apache/fop/render/intermediate/IFDocumentHandler.java:139
↓ 20 callersMethodgetPDFXMode
@return the PDF/X mode
fop-core/src/main/java/org/apache/fop/pdf/PDFProfile.java:117
↓ 20 callersMethodisAuxiliary
@return true if this element is an auxiliary one.
fop-core/src/main/java/org/apache/fop/layoutmgr/KnuthElement.java:52
← previousnext →401–500 of 19,842, ranked by callers