META-INF/
META-INF/MANIFEST.MF
org/
org/xhtmlrenderer/
org/xhtmlrenderer/DefaultCSSMarker.classDefaultCSSMarker.java
package org.xhtmlrenderer
public org.xhtmlrenderer.DefaultCSSMarker extends java.lang.Object {
public void ()
}
org/xhtmlrenderer/Version.classVersion.java
package org.xhtmlrenderer
public org.xhtmlrenderer.Version extends java.lang.Object {
static final String version
static final String buildDay
static final String buildNumber
public void ()
}
org/xhtmlrenderer/context/
org/xhtmlrenderer/context/AWTFontResolver.classAWTFontResolver.java
package org.xhtmlrenderer.context
public org.xhtmlrenderer.context.AWTFontResolver extends java.lang.Object implements org.xhtmlrenderer.extend.FontResolver {
java.util.HashMap instance_hash
java.util.HashMap available_fonts_hash
public void ()
private void init ()
int i
java.awt.GraphicsEnvironment gfx
String[] available_fonts
public void flushCache ()
public org.xhtmlrenderer.render.FSFont resolveFont (org.xhtmlrenderer.layout.SharedContext, java.lang.String[], float, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
java.awt.Font font
int i
org.xhtmlrenderer.layout.SharedContext ctx
String[] families
float size
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.constants.IdentValue variant
String family
java.awt.Font fnt
public void setFontMapping (java.lang.String, java.awt.Font)
String name
java.awt.Font font
protected static java.awt.Font createFont (org.xhtmlrenderer.layout.SharedContext, java.awt.Font, float, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.layout.SharedContext ctx
java.awt.Font root_font
float size
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.constants.IdentValue variant
int font_const
java.awt.Font fnt
protected java.awt.Font resolveFont (org.xhtmlrenderer.layout.SharedContext, java.lang.String, float, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
Object value
java.awt.Font root_font
java.awt.Font fnt
org.xhtmlrenderer.layout.SharedContext ctx
String font
float size
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.constants.IdentValue variant
String font_instance_name
protected static java.lang.String getFontInstanceHashName (org.xhtmlrenderer.layout.SharedContext, java.lang.String, float, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.layout.SharedContext ctx
String name
float size
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.constants.IdentValue variant
public org.xhtmlrenderer.render.FSFont resolveFont (org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.layout.SharedContext renderingContext
org.xhtmlrenderer.css.value.FontSpecification spec
}
org/xhtmlrenderer/context/ContentFunctionFactory$1.classContentFunctionFactory.java
package org.xhtmlrenderer.context
org.xhtmlrenderer.context.ContentFunctionFactory$1 extends java.lang.Object {
}
org/xhtmlrenderer/context/ContentFunctionFactory$LeaderFunction.classContentFunctionFactory.java
package org.xhtmlrenderer.context
org.xhtmlrenderer.context.ContentFunctionFactory$LeaderFunction extends java.lang.Object implements org.xhtmlrenderer.css.extend.ContentFunction {
private void ()
public boolean isStatic ()
public java.lang.String calculate (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.parser.FSFunction, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.Box child
int totalLineWidth
int i
int i
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.render.InlineText text
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.LineBox lineBox
boolean dynamic
java.util.Iterator childIterator
org.xhtmlrenderer.css.parser.PropertyValue param
String value
StringBuffer tmp
float valueWidth
int spaceWidth
int leaderWidth
int count
StringBuffer buf
String leaderString
int leaderStringWidth
public java.lang.String calculate (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
public java.lang.String getLayoutReplacementText ()
public boolean canHandle (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.PropertyValue param
java.util.List parameters
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
void (org.xhtmlrenderer.context.ContentFunctionFactory$1)
org.xhtmlrenderer.context.ContentFunctionFactory$1 x0
}
org/xhtmlrenderer/context/ContentFunctionFactory$PageCounterFunction.classContentFunctionFactory.java
package org.xhtmlrenderer.context
org.xhtmlrenderer.context.ContentFunctionFactory$PageCounterFunction extends org.xhtmlrenderer.context.ContentFunctionFactory$PageNumberFunction implements org.xhtmlrenderer.css.extend.ContentFunction {
private void ()
public java.lang.String calculate (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.parser.FSFunction, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.render.InlineText text
int value
public boolean canHandle (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
void (org.xhtmlrenderer.context.ContentFunctionFactory$1)
org.xhtmlrenderer.context.ContentFunctionFactory$1 x0
}
org/xhtmlrenderer/context/ContentFunctionFactory$PageNumberFunction.classContentFunctionFactory.java
package org.xhtmlrenderer.context
abstract org.xhtmlrenderer.context.ContentFunctionFactory$PageNumberFunction extends java.lang.Object implements org.xhtmlrenderer.css.extend.ContentFunction {
private void ()
public boolean isStatic ()
public java.lang.String calculate (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
public java.lang.String getLayoutReplacementText ()
protected org.xhtmlrenderer.css.constants.IdentValue getListStyleType (org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.PropertyValue pValue
org.xhtmlrenderer.css.constants.IdentValue iValue
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.css.constants.IdentValue result
java.util.List parameters
protected boolean isCounter (org.xhtmlrenderer.css.parser.FSFunction, java.lang.String)
org.xhtmlrenderer.css.parser.PropertyValue param
java.util.List parameters
org.xhtmlrenderer.css.parser.FSFunction function
String counterName
void (org.xhtmlrenderer.context.ContentFunctionFactory$1)
org.xhtmlrenderer.context.ContentFunctionFactory$1 x0
}
org/xhtmlrenderer/context/ContentFunctionFactory$PagesCounterFunction.classContentFunctionFactory.java
package org.xhtmlrenderer.context
org.xhtmlrenderer.context.ContentFunctionFactory$PagesCounterFunction extends org.xhtmlrenderer.context.ContentFunctionFactory$PageNumberFunction implements org.xhtmlrenderer.css.extend.ContentFunction {
private void ()
public java.lang.String calculate (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.parser.FSFunction, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.render.InlineText text
int value
public boolean canHandle (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
void (org.xhtmlrenderer.context.ContentFunctionFactory$1)
org.xhtmlrenderer.context.ContentFunctionFactory$1 x0
}
org/xhtmlrenderer/context/ContentFunctionFactory$TargetCounterFunction.classContentFunctionFactory.java
package org.xhtmlrenderer.context
org.xhtmlrenderer.context.ContentFunctionFactory$TargetCounterFunction extends java.lang.Object implements org.xhtmlrenderer.css.extend.ContentFunction {
private void ()
public boolean isStatic ()
public java.lang.String calculate (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.parser.FSFunction, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.PageBox targetPage
String anchor
org.xhtmlrenderer.render.Box target
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.render.InlineText text
String uri
public java.lang.String calculate (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
public java.lang.String getLayoutReplacementText ()
public boolean canHandle (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.FSFunction f
org.xhtmlrenderer.css.parser.PropertyValue param
java.util.List parameters
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
void (org.xhtmlrenderer.context.ContentFunctionFactory$1)
org.xhtmlrenderer.context.ContentFunctionFactory$1 x0
}
org/xhtmlrenderer/context/ContentFunctionFactory.classContentFunctionFactory.java
package org.xhtmlrenderer.context
public org.xhtmlrenderer.context.ContentFunctionFactory extends java.lang.Object {
private java.util.List _functions
public void ()
public org.xhtmlrenderer.css.extend.ContentFunction lookupFunction (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.extend.ContentFunction f
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.FSFunction function
public void registerFunction (org.xhtmlrenderer.css.extend.ContentFunction)
org.xhtmlrenderer.css.extend.ContentFunction function
}
org/xhtmlrenderer/context/StandardAttributeResolver.classStandardAttributeResolver.java
package org.xhtmlrenderer.context
public org.xhtmlrenderer.context.StandardAttributeResolver extends java.lang.Object implements org.xhtmlrenderer.css.extend.AttributeResolver {
private org.xhtmlrenderer.extend.NamespaceHandler nsh
private org.xhtmlrenderer.extend.UserAgentCallback uac
private org.xhtmlrenderer.extend.UserInterface ui
public void (org.xhtmlrenderer.extend.NamespaceHandler, org.xhtmlrenderer.extend.UserAgentCallback, org.xhtmlrenderer.extend.UserInterface)
org.xhtmlrenderer.extend.NamespaceHandler nsh
org.xhtmlrenderer.extend.UserAgentCallback uac
org.xhtmlrenderer.extend.UserInterface ui
public java.lang.String getAttributeValue (java.lang.Object, java.lang.String)
Object e
String attrName
public java.lang.String getAttributeValue (java.lang.Object, java.lang.String, java.lang.String)
Object e
String namespaceURI
String attrName
public java.lang.String getClass (java.lang.Object)
Object e
public java.lang.String getID (java.lang.Object)
Object e
public java.lang.String getNonCssStyling (java.lang.Object)
Object e
public java.lang.String getElementStyling (java.lang.Object)
Object e
public java.lang.String getLang (java.lang.Object)
Object e
public boolean isLink (java.lang.Object)
Object e
public boolean isVisited (java.lang.Object)
Object e
public boolean isHover (java.lang.Object)
Object e
public boolean isActive (java.lang.Object)
Object e
public boolean isFocus (java.lang.Object)
Object e
}
org/xhtmlrenderer/context/StyleReference.classStyleReference.java
package org.xhtmlrenderer.context
public org.xhtmlrenderer.context.StyleReference extends java.lang.Object {
private org.xhtmlrenderer.layout.SharedContext _context
private org.xhtmlrenderer.extend.NamespaceHandler _nsh
private org.w3c.dom.Document _doc
private org.xhtmlrenderer.context.StylesheetFactoryImpl _stylesheetFactory
private org.xhtmlrenderer.css.newmatch.Matcher _matcher
private org.xhtmlrenderer.extend.UserAgentCallback _uac
public void (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback userAgent
public void setDocumentContext (org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.extend.NamespaceHandler, org.w3c.dom.Document, org.xhtmlrenderer.extend.UserInterface)
org.xhtmlrenderer.layout.SharedContext context
org.xhtmlrenderer.extend.NamespaceHandler nsh
org.w3c.dom.Document doc
org.xhtmlrenderer.extend.UserInterface ui
org.xhtmlrenderer.css.extend.AttributeResolver attRes
java.util.List infos
private java.util.List readAndParseAll (java.util.List, java.lang.String)
org.xhtmlrenderer.css.sheet.Stylesheet sheet
org.xhtmlrenderer.css.sheet.StylesheetInfo info
java.util.Iterator i
java.util.List infos
String medium
java.util.List result
public boolean isHoverStyled (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.util.Map getCascadedPropertiesMap (org.w3c.dom.Element)
org.xhtmlrenderer.css.sheet.PropertyDeclaration pd
String propName
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.Iterator i
org.w3c.dom.Element e
org.xhtmlrenderer.css.newmatch.CascadedStyle cs
java.util.LinkedHashMap props
public org.xhtmlrenderer.css.newmatch.CascadedStyle getPseudoElementStyle (org.w3c.dom.Node, java.lang.String)
org.w3c.dom.Node node
String pseudoElement
org.w3c.dom.Element e
public org.xhtmlrenderer.css.newmatch.CascadedStyle getCascadedStyle (org.w3c.dom.Element, boolean)
org.w3c.dom.Element e
boolean restyle
public org.xhtmlrenderer.css.newmatch.PageInfo getPageStyle (java.lang.String, java.lang.String)
String pageName
String pseudoPage
public void flushStyleSheets ()
String uri
org.xhtmlrenderer.css.sheet.StylesheetInfo info
public void flushAllStyleSheets ()
private java.util.List getStylesheets ()
String uri
org.xhtmlrenderer.css.sheet.Stylesheet sheet
int i
java.util.List infos
long st
org.xhtmlrenderer.css.sheet.StylesheetInfo defaultStylesheet
org.xhtmlrenderer.css.sheet.StylesheetInfo[] refs
int inlineStyleCount
long el
public void removeStyle (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.util.List getFontFaceRules ()
public void setUserAgentCallback (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback userAgentCallback
public void setSupportCMYKColors (boolean)
boolean b
}
org/xhtmlrenderer/context/StylesheetFactoryImpl$1.classStylesheetFactoryImpl.java
package org.xhtmlrenderer.context
org.xhtmlrenderer.context.StylesheetFactoryImpl$1 extends java.util.LinkedHashMap {
private static final long serialVersionUID
private final org.xhtmlrenderer.context.StylesheetFactoryImpl this$0
void (org.xhtmlrenderer.context.StylesheetFactoryImpl, int, float, boolean)
int x0
float x1
boolean x2
protected boolean removeEldestEntry (java.util.Map$Entry)
java.util.Map$Entry eldest
}
org/xhtmlrenderer/context/StylesheetFactoryImpl$2.classStylesheetFactoryImpl.java
package org.xhtmlrenderer.context
org.xhtmlrenderer.context.StylesheetFactoryImpl$2 extends java.lang.Object implements org.xhtmlrenderer.css.parser.CSSErrorHandler {
private final org.xhtmlrenderer.context.StylesheetFactoryImpl this$0
void (org.xhtmlrenderer.context.StylesheetFactoryImpl)
public void error (java.lang.String, java.lang.String)
String uri
String message
}
org/xhtmlrenderer/context/StylesheetFactoryImpl.classStylesheetFactoryImpl.java
package org.xhtmlrenderer.context
public org.xhtmlrenderer.context.StylesheetFactoryImpl extends java.lang.Object implements org.xhtmlrenderer.css.extend.StylesheetFactory {
private org.xhtmlrenderer.extend.UserAgentCallback _userAgentCallback
private int _cacheCapacity
private java.util.LinkedHashMap _cache
private org.xhtmlrenderer.css.parser.CSSParser _cssParser
public void (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback userAgentCallback
public synchronized org.xhtmlrenderer.css.sheet.Stylesheet parse (java.io.Reader, org.xhtmlrenderer.css.sheet.StylesheetInfo)
java.io.IOException e
java.io.Reader reader
org.xhtmlrenderer.css.sheet.StylesheetInfo info
private org.xhtmlrenderer.css.sheet.Stylesheet parse (org.xhtmlrenderer.css.sheet.StylesheetInfo)
java.io.IOException e
java.io.UnsupportedEncodingException e
java.io.IOException e
org.xhtmlrenderer.css.sheet.StylesheetInfo info
org.xhtmlrenderer.resource.CSSResource cr
java.io.InputStream is
public synchronized org.xhtmlrenderer.css.sheet.Ruleset parseStyleDeclaration (int, java.lang.String)
int origin
String styleDeclaration
public synchronized void putStylesheet (java.lang.Object, org.xhtmlrenderer.css.sheet.Stylesheet)
Object key
org.xhtmlrenderer.css.sheet.Stylesheet sheet
public synchronized boolean containsStylesheet (java.lang.Object)
Object key
public synchronized org.xhtmlrenderer.css.sheet.Stylesheet getCachedStylesheet (java.lang.Object)
Object key
public synchronized java.lang.Object removeCachedStylesheet (java.lang.Object)
Object key
public synchronized void flushCachedStylesheets ()
public org.xhtmlrenderer.css.sheet.Stylesheet getStylesheet (org.xhtmlrenderer.css.sheet.StylesheetInfo)
org.xhtmlrenderer.css.sheet.StylesheetInfo info
org.xhtmlrenderer.css.sheet.Stylesheet s
public void setUserAgentCallback (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback userAgent
public void setSupportCMYKColors (boolean)
boolean b
static int access$000 (org.xhtmlrenderer.context.StylesheetFactoryImpl)
org.xhtmlrenderer.context.StylesheetFactoryImpl x0
}
org/xhtmlrenderer/css/
org/xhtmlrenderer/css/constants/
org/xhtmlrenderer/css/constants/CSSName$1.classCSSName.java
package org.xhtmlrenderer.css.constants
final org.xhtmlrenderer.css.constants.CSSName$1 extends java.lang.Object implements org.xhtmlrenderer.css.parser.CSSErrorHandler {
void ()
public void error (java.lang.String, java.lang.String)
String uri
String message
}
org/xhtmlrenderer/css/constants/CSSName.classCSSName.java
package org.xhtmlrenderer.css.constants
public final org.xhtmlrenderer.css.constants.CSSName extends java.lang.Object implements java.lang.Comparable {
private static final Integer PRIMITIVE
private static final Integer SHORTHAND
private static final Integer INHERITS
private static final Integer NOT_INHERITED
private static int maxAssigned
private final String propName
private final String initialValue
private final boolean propertyInherits
private org.xhtmlrenderer.css.style.FSDerivedValue initialDerivedValue
private final boolean implemented
private final org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
public final int FS_ID
private static final org.xhtmlrenderer.css.constants.CSSName[] ALL_PROPERTIES
private static final java.util.Map ALL_PROPERTY_NAMES
private static final java.util.Map ALL_PRIMITIVE_PROPERTY_NAMES
public static final org.xhtmlrenderer.css.constants.CSSName COLOR
public static final org.xhtmlrenderer.css.constants.CSSName BACKGROUND_COLOR
public static final org.xhtmlrenderer.css.constants.CSSName BACKGROUND_IMAGE
public static final org.xhtmlrenderer.css.constants.CSSName BACKGROUND_REPEAT
public static final org.xhtmlrenderer.css.constants.CSSName BACKGROUND_ATTACHMENT
public static final org.xhtmlrenderer.css.constants.CSSName BACKGROUND_POSITION
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_COLLAPSE
public static final org.xhtmlrenderer.css.constants.CSSName FS_BORDER_SPACING_HORIZONTAL
public static final org.xhtmlrenderer.css.constants.CSSName FS_BORDER_SPACING_VERTICAL
public static final org.xhtmlrenderer.css.constants.CSSName FS_FONT_METRIC_SRC
public static final org.xhtmlrenderer.css.constants.CSSName FS_KEEP_WITH_INLINE
public static final org.xhtmlrenderer.css.constants.CSSName FS_PAGE_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName FS_PAGE_HEIGHT
public static final org.xhtmlrenderer.css.constants.CSSName FS_PAGE_SEQUENCE
public static final org.xhtmlrenderer.css.constants.CSSName FS_PDF_FONT_EMBED
public static final org.xhtmlrenderer.css.constants.CSSName FS_PDF_FONT_ENCODING
public static final org.xhtmlrenderer.css.constants.CSSName FS_PAGE_ORIENTATION
public static final org.xhtmlrenderer.css.constants.CSSName FS_TABLE_PAGINATE
public static final org.xhtmlrenderer.css.constants.CSSName FS_TEXT_DECORATION_EXTENT
public static final org.xhtmlrenderer.css.constants.CSSName BOTTOM
public static final org.xhtmlrenderer.css.constants.CSSName CAPTION_SIDE
public static final org.xhtmlrenderer.css.constants.CSSName CLEAR
public static final org.xhtmlrenderer.css.constants.CSSName CLIP
public static final org.xhtmlrenderer.css.constants.CSSName CONTENT
public static final org.xhtmlrenderer.css.constants.CSSName COUNTER_INCREMENT
public static final org.xhtmlrenderer.css.constants.CSSName COUNTER_RESET
public static final org.xhtmlrenderer.css.constants.CSSName CURSOR
public static final org.xhtmlrenderer.css.constants.CSSName DIRECTION
public static final org.xhtmlrenderer.css.constants.CSSName DISPLAY
public static final org.xhtmlrenderer.css.constants.CSSName EMPTY_CELLS
public static final org.xhtmlrenderer.css.constants.CSSName FLOAT
public static final org.xhtmlrenderer.css.constants.CSSName FONT_STYLE
public static final org.xhtmlrenderer.css.constants.CSSName FONT_VARIANT
public static final org.xhtmlrenderer.css.constants.CSSName FONT_WEIGHT
public static final org.xhtmlrenderer.css.constants.CSSName FONT_SIZE
public static final org.xhtmlrenderer.css.constants.CSSName LINE_HEIGHT
public static final org.xhtmlrenderer.css.constants.CSSName FONT_FAMILY
public static final org.xhtmlrenderer.css.constants.CSSName FS_COLSPAN
public static final org.xhtmlrenderer.css.constants.CSSName FS_ROWSPAN
public static final org.xhtmlrenderer.css.constants.CSSName HEIGHT
public static final org.xhtmlrenderer.css.constants.CSSName LEFT
public static final org.xhtmlrenderer.css.constants.CSSName LETTER_SPACING
public static final org.xhtmlrenderer.css.constants.CSSName LIST_STYLE_TYPE
public static final org.xhtmlrenderer.css.constants.CSSName LIST_STYLE_POSITION
public static final org.xhtmlrenderer.css.constants.CSSName LIST_STYLE_IMAGE
public static final org.xhtmlrenderer.css.constants.CSSName MAX_HEIGHT
public static final org.xhtmlrenderer.css.constants.CSSName MAX_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName MIN_HEIGHT
public static final org.xhtmlrenderer.css.constants.CSSName MIN_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName ORPHANS
public static final org.xhtmlrenderer.css.constants.CSSName OUTLINE_COLOR
public static final org.xhtmlrenderer.css.constants.CSSName OUTLINE_STYLE
public static final org.xhtmlrenderer.css.constants.CSSName OUTLINE_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName OVERFLOW
public static final org.xhtmlrenderer.css.constants.CSSName PAGE
public static final org.xhtmlrenderer.css.constants.CSSName PAGE_BREAK_AFTER
public static final org.xhtmlrenderer.css.constants.CSSName PAGE_BREAK_BEFORE
public static final org.xhtmlrenderer.css.constants.CSSName PAGE_BREAK_INSIDE
public static final org.xhtmlrenderer.css.constants.CSSName POSITION
public static final org.xhtmlrenderer.css.constants.CSSName QUOTES
public static final org.xhtmlrenderer.css.constants.CSSName RIGHT
public static final org.xhtmlrenderer.css.constants.CSSName SRC
public static final org.xhtmlrenderer.css.constants.CSSName TABLE_LAYOUT
public static final org.xhtmlrenderer.css.constants.CSSName TEXT_ALIGN
public static final org.xhtmlrenderer.css.constants.CSSName TEXT_DECORATION
public static final org.xhtmlrenderer.css.constants.CSSName TEXT_INDENT
public static final org.xhtmlrenderer.css.constants.CSSName TEXT_TRANSFORM
public static final org.xhtmlrenderer.css.constants.CSSName TOP
public static final org.xhtmlrenderer.css.constants.CSSName UNICODE_BIDI
public static final org.xhtmlrenderer.css.constants.CSSName VERTICAL_ALIGN
public static final org.xhtmlrenderer.css.constants.CSSName VISIBILITY
public static final org.xhtmlrenderer.css.constants.CSSName WHITE_SPACE
public static final org.xhtmlrenderer.css.constants.CSSName WIDOWS
public static final org.xhtmlrenderer.css.constants.CSSName WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName WORD_SPACING
public static final org.xhtmlrenderer.css.constants.CSSName Z_INDEX
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_TOP_COLOR
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_RIGHT_COLOR
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_BOTTOM_COLOR
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_LEFT_COLOR
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_TOP_STYLE
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_RIGHT_STYLE
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_BOTTOM_STYLE
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_LEFT_STYLE
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_TOP_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_RIGHT_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_BOTTOM_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_LEFT_WIDTH
public static final org.xhtmlrenderer.css.constants.CSSName MARGIN_TOP
public static final org.xhtmlrenderer.css.constants.CSSName MARGIN_RIGHT
public static final org.xhtmlrenderer.css.constants.CSSName MARGIN_BOTTOM
public static final org.xhtmlrenderer.css.constants.CSSName MARGIN_LEFT
public static final org.xhtmlrenderer.css.constants.CSSName PADDING_TOP
public static final org.xhtmlrenderer.css.constants.CSSName PADDING_RIGHT
public static final org.xhtmlrenderer.css.constants.CSSName PADDING_BOTTOM
public static final org.xhtmlrenderer.css.constants.CSSName PADDING_LEFT
public static final org.xhtmlrenderer.css.constants.CSSName BACKGROUND_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_WIDTH_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_STYLE_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_TOP_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_RIGHT_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_BOTTOM_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_LEFT_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_COLOR_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName BORDER_SPACING
public static final org.xhtmlrenderer.css.constants.CSSName FONT_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName LIST_STYLE_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName MARGIN_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName OUTLINE_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName PADDING_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName SIZE_SHORTHAND
public static final org.xhtmlrenderer.css.constants.CSSName[] MARGIN_SIDE_PROPERTIES
public static final org.xhtmlrenderer.css.constants.CSSName[] PADDING_SIDE_PROPERTIES
public static final org.xhtmlrenderer.css.constants.CSSName[] BORDER_SIDE_PROPERTIES
public static final org.xhtmlrenderer.css.constants.CSSName[] BORDER_STYLE_PROPERTIES
public static final org.xhtmlrenderer.css.constants.CSSName[] BORDER_COLOR_PROPERTIES
private void (java.lang.String, java.lang.String, boolean, java.lang.Object, boolean, org.xhtmlrenderer.css.parser.property.PropertyBuilder)
String propName
String initialValue
boolean inherits
Object type
boolean implemented
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
public java.lang.String toString ()
public static final int countCSSNames ()
public static final int countCSSPrimitiveNames ()
public static final java.util.Iterator allCSS2PropertyNames ()
public static final java.util.Iterator allCSS2PrimitivePropertyNames ()
public static final boolean propertyInherits (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public static final java.lang.String initialValue (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public static final org.xhtmlrenderer.css.style.FSDerivedValue initialDerivedValue (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public static final boolean isImplemented (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public static final org.xhtmlrenderer.css.parser.property.PropertyBuilder getPropertyBuilder (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public static org.xhtmlrenderer.css.constants.CSSName getByPropertyName (java.lang.String)
String propName
public static org.xhtmlrenderer.css.constants.CSSName getByID (int)
int id
private static final synchronized org.xhtmlrenderer.css.constants.CSSName addProperty (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, org.xhtmlrenderer.css.parser.property.PropertyBuilder)
String propName
Object type
String initialValue
Object inherit
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
private static final synchronized org.xhtmlrenderer.css.constants.CSSName addProperty (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, boolean, org.xhtmlrenderer.css.parser.property.PropertyBuilder)
String propName
Object type
String initialValue
Object inherit
boolean implemented
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
org.xhtmlrenderer.css.constants.CSSName cssName
public int compareTo (java.lang.Object)
Object object
public int hashCode ()
static void ()
org.xhtmlrenderer.css.constants.CSSName name
java.util.Iterator iter
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.Iterator i
org.xhtmlrenderer.css.parser.CSSParser parser
}
org/xhtmlrenderer/css/constants/IdentValue.classIdentValue.java
package org.xhtmlrenderer.css.constants
public org.xhtmlrenderer.css.constants.IdentValue extends java.lang.Object implements org.xhtmlrenderer.css.style.FSDerivedValue {
private static int maxAssigned
private final String ident
public final int FS_ID
public static final org.xhtmlrenderer.css.constants.IdentValue ABSOLUTE
public static final org.xhtmlrenderer.css.constants.IdentValue ALWAYS
public static final org.xhtmlrenderer.css.constants.IdentValue ARMENIAN
public static final org.xhtmlrenderer.css.constants.IdentValue AUTO
public static final org.xhtmlrenderer.css.constants.IdentValue AVOID
public static final org.xhtmlrenderer.css.constants.IdentValue BASELINE
public static final org.xhtmlrenderer.css.constants.IdentValue BLINK
public static final org.xhtmlrenderer.css.constants.IdentValue BLOCK
public static final org.xhtmlrenderer.css.constants.IdentValue BOLD
public static final org.xhtmlrenderer.css.constants.IdentValue BOLDER
public static final org.xhtmlrenderer.css.constants.IdentValue BOTH
public static final org.xhtmlrenderer.css.constants.IdentValue BOTTOM
public static final org.xhtmlrenderer.css.constants.IdentValue CAPITALIZE
public static final org.xhtmlrenderer.css.constants.IdentValue CENTER
public static final org.xhtmlrenderer.css.constants.IdentValue CIRCLE
public static final org.xhtmlrenderer.css.constants.IdentValue CJK_IDEOGRAPHIC
public static final org.xhtmlrenderer.css.constants.IdentValue CLOSE_QUOTE
public static final org.xhtmlrenderer.css.constants.IdentValue COLLAPSE
public static final org.xhtmlrenderer.css.constants.IdentValue COMPACT
public static final org.xhtmlrenderer.css.constants.IdentValue DASHED
public static final org.xhtmlrenderer.css.constants.IdentValue DECIMAL
public static final org.xhtmlrenderer.css.constants.IdentValue DECIMAL_LEADING_ZERO
public static final org.xhtmlrenderer.css.constants.IdentValue DISC
public static final org.xhtmlrenderer.css.constants.IdentValue DOTTED
public static final org.xhtmlrenderer.css.constants.IdentValue DOUBLE
public static final org.xhtmlrenderer.css.constants.IdentValue FIXED
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_100
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_200
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_300
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_400
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_500
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_600
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_700
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_800
public static final org.xhtmlrenderer.css.constants.IdentValue FONT_WEIGHT_900
public static final org.xhtmlrenderer.css.constants.IdentValue FS_CONTENT_PLACEHOLDER
public static final org.xhtmlrenderer.css.constants.IdentValue FS_INITIAL_VALUE
public static final org.xhtmlrenderer.css.constants.IdentValue GEORGIAN
public static final org.xhtmlrenderer.css.constants.IdentValue GROOVE
public static final org.xhtmlrenderer.css.constants.IdentValue HEBREW
public static final org.xhtmlrenderer.css.constants.IdentValue HIDDEN
public static final org.xhtmlrenderer.css.constants.IdentValue HIDE
public static final org.xhtmlrenderer.css.constants.IdentValue HIRAGANA
public static final org.xhtmlrenderer.css.constants.IdentValue HIRAGANA_IROHA
public static final org.xhtmlrenderer.css.constants.IdentValue INHERIT
public static final org.xhtmlrenderer.css.constants.IdentValue INLINE
public static final org.xhtmlrenderer.css.constants.IdentValue INLINE_BLOCK
public static final org.xhtmlrenderer.css.constants.IdentValue INLINE_TABLE
public static final org.xhtmlrenderer.css.constants.IdentValue INSET
public static final org.xhtmlrenderer.css.constants.IdentValue INSIDE
public static final org.xhtmlrenderer.css.constants.IdentValue ITALIC
public static final org.xhtmlrenderer.css.constants.IdentValue JUSTIFY
public static final org.xhtmlrenderer.css.constants.IdentValue KATAKANA
public static final org.xhtmlrenderer.css.constants.IdentValue KATAKANA_IROHA
public static final org.xhtmlrenderer.css.constants.IdentValue KEEP
public static final org.xhtmlrenderer.css.constants.IdentValue LANDSCAPE
public static final org.xhtmlrenderer.css.constants.IdentValue LEFT
public static final org.xhtmlrenderer.css.constants.IdentValue LIGHTER
public static final org.xhtmlrenderer.css.constants.IdentValue LINE
public static final org.xhtmlrenderer.css.constants.IdentValue LINE_THROUGH
public static final org.xhtmlrenderer.css.constants.IdentValue LIST_ITEM
public static final org.xhtmlrenderer.css.constants.IdentValue LOWER_ALPHA
public static final org.xhtmlrenderer.css.constants.IdentValue LOWER_GREEK
public static final org.xhtmlrenderer.css.constants.IdentValue LOWER_LATIN
public static final org.xhtmlrenderer.css.constants.IdentValue LOWER_ROMAN
public static final org.xhtmlrenderer.css.constants.IdentValue LOWERCASE
public static final org.xhtmlrenderer.css.constants.IdentValue LTR
public static final org.xhtmlrenderer.css.constants.IdentValue MARKER
public static final org.xhtmlrenderer.css.constants.IdentValue MIDDLE
public static final org.xhtmlrenderer.css.constants.IdentValue NO_CLOSE_QUOTE
public static final org.xhtmlrenderer.css.constants.IdentValue NO_OPEN_QUOTE
public static final org.xhtmlrenderer.css.constants.IdentValue NO_REPEAT
public static final org.xhtmlrenderer.css.constants.IdentValue NONE
public static final org.xhtmlrenderer.css.constants.IdentValue NORMAL
public static final org.xhtmlrenderer.css.constants.IdentValue NOWRAP
public static final org.xhtmlrenderer.css.constants.IdentValue OBLIQUE
public static final org.xhtmlrenderer.css.constants.IdentValue OPEN_QUOTE
public static final org.xhtmlrenderer.css.constants.IdentValue OUTSET
public static final org.xhtmlrenderer.css.constants.IdentValue OUTSIDE
public static final org.xhtmlrenderer.css.constants.IdentValue OVERLINE
public static final org.xhtmlrenderer.css.constants.IdentValue PAGINATE
public static final org.xhtmlrenderer.css.constants.IdentValue POINTER
public static final org.xhtmlrenderer.css.constants.IdentValue PORTRAIT
public static final org.xhtmlrenderer.css.constants.IdentValue PRE
public static final org.xhtmlrenderer.css.constants.IdentValue PRE_LINE
public static final org.xhtmlrenderer.css.constants.IdentValue PRE_WRAP
public static final org.xhtmlrenderer.css.constants.IdentValue RELATIVE
public static final org.xhtmlrenderer.css.constants.IdentValue REPEAT
public static final org.xhtmlrenderer.css.constants.IdentValue REPEAT_X
public static final org.xhtmlrenderer.css.constants.IdentValue REPEAT_Y
public static final org.xhtmlrenderer.css.constants.IdentValue RIDGE
public static final org.xhtmlrenderer.css.constants.IdentValue RIGHT
public static final org.xhtmlrenderer.css.constants.IdentValue RUN_IN
public static final org.xhtmlrenderer.css.constants.IdentValue SCROLL
public static final org.xhtmlrenderer.css.constants.IdentValue SEPARATE
public static final org.xhtmlrenderer.css.constants.IdentValue SHOW
public static final org.xhtmlrenderer.css.constants.IdentValue SMALL_CAPS
public static final org.xhtmlrenderer.css.constants.IdentValue SOLID
public static final org.xhtmlrenderer.css.constants.IdentValue SQUARE
public static final org.xhtmlrenderer.css.constants.IdentValue STATIC
public static final org.xhtmlrenderer.css.constants.IdentValue SUB
public static final org.xhtmlrenderer.css.constants.IdentValue SUPER
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_CAPTION
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_CELL
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_COLUMN
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_COLUMN_GROUP
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_FOOTER_GROUP
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_HEADER_GROUP
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_ROW
public static final org.xhtmlrenderer.css.constants.IdentValue TABLE_ROW_GROUP
public static final org.xhtmlrenderer.css.constants.IdentValue TEXT_BOTTOM
public static final org.xhtmlrenderer.css.constants.IdentValue TEXT_TOP
public static final org.xhtmlrenderer.css.constants.IdentValue THICK
public static final org.xhtmlrenderer.css.constants.IdentValue THIN
public static final org.xhtmlrenderer.css.constants.IdentValue TOP
public static final org.xhtmlrenderer.css.constants.IdentValue TRANSPARENT
public static final org.xhtmlrenderer.css.constants.IdentValue UNDERLINE
public static final org.xhtmlrenderer.css.constants.IdentValue UPPER_ALPHA
public static final org.xhtmlrenderer.css.constants.IdentValue UPPER_LATIN
public static final org.xhtmlrenderer.css.constants.IdentValue UPPER_ROMAN
public static final org.xhtmlrenderer.css.constants.IdentValue UPPERCASE
public static final org.xhtmlrenderer.css.constants.IdentValue VISIBLE
public static final org.xhtmlrenderer.css.constants.IdentValue CROSSHAIR
public static final org.xhtmlrenderer.css.constants.IdentValue DEFAULT
public static final org.xhtmlrenderer.css.constants.IdentValue EMBED
public static final org.xhtmlrenderer.css.constants.IdentValue E_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue HELP
public static final org.xhtmlrenderer.css.constants.IdentValue LARGE
public static final org.xhtmlrenderer.css.constants.IdentValue LARGER
public static final org.xhtmlrenderer.css.constants.IdentValue MEDIUM
public static final org.xhtmlrenderer.css.constants.IdentValue MOVE
public static final org.xhtmlrenderer.css.constants.IdentValue N_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue NE_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue NW_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue PROGRESS
public static final org.xhtmlrenderer.css.constants.IdentValue S_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue SE_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue SMALL
public static final org.xhtmlrenderer.css.constants.IdentValue SMALLER
public static final org.xhtmlrenderer.css.constants.IdentValue START
public static final org.xhtmlrenderer.css.constants.IdentValue SW_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue TEXT
public static final org.xhtmlrenderer.css.constants.IdentValue W_RESIZE
public static final org.xhtmlrenderer.css.constants.IdentValue WAIT
public static final org.xhtmlrenderer.css.constants.IdentValue X_LARGE
public static final org.xhtmlrenderer.css.constants.IdentValue X_SMALL
public static final org.xhtmlrenderer.css.constants.IdentValue XX_LARGE
public static final org.xhtmlrenderer.css.constants.IdentValue XX_SMALL
private static java.util.Map ALL_IDENT_VALUES
private void (java.lang.String)
String ident
public java.lang.String toString ()
public static org.xhtmlrenderer.css.constants.IdentValue getByIdentString (java.lang.String)
String ident
org.xhtmlrenderer.css.constants.IdentValue val
public static boolean looksLikeIdent (java.lang.String)
String ident
public static org.xhtmlrenderer.css.constants.IdentValue valueOf (java.lang.String)
String ident
public static int getIdentCount ()
private static final synchronized org.xhtmlrenderer.css.constants.IdentValue addValue (java.lang.String)
String ident
org.xhtmlrenderer.css.constants.IdentValue val
public boolean isDeclaredInherit ()
public org.xhtmlrenderer.css.style.FSDerivedValue computedValue ()
public float asFloat ()
public org.xhtmlrenderer.css.parser.FSColor asColor ()
public float getFloatProportionalTo (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.constants.CSSName cssName
float baseValue
org.xhtmlrenderer.css.style.CssContext ctx
public java.lang.String asString ()
public java.lang.String[] asStringArray ()
public org.xhtmlrenderer.css.constants.IdentValue asIdentValue ()
public boolean hasAbsoluteUnit ()
public boolean isIdent ()
public boolean isDependentOnFontSize ()
static void ()
}
org/xhtmlrenderer/css/constants/Idents.classIdents.java
package org.xhtmlrenderer.css.constants
public final org.xhtmlrenderer.css.constants.Idents extends java.lang.Object {
private static final String RCSS_NUMBER
private static final String RCSS_LENGTH
private static final java.util.regex.Pattern CSS_NUMBER_PATTERN
private static final java.util.regex.Pattern CSS_LENGTH_PATTERN
private static final java.util.regex.Pattern COLOR_HEX_PATTERN
private static final java.util.regex.Pattern FUNCTION_PATTERN
private static final java.util.Map COLOR_MAP
private static final java.util.Map FONT_SIZES
private static final java.util.Map FONT_WEIGHTS
private static final java.util.Map BORDER_WIDTHS
private static final java.util.Map BACKGROUND_POSITIONS
private static final java.util.List BACKGROUND_REPEATS
private static final java.util.List BORDER_STYLES
private static final java.util.List LIST_TYPES
private static final java.util.List FONT_STYLES
private static final java.util.List BACKGROUND_POSITIONS_IDENTS
public void ()
public static java.lang.String convertIdent (org.xhtmlrenderer.css.constants.CSSName, java.lang.String)
String size
String size
String pos
String size
String fallback
org.xhtmlrenderer.css.constants.CSSName cssName
String ident
String val
public static boolean looksLikeABorderStyle (java.lang.String)
String val
public static boolean looksLikeAColor (java.lang.String)
String val
public static boolean looksLikeALength (java.lang.String)
String val
public static boolean looksLikeAURI (java.lang.String)
String val
public static boolean looksLikeAFunction (java.lang.String)
String value
public static boolean looksLikeABGRepeat (java.lang.String)
String val
public static boolean looksLikeABGAttachment (java.lang.String)
String val
public static boolean looksLikeABGPosition (java.lang.String)
String val
public static boolean looksLikeAListStyleType (java.lang.String)
String val
public static boolean looksLikeAListStyleImage (java.lang.String)
String val
public static boolean looksLikeAListStylePosition (java.lang.String)
String val
public static boolean looksLikeAFontStyle (java.lang.String)
String val
public static boolean looksLikeAFontVariant (java.lang.String)
String val
public static boolean looksLikeAFontWeight (java.lang.String)
String val
public static boolean looksLikeAFontSize (java.lang.String)
String val
public static boolean looksLikeALineHeight (java.lang.String)
String val
public static boolean looksLikeANumber (java.lang.String)
String val
public static java.lang.String getColorHex (java.lang.String)
java.util.regex.Matcher m
String value
String retval
public static boolean looksLikeAQuote (java.lang.String)
String content
public static boolean looksLikeASkipQuote (java.lang.String)
String content
static void ()
}
org/xhtmlrenderer/css/constants/MarginBoxName.classMarginBoxName.java
package org.xhtmlrenderer.css.constants
public org.xhtmlrenderer.css.constants.MarginBoxName extends java.lang.Object {
private static final java.util.Map ALL
private static int _maxAssigned
public final int FS_ID
private final String _ident
private final org.xhtmlrenderer.css.constants.IdentValue _textAlign
private final org.xhtmlrenderer.css.constants.IdentValue _verticalAlign
public static final org.xhtmlrenderer.css.constants.MarginBoxName TOP_LEFT_CORNER
public static final org.xhtmlrenderer.css.constants.MarginBoxName TOP_LEFT
public static final org.xhtmlrenderer.css.constants.MarginBoxName TOP_CENTER
public static final org.xhtmlrenderer.css.constants.MarginBoxName TOP_RIGHT
public static final org.xhtmlrenderer.css.constants.MarginBoxName TOP_RIGHT_CORNER
public static final org.xhtmlrenderer.css.constants.MarginBoxName BOTTOM_LEFT_CORNER
public static final org.xhtmlrenderer.css.constants.MarginBoxName BOTTOM_LEFT
public static final org.xhtmlrenderer.css.constants.MarginBoxName BOTTOM_CENTER
public static final org.xhtmlrenderer.css.constants.MarginBoxName BOTTOM_RIGHT
public static final org.xhtmlrenderer.css.constants.MarginBoxName BOTTOM_RIGHT_CORNER
public static final org.xhtmlrenderer.css.constants.MarginBoxName LEFT_TOP
public static final org.xhtmlrenderer.css.constants.MarginBoxName LEFT_MIDDLE
public static final org.xhtmlrenderer.css.constants.MarginBoxName LEFT_BOTTOM
public static final org.xhtmlrenderer.css.constants.MarginBoxName RIGHT_TOP
public static final org.xhtmlrenderer.css.constants.MarginBoxName RIGHT_MIDDLE
public static final org.xhtmlrenderer.css.constants.MarginBoxName RIGHT_BOTTOM
public static final org.xhtmlrenderer.css.constants.MarginBoxName FS_PDF_XMP_METADATA
private void (java.lang.String, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
String ident
org.xhtmlrenderer.css.constants.IdentValue textAlign
org.xhtmlrenderer.css.constants.IdentValue verticalAlign
private static final org.xhtmlrenderer.css.constants.MarginBoxName addValue (java.lang.String, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
String ident
org.xhtmlrenderer.css.constants.IdentValue textAlign
org.xhtmlrenderer.css.constants.IdentValue verticalAlign
org.xhtmlrenderer.css.constants.MarginBoxName val
public java.lang.String toString ()
public static org.xhtmlrenderer.css.constants.MarginBoxName valueOf (java.lang.String)
String ident
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
public org.xhtmlrenderer.css.constants.IdentValue getInitialTextAlign ()
public org.xhtmlrenderer.css.constants.IdentValue getInitialVerticalAlign ()
static void ()
}
org/xhtmlrenderer/css/constants/PageElementPosition.classPageElementPosition.java
package org.xhtmlrenderer.css.constants
public org.xhtmlrenderer.css.constants.PageElementPosition extends java.lang.Object {
private static final java.util.Map ALL
private static int _maxAssigned
public final int FS_ID
private final String _ident
public static final org.xhtmlrenderer.css.constants.PageElementPosition START
public static final org.xhtmlrenderer.css.constants.PageElementPosition FIRST
public static final org.xhtmlrenderer.css.constants.PageElementPosition LAST
public static final org.xhtmlrenderer.css.constants.PageElementPosition LAST_EXCEPT
private void (java.lang.String)
String ident
private static final org.xhtmlrenderer.css.constants.PageElementPosition addValue (java.lang.String)
String ident
org.xhtmlrenderer.css.constants.PageElementPosition val
public java.lang.String toString ()
public static org.xhtmlrenderer.css.constants.PageElementPosition valueOf (java.lang.String)
String ident
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
static void ()
}
org/xhtmlrenderer/css/constants/ValueConstants.classValueConstants.java
package org.xhtmlrenderer.css.constants
public final org.xhtmlrenderer.css.constants.ValueConstants extends java.lang.Object {
private static final java.util.List TYPE_DESCRIPTIONS
private static final java.util.Map sacTypesStrings
static Class class$org$w3c$dom$css$CSSPrimitiveValue
public void ()
public static java.lang.String cssType (int, int)
int cssType
int primitiveValueType
String desc
public static short sacPrimitiveTypeForString (java.lang.String)
String type
public static java.lang.String stringForSACPrimitiveType (short)
short type
public static boolean isAbsoluteUnit (org.w3c.dom.css.CSSPrimitiveValue)
org.w3c.dom.css.CSSPrimitiveValue primitive
short type
public static boolean isAbsoluteUnit (short)
short type
public static java.lang.String getCssValueTypeDesc (org.w3c.dom.css.CSSValue)
org.w3c.dom.css.CSSValue cssValue
public static boolean isNumber (short)
short cssPrimitiveType
public static short guessType (java.lang.String)
NumberFormatException ex
String hmm
String value
short type
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
Short val
String name
java.lang.reflect.Field f
int mod
int i
java.lang.reflect.Field[] fields
java.util.List keys
java.util.Iterator iter
Exception ex
java.util.SortedMap map
}
org/xhtmlrenderer/css/extend/
org/xhtmlrenderer/css/extend/AttributeResolver.classAttributeResolver.java
package org.xhtmlrenderer.css.extend
public abstract org.xhtmlrenderer.css.extend.AttributeResolver extends java.lang.Object {
public abstract java.lang.String getAttributeValue (java.lang.Object, java.lang.String)
public abstract java.lang.String getAttributeValue (java.lang.Object, java.lang.String, java.lang.String)
public abstract java.lang.String getClass (java.lang.Object)
public abstract java.lang.String getID (java.lang.Object)
public abstract java.lang.String getNonCssStyling (java.lang.Object)
public abstract java.lang.String getElementStyling (java.lang.Object)
public abstract java.lang.String getLang (java.lang.Object)
public abstract boolean isLink (java.lang.Object)
public abstract boolean isVisited (java.lang.Object)
public abstract boolean isHover (java.lang.Object)
public abstract boolean isActive (java.lang.Object)
public abstract boolean isFocus (java.lang.Object)
}
org/xhtmlrenderer/css/extend/ContentFunction.classContentFunction.java
package org.xhtmlrenderer.css.extend
public abstract org.xhtmlrenderer.css.extend.ContentFunction extends java.lang.Object {
public abstract boolean isStatic ()
public abstract java.lang.String calculate (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
public abstract java.lang.String calculate (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.parser.FSFunction, org.xhtmlrenderer.render.InlineText)
public abstract java.lang.String getLayoutReplacementText ()
public abstract boolean canHandle (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.FSFunction)
}
org/xhtmlrenderer/css/extend/StylesheetFactory.classStylesheetFactory.java
package org.xhtmlrenderer.css.extend
public abstract org.xhtmlrenderer.css.extend.StylesheetFactory extends java.lang.Object {
public abstract org.xhtmlrenderer.css.sheet.Stylesheet parse (java.io.Reader, org.xhtmlrenderer.css.sheet.StylesheetInfo)
public abstract org.xhtmlrenderer.css.sheet.Ruleset parseStyleDeclaration (int, java.lang.String)
public abstract org.xhtmlrenderer.css.sheet.Stylesheet getStylesheet (org.xhtmlrenderer.css.sheet.StylesheetInfo)
}
org/xhtmlrenderer/css/extend/TreeResolver.classTreeResolver.java
package org.xhtmlrenderer.css.extend
public abstract org.xhtmlrenderer.css.extend.TreeResolver extends java.lang.Object {
public static final String NO_NAMESPACE
public abstract java.lang.Object getParentElement (java.lang.Object)
public abstract java.lang.String getElementName (java.lang.Object)
public abstract java.lang.Object getPreviousSiblingElement (java.lang.Object)
public abstract boolean isFirstChildElement (java.lang.Object)
public abstract boolean matchesElement (java.lang.Object, java.lang.String, java.lang.String)
static void ()
}
org/xhtmlrenderer/css/extend/lib/
org/xhtmlrenderer/css/extend/lib/DOMStaticXhtmlAttributeResolver.classDOMStaticXhtmlAttributeResolver.java
package org.xhtmlrenderer.css.extend.lib
public org.xhtmlrenderer.css.extend.lib.DOMStaticXhtmlAttributeResolver extends java.lang.Object implements org.xhtmlrenderer.css.extend.AttributeResolver {
public void ()
public java.lang.String getAttributeValue (java.lang.Object, java.lang.String)
Object e
String attrName
public java.lang.String getAttributeValue (java.lang.Object, java.lang.String, java.lang.String)
org.w3c.dom.Attr attr
int i
org.w3c.dom.NamedNodeMap attrs
int l
Object o
String namespaceURI
String attrName
org.w3c.dom.Element e
public java.lang.String getClass (java.lang.Object)
Object e
public java.lang.String getID (java.lang.Object)
Object e
public java.lang.String getNonCssStyling (java.lang.Object)
Object e
public java.lang.String getLang (java.lang.Object)
Object e
public java.lang.String getElementStyling (java.lang.Object)
String s
Object el
org.w3c.dom.Element e
StringBuffer style
public boolean isActive (java.lang.Object)
Object e
public boolean isFocus (java.lang.Object)
Object e
public boolean isHover (java.lang.Object)
Object e
public boolean isLink (java.lang.Object)
Object el
org.w3c.dom.Element e
public boolean isVisited (java.lang.Object)
Object e
}
org/xhtmlrenderer/css/extend/lib/DOMTreeResolver.classDOMTreeResolver.java
package org.xhtmlrenderer.css.extend.lib
public org.xhtmlrenderer.css.extend.lib.DOMTreeResolver extends java.lang.Object implements org.xhtmlrenderer.css.extend.TreeResolver {
public void ()
public java.lang.Object getParentElement (java.lang.Object)
Object element
org.w3c.dom.Node parent
public java.lang.Object getPreviousSiblingElement (java.lang.Object)
Object element
org.w3c.dom.Node sibling
public java.lang.String getElementName (java.lang.Object)
Object element
String name
public boolean isFirstChildElement (java.lang.Object)
Object element
org.w3c.dom.Node parent
org.w3c.dom.NodeList nl
int i
public boolean matchesElement (java.lang.Object, java.lang.String, java.lang.String)
String eName
Object element
String namespaceURI
String name
org.w3c.dom.Element e
String localName
String eName
}
org/xhtmlrenderer/css/newmatch/
org/xhtmlrenderer/css/newmatch/CascadedStyle.classCascadedStyle.java
package org.xhtmlrenderer.css.newmatch
public org.xhtmlrenderer.css.newmatch.CascadedStyle extends java.lang.Object {
private java.util.Map cascadedProperties
private String fingerprint
public static final org.xhtmlrenderer.css.newmatch.CascadedStyle emptyCascadedStyle
public static org.xhtmlrenderer.css.newmatch.CascadedStyle createAnonymousStyle (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue display
org.w3c.dom.css.CSSPrimitiveValue val
java.util.List props
public static org.xhtmlrenderer.css.newmatch.CascadedStyle createLayoutStyle (org.xhtmlrenderer.css.sheet.PropertyDeclaration[])
org.xhtmlrenderer.css.sheet.PropertyDeclaration[] decls
public static org.xhtmlrenderer.css.newmatch.CascadedStyle createLayoutStyle (java.util.List)
java.util.List decls
public static org.xhtmlrenderer.css.newmatch.CascadedStyle createLayoutStyle (org.xhtmlrenderer.css.newmatch.CascadedStyle, org.xhtmlrenderer.css.sheet.PropertyDeclaration[])
org.xhtmlrenderer.css.newmatch.CascadedStyle startingPoint
org.xhtmlrenderer.css.sheet.PropertyDeclaration[] decls
public static org.xhtmlrenderer.css.sheet.PropertyDeclaration createLayoutPropertyDeclaration (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.constants.IdentValue display
org.w3c.dom.css.CSSPrimitiveValue val
void (java.util.Iterator)
java.util.Iterator iter
private void addProperties (java.util.Iterator)
int i
org.xhtmlrenderer.css.sheet.PropertyDeclaration prop
org.xhtmlrenderer.css.sheet.PropertyDeclaration prop
java.util.Iterator it
int i
java.util.Iterator iter
java.util.List[] buckets
private void (org.xhtmlrenderer.css.newmatch.CascadedStyle, java.util.Iterator)
org.xhtmlrenderer.css.newmatch.CascadedStyle startingPoint
java.util.Iterator props
private void ()
public boolean hasProperty (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public org.xhtmlrenderer.css.sheet.PropertyDeclaration propertyByName (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.sheet.PropertyDeclaration prop
public org.xhtmlrenderer.css.constants.IdentValue getIdent (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.sheet.PropertyDeclaration pd
public java.util.Iterator getCascadedPropertyDeclarations ()
java.util.List list
java.util.Iterator iter
public int countAssigned ()
public java.lang.String getFingerprint ()
StringBuffer sb
java.util.Iterator iter
static void ()
}
org/xhtmlrenderer/css/newmatch/Condition$AttributeCompareCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
abstract org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition extends org.xhtmlrenderer.css.newmatch.Condition {
private String _namespaceURI
private String _name
private String _value
protected abstract boolean compare (java.lang.String, java.lang.String)
void (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
String val
}
org/xhtmlrenderer/css/newmatch/Condition$AttributeEqualsCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$AttributeEqualsCondition extends org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition {
void (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
protected boolean compare (java.lang.String, java.lang.String)
String attrValue
String conditionValue
}
org/xhtmlrenderer/css/newmatch/Condition$AttributeExistsCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$AttributeExistsCondition extends org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition {
void (java.lang.String, java.lang.String)
String namespaceURI
String name
protected boolean compare (java.lang.String, java.lang.String)
String attrValue
String conditionValue
}
org/xhtmlrenderer/css/newmatch/Condition$AttributeMatchesFirstPartCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$AttributeMatchesFirstPartCondition extends org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition {
void (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
protected boolean compare (java.lang.String, java.lang.String)
String attrValue
String conditionValue
String[] ca
}
org/xhtmlrenderer/css/newmatch/Condition$AttributeMatchesListCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$AttributeMatchesListCondition extends org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition {
void (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
protected boolean compare (java.lang.String, java.lang.String)
int j
String attrValue
String conditionValue
String[] ca
boolean matched
}
org/xhtmlrenderer/css/newmatch/Condition$AttributePrefixCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$AttributePrefixCondition extends org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition {
void (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
protected boolean compare (java.lang.String, java.lang.String)
String attrValue
String conditionValue
}
org/xhtmlrenderer/css/newmatch/Condition$AttributeSubstringCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$AttributeSubstringCondition extends org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition {
void (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
protected boolean compare (java.lang.String, java.lang.String)
String attrValue
String conditionValue
}
org/xhtmlrenderer/css/newmatch/Condition$AttributeSuffixCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$AttributeSuffixCondition extends org.xhtmlrenderer.css.newmatch.Condition$AttributeCompareCondition {
void (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
protected boolean compare (java.lang.String, java.lang.String)
String attrValue
String conditionValue
}
org/xhtmlrenderer/css/newmatch/Condition$ClassCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$ClassCondition extends org.xhtmlrenderer.css.newmatch.Condition {
private String _className
void (java.lang.String)
String className
boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
int j
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
String c
String[] ca
boolean matched
}
org/xhtmlrenderer/css/newmatch/Condition$FirstChildCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$FirstChildCondition extends org.xhtmlrenderer.css.newmatch.Condition {
void ()
boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
}
org/xhtmlrenderer/css/newmatch/Condition$IDCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$IDCondition extends org.xhtmlrenderer.css.newmatch.Condition {
private String _id
void (java.lang.String)
String id
boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
}
org/xhtmlrenderer/css/newmatch/Condition$LangCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$LangCondition extends org.xhtmlrenderer.css.newmatch.Condition {
private String _lang
void (java.lang.String)
String lang
boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
String lang
String[] ca
}
org/xhtmlrenderer/css/newmatch/Condition$LinkCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$LinkCondition extends org.xhtmlrenderer.css.newmatch.Condition {
void ()
boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
}
org/xhtmlrenderer/css/newmatch/Condition$UnsupportedCondition.classCondition.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Condition$UnsupportedCondition extends org.xhtmlrenderer.css.newmatch.Condition {
void ()
boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
}
org/xhtmlrenderer/css/newmatch/Condition.classCondition.java
package org.xhtmlrenderer.css.newmatch
abstract org.xhtmlrenderer.css.newmatch.Condition extends java.lang.Object {
void ()
abstract boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
static org.xhtmlrenderer.css.newmatch.Condition createAttributeExistsCondition (java.lang.String, java.lang.String)
String namespaceURI
String name
static org.xhtmlrenderer.css.newmatch.Condition createAttributePrefixCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
static org.xhtmlrenderer.css.newmatch.Condition createAttributeSuffixCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
static org.xhtmlrenderer.css.newmatch.Condition createAttributeSubstringCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
static org.xhtmlrenderer.css.newmatch.Condition createAttributeEqualsCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
static org.xhtmlrenderer.css.newmatch.Condition createAttributeMatchesListCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
static org.xhtmlrenderer.css.newmatch.Condition createAttributeMatchesFirstPartCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
static org.xhtmlrenderer.css.newmatch.Condition createClassCondition (java.lang.String)
String className
static org.xhtmlrenderer.css.newmatch.Condition createIDCondition (java.lang.String)
String id
static org.xhtmlrenderer.css.newmatch.Condition createLangCondition (java.lang.String)
String lang
static org.xhtmlrenderer.css.newmatch.Condition createFirstChildCondition ()
static org.xhtmlrenderer.css.newmatch.Condition createLinkCondition ()
static org.xhtmlrenderer.css.newmatch.Condition createUnsupportedCondition ()
private static java.lang.String[] split (java.lang.String, char)
java.util.List result
int last
int next
String s
char ch
static java.lang.String[] access$000 (java.lang.String, char)
String x0
char x1
}
org/xhtmlrenderer/css/newmatch/Matcher$1.classMatcher.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Matcher$1 extends java.lang.Object implements java.util.Comparator {
private final org.xhtmlrenderer.css.newmatch.Matcher this$0
void (org.xhtmlrenderer.css.newmatch.Matcher)
public int compare (java.lang.Object, java.lang.Object)
Object o1
Object o2
org.xhtmlrenderer.css.sheet.PageRule p1
org.xhtmlrenderer.css.sheet.PageRule p2
}
org/xhtmlrenderer/css/newmatch/Matcher$2.classMatcher.java
package org.xhtmlrenderer.css.newmatch
final org.xhtmlrenderer.css.newmatch.Matcher$2 extends java.lang.Object implements java.util.Iterator {
java.util.Iterator selectors
private final java.util.List val$mappedSelectors
void (java.util.List)
public boolean hasNext ()
public java.lang.Object next ()
public void remove ()
}
org/xhtmlrenderer/css/newmatch/Matcher$3.classMatcher.java
package org.xhtmlrenderer.css.newmatch
final org.xhtmlrenderer.css.newmatch.Matcher$3 extends java.lang.Object implements java.util.Iterator {
java.util.Iterator selectors
private final java.util.List val$sl
void (java.util.List)
public boolean hasNext ()
public java.lang.Object next ()
public void remove ()
}
org/xhtmlrenderer/css/newmatch/Matcher$Mapper.classMatcher.java
package org.xhtmlrenderer.css.newmatch
org.xhtmlrenderer.css.newmatch.Matcher$Mapper extends java.lang.Object {
java.util.List axes
private java.util.HashMap pseudoSelectors
private java.util.List mappedSelectors
private java.util.HashMap children
private final org.xhtmlrenderer.css.newmatch.Matcher this$0
void (org.xhtmlrenderer.css.newmatch.Matcher, java.util.Collection)
java.util.Collection selectors
private void (org.xhtmlrenderer.css.newmatch.Matcher)
org.xhtmlrenderer.css.newmatch.Matcher$Mapper mapChild (java.lang.Object)
java.util.List l
org.xhtmlrenderer.css.newmatch.Selector sel
String pseudoElement
org.xhtmlrenderer.css.newmatch.Selector chain
int i
Object e
java.util.List childAxes
java.util.HashMap pseudoSelectors
java.util.List mappedSelectors
StringBuffer key
org.xhtmlrenderer.css.newmatch.Matcher$Mapper childMapper
org.xhtmlrenderer.css.newmatch.CascadedStyle getCascadedStyle (java.lang.Object)
org.xhtmlrenderer.css.sheet.Ruleset rs
java.util.Iterator i
org.xhtmlrenderer.css.newmatch.CascadedStyle cs
org.xhtmlrenderer.css.sheet.Ruleset elementStyling
org.xhtmlrenderer.css.sheet.Ruleset nonCssStyling
java.util.List propList
Object e
org.xhtmlrenderer.css.newmatch.CascadedStyle result
public org.xhtmlrenderer.css.newmatch.CascadedStyle getPECascadedStyle (java.lang.Object, java.lang.String)
org.xhtmlrenderer.css.sheet.Ruleset rs
java.util.Iterator i
Object e
String pseudoElement
java.util.Iterator si
org.xhtmlrenderer.css.newmatch.CascadedStyle cs
java.util.List pe
java.util.List propList
}
org/xhtmlrenderer/css/newmatch/Matcher.classMatcher.java
package org.xhtmlrenderer.css.newmatch
public org.xhtmlrenderer.css.newmatch.Matcher extends java.lang.Object {
org.xhtmlrenderer.css.newmatch.Matcher$Mapper docMapper
private org.xhtmlrenderer.css.extend.AttributeResolver _attRes
private org.xhtmlrenderer.css.extend.TreeResolver _treeRes
private org.xhtmlrenderer.css.extend.StylesheetFactory _styleFactory
private java.util.Map _map
private java.util.Set _hoverElements
private java.util.Set _activeElements
private java.util.Set _focusElements
private java.util.Set _visitElements
private java.util.List _pageRules
private java.util.List _fontFaceRules
public void (org.xhtmlrenderer.css.extend.TreeResolver, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.StylesheetFactory, java.util.List, java.lang.String)
org.xhtmlrenderer.css.extend.TreeResolver tr
org.xhtmlrenderer.css.extend.AttributeResolver ar
org.xhtmlrenderer.css.extend.StylesheetFactory factory
java.util.List stylesheets
String medium
public void removeStyle (java.lang.Object)
Object e
public org.xhtmlrenderer.css.newmatch.CascadedStyle getCascadedStyle (java.lang.Object, boolean)
org.xhtmlrenderer.css.newmatch.Matcher$Mapper em
org.xhtmlrenderer.css.newmatch.Matcher$Mapper em
Object e
boolean restyle
public org.xhtmlrenderer.css.newmatch.CascadedStyle getPECascadedStyle (java.lang.Object, java.lang.String)
org.xhtmlrenderer.css.newmatch.Matcher$Mapper em
Object e
String pseudoElement
public org.xhtmlrenderer.css.newmatch.PageInfo getPageCascadedStyle (java.lang.String, java.lang.String)
org.xhtmlrenderer.css.sheet.PageRule pageRule
java.util.Iterator i
String pageName
String pseudoPage
java.util.List props
java.util.Map marginBoxes
org.xhtmlrenderer.css.newmatch.CascadedStyle style
public java.util.List getFontFaceRules ()
public boolean isVisitedStyled (java.lang.Object)
Object e
public boolean isHoverStyled (java.lang.Object)
Object e
public boolean isActiveStyled (java.lang.Object)
Object e
public boolean isFocusStyled (java.lang.Object)
Object e
protected org.xhtmlrenderer.css.newmatch.Matcher$Mapper matchElement (java.lang.Object)
org.xhtmlrenderer.css.newmatch.Matcher$Mapper m
org.xhtmlrenderer.css.newmatch.Matcher$Mapper child
Object parent
org.xhtmlrenderer.css.newmatch.Matcher$Mapper child
Object e
org.xhtmlrenderer.css.newmatch.Matcher$Mapper createDocumentMapper (java.util.List, java.lang.String)
java.util.List stylesheets
String medium
java.util.TreeMap sorter
private void addAllStylesheets (java.util.List, java.util.TreeMap, java.lang.String)
org.xhtmlrenderer.css.newmatch.Selector selector
java.util.Iterator k
org.xhtmlrenderer.css.newmatch.Selector selector
java.util.Iterator l
org.xhtmlrenderer.css.sheet.Ruleset ruleset
java.util.Iterator k
org.xhtmlrenderer.css.sheet.MediaRule mediaRule
Object obj
java.util.Iterator j
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
java.util.Iterator i
java.util.List stylesheets
java.util.TreeMap sorter
String medium
int count
int pCount
private void link (java.lang.Object, org.xhtmlrenderer.css.newmatch.Matcher$Mapper)
Object e
org.xhtmlrenderer.css.newmatch.Matcher$Mapper m
private void newMaps ()
private org.xhtmlrenderer.css.newmatch.Matcher$Mapper getMapper (java.lang.Object)
Object e
org.xhtmlrenderer.css.newmatch.Matcher$Mapper m
private static java.util.Iterator getMatchedRulesets (java.util.List)
java.util.List mappedSelectors
private static java.util.Iterator getSelectedRulesets (java.util.List)
java.util.List selectorList
java.util.List sl
private org.xhtmlrenderer.css.sheet.Ruleset getElementStyle (java.lang.Object)
String style
Object e
private org.xhtmlrenderer.css.sheet.Ruleset getNonCssStyle (java.lang.Object)
String style
Object e
static org.xhtmlrenderer.css.extend.AttributeResolver access$000 (org.xhtmlrenderer.css.newmatch.Matcher)
org.xhtmlrenderer.css.newmatch.Matcher x0
static org.xhtmlrenderer.css.extend.TreeResolver access$100 (org.xhtmlrenderer.css.newmatch.Matcher)
org.xhtmlrenderer.css.newmatch.Matcher x0
static java.util.Set access$200 (org.xhtmlrenderer.css.newmatch.Matcher)
org.xhtmlrenderer.css.newmatch.Matcher x0
static java.util.Set access$300 (org.xhtmlrenderer.css.newmatch.Matcher)
org.xhtmlrenderer.css.newmatch.Matcher x0
static java.util.Set access$400 (org.xhtmlrenderer.css.newmatch.Matcher)
org.xhtmlrenderer.css.newmatch.Matcher x0
static java.util.Set access$500 (org.xhtmlrenderer.css.newmatch.Matcher)
org.xhtmlrenderer.css.newmatch.Matcher x0
static void access$600 (org.xhtmlrenderer.css.newmatch.Matcher, java.lang.Object, org.xhtmlrenderer.css.newmatch.Matcher$Mapper)
org.xhtmlrenderer.css.newmatch.Matcher x0
Object x1
org.xhtmlrenderer.css.newmatch.Matcher$Mapper x2
static org.xhtmlrenderer.css.sheet.Ruleset access$700 (org.xhtmlrenderer.css.newmatch.Matcher, java.lang.Object)
org.xhtmlrenderer.css.newmatch.Matcher x0
Object x1
static org.xhtmlrenderer.css.sheet.Ruleset access$800 (org.xhtmlrenderer.css.newmatch.Matcher, java.lang.Object)
org.xhtmlrenderer.css.newmatch.Matcher x0
Object x1
static java.util.Iterator access$900 (java.util.List)
java.util.List x0
static java.util.Iterator access$1000 (java.util.List)
java.util.List x0
}
org/xhtmlrenderer/css/newmatch/PageInfo.classPageInfo.java
package org.xhtmlrenderer.css.newmatch
public org.xhtmlrenderer.css.newmatch.PageInfo extends java.lang.Object {
private final java.util.List _properties
private final org.xhtmlrenderer.css.newmatch.CascadedStyle _pageStyle
private final java.util.Map _marginBoxes
private final java.util.List _xmpPropertyList
public void (java.util.List, org.xhtmlrenderer.css.newmatch.CascadedStyle, java.util.Map)
java.util.List properties
org.xhtmlrenderer.css.newmatch.CascadedStyle pageStyle
java.util.Map marginBoxes
public java.util.Map getMarginBoxes ()
public org.xhtmlrenderer.css.newmatch.CascadedStyle getPageStyle ()
public java.util.List getProperties ()
public org.xhtmlrenderer.css.newmatch.CascadedStyle createMarginBoxStyle (org.xhtmlrenderer.css.constants.MarginBoxName, boolean)
java.util.List all
org.xhtmlrenderer.css.constants.MarginBoxName marginBox
boolean alwaysCreate
java.util.List marginProps
java.util.List all
public boolean hasAny (org.xhtmlrenderer.css.constants.MarginBoxName[])
int i
org.xhtmlrenderer.css.constants.MarginBoxName[] marginBoxes
public java.util.List getXMPPropertyList ()
}
org/xhtmlrenderer/css/newmatch/Selector.classSelector.java
package org.xhtmlrenderer.css.newmatch
public org.xhtmlrenderer.css.newmatch.Selector extends java.lang.Object {
private org.xhtmlrenderer.css.sheet.Ruleset _parent
private org.xhtmlrenderer.css.newmatch.Selector chainedSelector
private org.xhtmlrenderer.css.newmatch.Selector siblingSelector
private int _axis
private String _name
private String _namespaceURI
private int _pc
private String _pe
private int _specificityB
private int _specificityC
private int _specificityD
private int _pos
private java.util.List conditions
public static final int DESCENDANT_AXIS
public static final int CHILD_AXIS
public static final int IMMEDIATE_SIBLING_AXIS
public static final int VISITED_PSEUDOCLASS
public static final int HOVER_PSEUDOCLASS
public static final int ACTIVE_PSEUDOCLASS
public static final int FOCUS_PSEUDOCLASS
private int selectorID
private static int selectorCount
public void ()
public boolean matches (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object sib
org.xhtmlrenderer.css.newmatch.Condition c
java.util.Iterator i
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
public boolean matchesDynamic (java.lang.Object, org.xhtmlrenderer.css.extend.AttributeResolver, org.xhtmlrenderer.css.extend.TreeResolver)
Object sib
Object e
org.xhtmlrenderer.css.extend.AttributeResolver attRes
org.xhtmlrenderer.css.extend.TreeResolver treeRes
public void addUnsupportedCondition ()
public void addLinkCondition ()
public void addFirstChildCondition ()
public void addLangCondition (java.lang.String)
String lang
public void addIDCondition (java.lang.String)
String id
public void addClassCondition (java.lang.String)
String className
public void addAttributeExistsCondition (java.lang.String, java.lang.String)
String namespaceURI
String name
public void addAttributeEqualsCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
public void addAttributePrefixCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
public void addAttributeSuffixCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
public void addAttributeSubstringCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
public void addAttributeMatchesListCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
public void addAttributeMatchesFirstPartCondition (java.lang.String, java.lang.String, java.lang.String)
String namespaceURI
String name
String value
public void setPseudoClass (int)
int pc
public void setPseudoElement (java.lang.String)
String pseudoElement
public boolean isPseudoClass (int)
int pc
public java.lang.String getPseudoElement ()
public org.xhtmlrenderer.css.newmatch.Selector getChainedSelector ()
public org.xhtmlrenderer.css.sheet.Ruleset getRuleset ()
public int getAxis ()
public int getSpecificityB ()
public int getSpecificityD ()
public int getSpecificityC ()
java.lang.String getOrder ()
String b
String c
String d
String p
java.lang.Object getAppropriateSibling (java.lang.Object, org.xhtmlrenderer.css.extend.TreeResolver)
Object e
org.xhtmlrenderer.css.extend.TreeResolver treeRes
Object sibling
private void addCondition (org.xhtmlrenderer.css.newmatch.Condition)
org.xhtmlrenderer.css.newmatch.Condition c
static java.lang.String getElementStylingOrder ()
public int getSelectorID ()
public void setName (java.lang.String)
String name
public void setPos (int)
int pos
public void setParent (org.xhtmlrenderer.css.sheet.Ruleset)
org.xhtmlrenderer.css.sheet.Ruleset ruleset
public void setAxis (int)
int axis
public void setSpecificityB (int)
int b
public void setSpecificityC (int)
int c
public void setSpecificityD (int)
int d
public void setChainedSelector (org.xhtmlrenderer.css.newmatch.Selector)
org.xhtmlrenderer.css.newmatch.Selector selector
public void setSiblingSelector (org.xhtmlrenderer.css.newmatch.Selector)
org.xhtmlrenderer.css.newmatch.Selector selector
public void setNamespaceURI (java.lang.String)
String namespaceURI
static void ()
}
org/xhtmlrenderer/css/parser/
org/xhtmlrenderer/css/parser/CSSErrorHandler.classCSSErrorHandler.java
package org.xhtmlrenderer.css.parser
public abstract org.xhtmlrenderer.css.parser.CSSErrorHandler extends java.lang.Object {
public abstract void error (java.lang.String, java.lang.String)
}
org/xhtmlrenderer/css/parser/CSSParseException.classCSSParseException.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.CSSParseException extends java.lang.RuntimeException {
private static final long serialVersionUID
private final org.xhtmlrenderer.css.parser.Token _found
private final org.xhtmlrenderer.css.parser.Token[] _expected
private int _line
private final String _genericMessage
private boolean _callerNotified
public void (java.lang.String, int)
String message
int line
public void (org.xhtmlrenderer.css.parser.Token, org.xhtmlrenderer.css.parser.Token, int)
org.xhtmlrenderer.css.parser.Token found
org.xhtmlrenderer.css.parser.Token expected
int line
public void (org.xhtmlrenderer.css.parser.Token, org.xhtmlrenderer.css.parser.Token[], int)
org.xhtmlrenderer.css.parser.Token found
org.xhtmlrenderer.css.parser.Token[] expected
int line
public java.lang.String getMessage ()
String found
private java.lang.String descr (org.xhtmlrenderer.css.parser.Token[])
int i
StringBuffer result
org.xhtmlrenderer.css.parser.Token[] tokens
public org.xhtmlrenderer.css.parser.Token getFound ()
public int getLine ()
public void setLine (int)
int i
public boolean isEOF ()
public boolean isCallerNotified ()
public void setCallerNotified (boolean)
boolean callerNotified
}
org/xhtmlrenderer/css/parser/CSSParser$NamespacePair.classCSSParser.java
package org.xhtmlrenderer.css.parser
org.xhtmlrenderer.css.parser.CSSParser$NamespacePair extends java.lang.Object {
private final String _namespaceURI
private final String _name
public void (java.lang.String, java.lang.String)
String namespaceURI
String name
public java.lang.String getNamespaceURI ()
public java.lang.String getName ()
}
org/xhtmlrenderer/css/parser/CSSParser.classCSSParser.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.CSSParser extends java.lang.Object {
private static final java.util.Set SUPPORTED_PSEUDO_ELEMENTS
private static final java.util.Set CSS21_PSEUDO_ELEMENTS
private org.xhtmlrenderer.css.parser.Token _saved
private org.xhtmlrenderer.css.parser.Lexer _lexer
private org.xhtmlrenderer.css.parser.CSSErrorHandler _errorHandler
private String _URI
private java.util.Map _namespaces
private boolean _supportCMYKColors
public void (org.xhtmlrenderer.css.parser.CSSErrorHandler)
org.xhtmlrenderer.css.parser.CSSErrorHandler errorHandler
public org.xhtmlrenderer.css.sheet.Stylesheet parseStylesheet (java.lang.String, int, java.io.Reader) throws java.io.IOException
String uri
int origin
java.io.Reader reader
org.xhtmlrenderer.css.sheet.Stylesheet result
public org.xhtmlrenderer.css.sheet.Ruleset parseDeclaration (int, java.lang.String)
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Ruleset result
java.io.IOException e
int origin
String text
public org.xhtmlrenderer.css.parser.PropertyValue parsePropertyValue (org.xhtmlrenderer.css.constants.CSSName, int, java.lang.String)
org.xhtmlrenderer.css.parser.CSSParseException e
java.util.List values
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
java.util.List props
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl
java.io.IOException e
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.constants.CSSName cssName
int origin
String expr
private void stylesheet (org.xhtmlrenderer.css.sheet.Stylesheet) throws java.io.IOException
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
org.xhtmlrenderer.css.parser.Token t
private void import_rule (org.xhtmlrenderer.css.sheet.Stylesheet) throws java.io.IOException
java.net.URI parent
java.net.URISyntaxException e
org.xhtmlrenderer.css.sheet.StylesheetInfo info
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
private void namespace () throws java.io.IOException
String prefix
String url
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.parser.CSSParseException e
private void media (org.xhtmlrenderer.css.sheet.Stylesheet) throws java.io.IOException
org.xhtmlrenderer.css.sheet.MediaRule mediaRule
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
org.xhtmlrenderer.css.parser.Token t
private java.lang.String medium () throws java.io.IOException
String result
org.xhtmlrenderer.css.parser.Token t
private void font_face (org.xhtmlrenderer.css.sheet.Stylesheet) throws java.io.IOException
org.xhtmlrenderer.css.sheet.Ruleset ruleset
org.xhtmlrenderer.css.sheet.FontFaceRule fontFaceRule
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
org.xhtmlrenderer.css.parser.Token t
private void page (org.xhtmlrenderer.css.sheet.Stylesheet) throws java.io.IOException
String pageName
org.xhtmlrenderer.css.sheet.Ruleset ruleset
org.xhtmlrenderer.css.sheet.PageRule pageRule
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
org.xhtmlrenderer.css.parser.Token t
private void margin (org.xhtmlrenderer.css.sheet.Stylesheet, org.xhtmlrenderer.css.sheet.PageRule) throws java.io.IOException
org.xhtmlrenderer.css.sheet.Ruleset ruleset
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
org.xhtmlrenderer.css.sheet.PageRule pageRule
org.xhtmlrenderer.css.parser.Token t
String name
org.xhtmlrenderer.css.constants.MarginBoxName marginBoxName
private java.lang.String pseudo_page () throws java.io.IOException
String result
org.xhtmlrenderer.css.parser.Token t
private void operator () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
private org.xhtmlrenderer.css.parser.Token combinator () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
private int unary_operator () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
private java.lang.String property () throws java.io.IOException
String result
org.xhtmlrenderer.css.parser.Token t
String result
private void declaration_list (org.xhtmlrenderer.css.sheet.Ruleset, boolean, boolean, boolean) throws java.io.IOException
org.xhtmlrenderer.css.sheet.Ruleset ruleset
boolean expectEOF
boolean expectAtRule
boolean inFontFace
org.xhtmlrenderer.css.parser.Token t
private void ruleset (org.xhtmlrenderer.css.sheet.RulesetContainer) throws java.io.IOException
org.xhtmlrenderer.css.sheet.Ruleset ruleset
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.RulesetContainer container
private void selector (org.xhtmlrenderer.css.sheet.Ruleset) throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.sheet.Ruleset ruleset
java.util.List selectors
java.util.List combinators
private org.xhtmlrenderer.css.newmatch.Selector mergeSimpleSelectors (java.util.List, java.util.List)
org.xhtmlrenderer.css.newmatch.Selector selector
int j
org.xhtmlrenderer.css.newmatch.Selector first
org.xhtmlrenderer.css.newmatch.Selector second
org.xhtmlrenderer.css.parser.Token combinator
boolean sibling
int i
java.util.List selectors
java.util.List combinators
int count
int lastDescendantOrChildAxis
org.xhtmlrenderer.css.newmatch.Selector result
private org.xhtmlrenderer.css.newmatch.Selector simple_selector (org.xhtmlrenderer.css.sheet.Ruleset) throws java.io.IOException
org.xhtmlrenderer.css.parser.CSSParser$NamespacePair pair
boolean found
org.xhtmlrenderer.css.sheet.Ruleset ruleset
org.xhtmlrenderer.css.newmatch.Selector selector
org.xhtmlrenderer.css.parser.Token t
private org.xhtmlrenderer.css.parser.CSSParser$NamespacePair typed_value (boolean) throws java.io.IOException
boolean matchAttribute
String prefix
String name
org.xhtmlrenderer.css.parser.Token t
String namespaceURI
private void class_selector (org.xhtmlrenderer.css.newmatch.Selector) throws java.io.IOException
org.xhtmlrenderer.css.newmatch.Selector selector
org.xhtmlrenderer.css.parser.Token t
private void attrib (org.xhtmlrenderer.css.newmatch.Selector) throws java.io.IOException
String value
org.xhtmlrenderer.css.parser.Token selectorType
boolean existenceMatch
org.xhtmlrenderer.css.parser.CSSParser$NamespacePair pair
String attrNamespaceURI
String attrName
org.xhtmlrenderer.css.newmatch.Selector selector
org.xhtmlrenderer.css.parser.Token t
private void addPseudoClassOrElement (org.xhtmlrenderer.css.parser.Token, org.xhtmlrenderer.css.newmatch.Selector)
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.newmatch.Selector selector
String value
private void addPseudoElement (org.xhtmlrenderer.css.parser.Token, org.xhtmlrenderer.css.newmatch.Selector)
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.newmatch.Selector selector
String value
private void pseudo (org.xhtmlrenderer.css.newmatch.Selector) throws java.io.IOException
String lang
String f
org.xhtmlrenderer.css.newmatch.Selector selector
org.xhtmlrenderer.css.parser.Token t
private boolean checkCSSName (org.xhtmlrenderer.css.constants.CSSName, java.lang.String)
org.xhtmlrenderer.css.constants.CSSName cssName
String propertyName
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
private void declaration (org.xhtmlrenderer.css.sheet.Ruleset, boolean) throws java.io.IOException
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
org.xhtmlrenderer.css.parser.CSSParseException e
java.util.List values
boolean important
String propertyName
org.xhtmlrenderer.css.constants.CSSName cssName
boolean valid
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.parser.CSSParseException e
org.xhtmlrenderer.css.sheet.Ruleset ruleset
boolean inFontFace
private void prio () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
private java.util.List expr (boolean) throws java.io.IOException
org.xhtmlrenderer.css.parser.PropertyValue term
org.xhtmlrenderer.css.parser.Token t
boolean operator
org.xhtmlrenderer.css.parser.Token operatorToken
boolean literal
java.util.List result
private java.lang.String extractNumber (org.xhtmlrenderer.css.parser.Token)
char c
int i
char c
int i
org.xhtmlrenderer.css.parser.Token t
String token
int offset
char[] ch
private java.lang.String extractUnit (org.xhtmlrenderer.css.parser.Token)
org.xhtmlrenderer.css.parser.Token t
String s
private java.lang.String sign (float)
float sign
private org.xhtmlrenderer.css.parser.PropertyValue term (boolean) throws java.io.IOException
String s
String value
boolean literal
float sign
org.xhtmlrenderer.css.parser.Token t
org.xhtmlrenderer.css.parser.PropertyValue result
private org.xhtmlrenderer.css.parser.PropertyValue function () throws java.io.IOException
String f
java.util.List params
org.xhtmlrenderer.css.parser.PropertyValue result
org.xhtmlrenderer.css.parser.Token t
private org.xhtmlrenderer.css.parser.FSCMYKColor createCMYKColorFromFunction (java.util.List)
int i
java.util.List params
float[] colorComponents
private float parseCMYKColorComponent (org.xhtmlrenderer.css.parser.PropertyValue, int)
float result
float result
org.xhtmlrenderer.css.parser.PropertyValue value
int paramNo
short type
float result
private org.xhtmlrenderer.css.parser.FSRGBColor createRGBColorFromFunction (java.util.List)
org.xhtmlrenderer.css.parser.PropertyValue value
short type
float f
int i
java.util.List params
int red
int green
int blue
private org.xhtmlrenderer.css.parser.PropertyValue hexcolor () throws java.io.IOException
String s
org.xhtmlrenderer.css.parser.FSRGBColor color
org.xhtmlrenderer.css.parser.PropertyValue result
org.xhtmlrenderer.css.parser.Token t
private boolean isHexString (java.lang.String)
int i
String s
private int convertToInteger (char, char)
char hexchar1
char hexchar2
int result
private int convertToInteger (char)
char hexchar1
private void skip_whitespace () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
private void skip_whitespace_and_cdocdc () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
private org.xhtmlrenderer.css.parser.Token next () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token result
private void push (org.xhtmlrenderer.css.parser.Token)
org.xhtmlrenderer.css.parser.Token t
private org.xhtmlrenderer.css.parser.Token la () throws java.io.IOException
org.xhtmlrenderer.css.parser.Token result
private void error (org.xhtmlrenderer.css.parser.CSSParseException, java.lang.String, boolean)
String message
org.xhtmlrenderer.css.parser.CSSParseException e
String what
boolean rethrowEOF
private void recover (boolean, boolean) throws java.io.IOException
org.xhtmlrenderer.css.parser.Token t
boolean needBlock
boolean stopBeforeBlockClose
int braces
boolean foundBlock
public void reset (java.io.Reader)
java.io.Reader r
public org.xhtmlrenderer.css.parser.CSSErrorHandler getErrorHandler ()
public void setErrorHandler (org.xhtmlrenderer.css.parser.CSSErrorHandler)
org.xhtmlrenderer.css.parser.CSSErrorHandler errorHandler
private java.lang.String getRawTokenValue ()
private java.lang.String getTokenValue (org.xhtmlrenderer.css.parser.Token)
org.xhtmlrenderer.css.parser.Token t
private java.lang.String getTokenValue (org.xhtmlrenderer.css.parser.Token, boolean)
int lastSlash
char[] ch
int end
String uriResult
String result
org.xhtmlrenderer.css.parser.Token t
boolean literal
int start
int count
private boolean isRelativeURI (java.lang.String)
java.net.URISyntaxException e
String uri
private int getCurrentLine ()
private static boolean isHexChar (char)
char c
private static java.lang.String processEscapes (char[], int, int)
int current
int cvalue
char c
int i
char[] ch
int start
int end
StringBuffer result
public boolean isSupportCMYKColors ()
public void setSupportCMYKColors (boolean)
boolean b
static void ()
}
org/xhtmlrenderer/css/parser/CounterData.classCounterData.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.CounterData extends java.lang.Object {
private final String _name
private final int _value
public void (java.lang.String, int)
String name
int value
public java.lang.String getName ()
public int getValue ()
}
org/xhtmlrenderer/css/parser/FSCMYKColor.classFSCMYKColor.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.FSCMYKColor extends java.lang.Object implements org.xhtmlrenderer.css.parser.FSColor {
private final float _cyan
private final float _magenta
private final float _yellow
private final float _black
public void (float, float, float, float)
float c
float m
float y
float k
public float getCyan ()
public float getMagenta ()
public float getYellow ()
public float getBlack ()
public java.lang.String toString ()
public org.xhtmlrenderer.css.parser.FSColor lightenColor ()
public org.xhtmlrenderer.css.parser.FSColor darkenColor ()
}
org/xhtmlrenderer/css/parser/FSColor.classFSColor.java
package org.xhtmlrenderer.css.parser
public abstract org.xhtmlrenderer.css.parser.FSColor extends java.lang.Object {
public abstract org.xhtmlrenderer.css.parser.FSColor lightenColor ()
public abstract org.xhtmlrenderer.css.parser.FSColor darkenColor ()
}
org/xhtmlrenderer/css/parser/FSFunction.classFSFunction.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.FSFunction extends java.lang.Object {
private String _name
private java.util.List _parameters
public void (java.lang.String, java.util.List)
String name
java.util.List parameters
public java.lang.String getName ()
public java.util.List getParameters ()
public java.lang.String toString ()
java.util.Iterator i
StringBuffer result
}
org/xhtmlrenderer/css/parser/FSRGBColor.classFSRGBColor.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.FSRGBColor extends java.lang.Object implements org.xhtmlrenderer.css.parser.FSColor {
public static final org.xhtmlrenderer.css.parser.FSRGBColor TRANSPARENT
public static final org.xhtmlrenderer.css.parser.FSRGBColor RED
public static final org.xhtmlrenderer.css.parser.FSRGBColor GREEN
public static final org.xhtmlrenderer.css.parser.FSRGBColor BLUE
private int _red
private int _green
private int _blue
public void (int, int, int)
int red
int green
int blue
public int getBlue ()
public int getGreen ()
public int getRed ()
public java.lang.String toString ()
private java.lang.String toString (int)
int color
String result
public boolean equals (java.lang.Object)
Object o
org.xhtmlrenderer.css.parser.FSRGBColor other
public org.xhtmlrenderer.css.parser.FSColor lightenColor ()
float[] hsb
float hBase
float sBase
float bBase
float hLighter
float sLighter
float bLighter
int[] rgb
public org.xhtmlrenderer.css.parser.FSColor darkenColor ()
float[] hsb
float hBase
float sBase
float bBase
float hDarker
float sDarker
float bDarker
int[] rgb
private static float[] RGBtoHSB (int, int, int, float[])
float saturation
float hue
float hue
float hue
float redc
float greenc
float bluec
int r
int g
int b
float[] hsbvals
float hue
float saturation
float brightness
int cmax
int cmin
private static int[] HSBtoRGB (float, float, float)
float h
float f
float p
float q
float t
float hue
float saturation
float brightness
int r
int g
int b
static void ()
}
org/xhtmlrenderer/css/parser/Lexer.classLexer.java
package org.xhtmlrenderer.css.parser
org.xhtmlrenderer.css.parser.Lexer extends java.lang.Object {
public static final int YYEOF
private static final int ZZ_BUFFERSIZE
public static final int YYINITIAL
private static final String ZZ_CMAP_PACKED
private static final char[] ZZ_CMAP
private static final int[] ZZ_ACTION
private static final String ZZ_ACTION_PACKED_0
private static final int[] ZZ_ROWMAP
private static final String ZZ_ROWMAP_PACKED_0
private static final int[] ZZ_TRANS
private static final String ZZ_TRANS_PACKED_0
private static final int ZZ_UNKNOWN_ERROR
private static final int ZZ_NO_MATCH
private static final int ZZ_PUSHBACK_2BIG
private static final String[] ZZ_ERROR_MSG
private static final int[] ZZ_ATTRIBUTE
private static final String ZZ_ATTRIBUTE_PACKED_0
private java.io.Reader zzReader
private int zzState
private int zzLexicalState
private char[] zzBuffer
private int zzMarkedPos
private int zzPushbackPos
private int zzCurrentPos
private int zzStartRead
private int zzEndRead
private int yyline
private int yychar
private int yycolumn
private boolean zzAtBOL
private boolean zzAtEOF
private static int[] zzUnpackAction ()
int[] result
int offset
private static int zzUnpackAction (java.lang.String, int, int[])
int count
int value
String packed
int offset
int[] result
int i
int j
int l
private static int[] zzUnpackRowMap ()
int[] result
int offset
private static int zzUnpackRowMap (java.lang.String, int, int[])
int high
String packed
int offset
int[] result
int i
int j
int l
private static int[] zzUnpackTrans ()
int[] result
int offset
private static int zzUnpackTrans (java.lang.String, int, int[])
int count
int value
String packed
int offset
int[] result
int i
int j
int l
private static int[] zzUnpackAttribute ()
int[] result
int offset
private static int zzUnpackAttribute (java.lang.String, int, int[])
int count
int value
String packed
int offset
int[] result
int i
int j
int l
public int yyline ()
public void setyyline (int)
int i
void (java.io.Reader)
java.io.Reader in
void (java.io.InputStream)
java.io.InputStream in
private static char[] zzUnpackCMap (java.lang.String)
int count
char value
String packed
char[] map
int i
int j
private boolean zzRefill () throws java.io.IOException
char[] newBuffer
int numRead
public final void yyclose () throws java.io.IOException
public final void yyreset (java.io.Reader)
java.io.Reader reader
public final int yystate ()
public final void yybegin (int)
int newState
public final java.lang.String yytext ()
public final char yycharat (int)
int pos
public final int yylength ()
private void zzScanError (int)
ArrayIndexOutOfBoundsException e
int errorCode
String message
public void yypushback (int)
int number
public org.xhtmlrenderer.css.parser.Token yylex () throws java.io.IOException
boolean zzPeek
boolean zzPeek
boolean zzPeek
boolean eof
boolean zzPeek
int zzInput
int zzInput
int zzInput
boolean eof
int zzNext
int zzAttributes
boolean zzR
int zzInput
int zzAction
int zzCurrentPosL
int zzMarkedPosL
int zzEndReadL
char[] zzBufferL
char[] zzCMapL
int[] zzTransL
int[] zzRowMapL
int[] zzAttrL
static void ()
}
org/xhtmlrenderer/css/parser/MakeTokens.classMakeTokens.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.MakeTokens extends java.lang.Object {
private static final String EOL
private static final String INPUT
public void ()
public static final void main (java.lang.String[]) throws java.io.IOException
String s
java.io.IOException e
java.io.IOException e
String s
String id
java.util.Iterator i
String s
String id
String descr
java.util.Iterator i
String[] args
java.util.List tokens
java.io.BufferedReader reader
StringBuffer buf
int offset
static void ()
}
org/xhtmlrenderer/css/parser/ParserTest$1.classParserTest.java
package org.xhtmlrenderer.css.parser
final org.xhtmlrenderer.css.parser.ParserTest$1 extends java.lang.Object implements org.xhtmlrenderer.css.parser.CSSErrorHandler {
void ()
public void error (java.lang.String, java.lang.String)
String uri
String message
}
org/xhtmlrenderer/css/parser/ParserTest.classParserTest.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.ParserTest extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
int i
long start
org.xhtmlrenderer.css.parser.CSSParser p
long end
int i
long start
org.xhtmlrenderer.css.parser.CSSParser p
long end
int i
int j
long start
long end
int i
String[] args
String test
StringBuffer longTest
org.xhtmlrenderer.css.parser.CSSErrorHandler errorHandler
long total
org.xhtmlrenderer.css.parser.CSSParser p
}
org/xhtmlrenderer/css/parser/PropertyValue.classPropertyValue.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.PropertyValue extends java.lang.Object implements org.w3c.dom.css.CSSPrimitiveValue {
public static final short VALUE_TYPE_NUMBER
public static final short VALUE_TYPE_LENGTH
public static final short VALUE_TYPE_COLOR
public static final short VALUE_TYPE_IDENT
public static final short VALUE_TYPE_STRING
public static final short VALUE_TYPE_LIST
public static final short VALUE_TYPE_FUNCTION
private short _type
private short _cssValueType
private String _stringValue
private float _floatValue
private String[] _stringArrayValue
private String _cssText
private org.xhtmlrenderer.css.parser.FSColor _FSColor
private org.xhtmlrenderer.css.constants.IdentValue _identValue
private short _propertyValueType
private org.xhtmlrenderer.css.parser.Token _operator
private java.util.List _values
private org.xhtmlrenderer.css.parser.FSFunction _function
public void (short, float, java.lang.String)
short type
float floatValue
String cssText
public void (org.xhtmlrenderer.css.parser.FSColor)
org.xhtmlrenderer.css.parser.FSColor color
public void (short, java.lang.String, java.lang.String)
short type
String stringValue
String cssText
public void (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue ident
public void (java.util.List)
java.util.List values
public void (org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.FSFunction function
public org.w3c.dom.css.Counter getCounterValue () throws org.w3c.dom.DOMException
public float getFloatValue (short) throws org.w3c.dom.DOMException
short unitType
public float getFloatValue ()
public short getPrimitiveType ()
public org.w3c.dom.css.RGBColor getRGBColorValue () throws org.w3c.dom.DOMException
public org.w3c.dom.css.Rect getRectValue () throws org.w3c.dom.DOMException
public java.lang.String getStringValue () throws org.w3c.dom.DOMException
public void setFloatValue (short, float) throws org.w3c.dom.DOMException
short unitType
float floatValue
public void setStringValue (short, java.lang.String) throws org.w3c.dom.DOMException
short stringType
String stringValue
public java.lang.String getCssText ()
public short getCssValueType ()
public void setCssText (java.lang.String) throws org.w3c.dom.DOMException
String cssText
public org.xhtmlrenderer.css.parser.FSColor getFSColor ()
public org.xhtmlrenderer.css.constants.IdentValue getIdentValue ()
public void setIdentValue (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue identValue
public short getPropertyValueType ()
public org.xhtmlrenderer.css.parser.Token getOperator ()
public void setOperator (org.xhtmlrenderer.css.parser.Token)
org.xhtmlrenderer.css.parser.Token operator
public java.lang.String[] getStringArrayValue ()
public void setStringArrayValue (java.lang.String[])
String[] stringArrayValue
public java.lang.String toString ()
public java.util.List getValues ()
public org.xhtmlrenderer.css.parser.FSFunction getFunction ()
public java.lang.String getFingerprint ()
}
org/xhtmlrenderer/css/parser/Token.classToken.java
package org.xhtmlrenderer.css.parser
public org.xhtmlrenderer.css.parser.Token extends java.lang.Object {
public static final int S
public static final int CDO
public static final int CDC
public static final int INCLUDES
public static final int DASHMATCH
public static final int PREFIXMATCH
public static final int SUFFIXMATCH
public static final int SUBSTRINGMATCH
public static final int LBRACE
public static final int PLUS
public static final int GREATER
public static final int COMMA
public static final int STRING
public static final int INVALID
public static final int IDENT
public static final int HASH
public static final int IMPORT_SYM
public static final int PAGE_SYM
public static final int MEDIA_SYM
public static final int CHARSET_SYM
public static final int NAMESPACE_SYM
public static final int FONT_FACE_SYM
public static final int AT_RULE
public static final int IMPORTANT_SYM
public static final int EMS
public static final int EXS
public static final int PX
public static final int CM
public static final int MM
public static final int IN
public static final int PT
public static final int PC
public static final int ANGLE
public static final int TIME
public static final int FREQ
public static final int DIMENSION
public static final int PERCENTAGE
public static final int NUMBER
public static final int URI
public static final int FUNCTION
public static final int OTHER
public static final int RBRACE
public static final int SEMICOLON
public static final int VIRGULE
public static final int COLON
public static final int MINUS
public static final int RPAREN
public static final int LBRACKET
public static final int RBRACKET
public static final int PERIOD
public static final int EQUALS
public static final int ASTERISK
public static final int VERTICAL_BAR
public static final int EOF
public static final org.xhtmlrenderer.css.parser.Token TK_S
public static final org.xhtmlrenderer.css.parser.Token TK_CDO
public static final org.xhtmlrenderer.css.parser.Token TK_CDC
public static final org.xhtmlrenderer.css.parser.Token TK_INCLUDES
public static final org.xhtmlrenderer.css.parser.Token TK_DASHMATCH
public static final org.xhtmlrenderer.css.parser.Token TK_PREFIXMATCH
public static final org.xhtmlrenderer.css.parser.Token TK_SUFFIXMATCH
public static final org.xhtmlrenderer.css.parser.Token TK_SUBSTRINGMATCH
public static final org.xhtmlrenderer.css.parser.Token TK_LBRACE
public static final org.xhtmlrenderer.css.parser.Token TK_PLUS
public static final org.xhtmlrenderer.css.parser.Token TK_GREATER
public static final org.xhtmlrenderer.css.parser.Token TK_COMMA
public static final org.xhtmlrenderer.css.parser.Token TK_STRING
public static final org.xhtmlrenderer.css.parser.Token TK_INVALID
public static final org.xhtmlrenderer.css.parser.Token TK_IDENT
public static final org.xhtmlrenderer.css.parser.Token TK_HASH
public static final org.xhtmlrenderer.css.parser.Token TK_IMPORT_SYM
public static final org.xhtmlrenderer.css.parser.Token TK_PAGE_SYM
public static final org.xhtmlrenderer.css.parser.Token TK_MEDIA_SYM
public static final org.xhtmlrenderer.css.parser.Token TK_CHARSET_SYM
public static final org.xhtmlrenderer.css.parser.Token TK_NAMESPACE_SYM
public static final org.xhtmlrenderer.css.parser.Token TK_FONT_FACE_SYM
public static final org.xhtmlrenderer.css.parser.Token TK_AT_RULE
public static final org.xhtmlrenderer.css.parser.Token TK_IMPORTANT_SYM
public static final org.xhtmlrenderer.css.parser.Token TK_EMS
public static final org.xhtmlrenderer.css.parser.Token TK_EXS
public static final org.xhtmlrenderer.css.parser.Token TK_PX
public static final org.xhtmlrenderer.css.parser.Token TK_CM
public static final org.xhtmlrenderer.css.parser.Token TK_MM
public static final org.xhtmlrenderer.css.parser.Token TK_IN
public static final org.xhtmlrenderer.css.parser.Token TK_PT
public static final org.xhtmlrenderer.css.parser.Token TK_PC
public static final org.xhtmlrenderer.css.parser.Token TK_ANGLE
public static final org.xhtmlrenderer.css.parser.Token TK_TIME
public static final org.xhtmlrenderer.css.parser.Token TK_FREQ
public static final org.xhtmlrenderer.css.parser.Token TK_DIMENSION
public static final org.xhtmlrenderer.css.parser.Token TK_PERCENTAGE
public static final org.xhtmlrenderer.css.parser.Token TK_NUMBER
public static final org.xhtmlrenderer.css.parser.Token TK_URI
public static final org.xhtmlrenderer.css.parser.Token TK_FUNCTION
public static final org.xhtmlrenderer.css.parser.Token TK_OTHER
public static final org.xhtmlrenderer.css.parser.Token TK_RBRACE
public static final org.xhtmlrenderer.css.parser.Token TK_SEMICOLON
public static final org.xhtmlrenderer.css.parser.Token TK_VIRGULE
public static final org.xhtmlrenderer.css.parser.Token TK_COLON
public static final org.xhtmlrenderer.css.parser.Token TK_MINUS
public static final org.xhtmlrenderer.css.parser.Token TK_RPAREN
public static final org.xhtmlrenderer.css.parser.Token TK_LBRACKET
public static final org.xhtmlrenderer.css.parser.Token TK_RBRACKET
public static final org.xhtmlrenderer.css.parser.Token TK_PERIOD
public static final org.xhtmlrenderer.css.parser.Token TK_EQUALS
public static final org.xhtmlrenderer.css.parser.Token TK_ASTERISK
public static final org.xhtmlrenderer.css.parser.Token TK_VERTICAL_BAR
public static final org.xhtmlrenderer.css.parser.Token TK_EOF
private final int _type
private final String _name
private final String _externalName
private void (int, java.lang.String, java.lang.String)
int type
String name
String externalName
public int getType ()
public java.lang.String getName ()
public java.lang.String getExternalName ()
public java.lang.String toString ()
public static org.xhtmlrenderer.css.parser.Token createOtherToken (java.lang.String)
String value
static void ()
}
org/xhtmlrenderer/css/parser/property/
org/xhtmlrenderer/css/parser/property/AbstractPropertyBuilder.classAbstractPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public abstract org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder extends java.lang.Object implements org.xhtmlrenderer.css.parser.property.PropertyBuilder {
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
protected void checkValueCount (org.xhtmlrenderer.css.constants.CSSName, int, int)
org.xhtmlrenderer.css.constants.CSSName cssName
int expected
int found
protected void checkValueCount (org.xhtmlrenderer.css.constants.CSSName, int, int, int)
org.xhtmlrenderer.css.constants.CSSName cssName
int min
int max
int found
protected void checkIdentType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
protected void checkIdentOrURIType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkIdentOrColorType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkIdentOrIntegerType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkInteger (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkIdentOrLengthType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkIdentOrNumberType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkIdentLengthOrPercentType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkLengthOrPercentType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected void checkLengthType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
protected void checkNumberType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
protected void checkStringType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
protected void checkIdentOrString (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
short type
protected void checkIdentLengthNumberOrPercentType (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
int type
protected boolean isLength (org.w3c.dom.css.CSSPrimitiveValue)
org.w3c.dom.css.CSSPrimitiveValue value
int unit
protected void checkValidity (org.xhtmlrenderer.css.constants.CSSName, java.util.BitSet, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.BitSet validValues
org.xhtmlrenderer.css.constants.IdentValue value
protected org.xhtmlrenderer.css.constants.IdentValue checkIdent (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
org.xhtmlrenderer.css.constants.IdentValue result
protected org.xhtmlrenderer.css.sheet.PropertyDeclaration copyOf (org.xhtmlrenderer.css.sheet.PropertyDeclaration, org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl
org.xhtmlrenderer.css.constants.CSSName newName
protected void checkInheritAllowed (org.w3c.dom.css.CSSPrimitiveValue, boolean)
org.w3c.dom.css.CSSPrimitiveValue value
boolean inheritAllowed
protected java.util.List checkInheritAll (org.xhtmlrenderer.css.constants.CSSName[], java.util.List, int, boolean, boolean)
int i
java.util.List result
org.w3c.dom.css.CSSPrimitiveValue value
org.xhtmlrenderer.css.constants.CSSName[] all
java.util.List values
int origin
boolean important
boolean inheritAllowed
}
org/xhtmlrenderer/css/parser/property/BackgroundPropertyBuilder.classBackgroundPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BackgroundPropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final org.xhtmlrenderer.css.constants.CSSName[] ALL
public void ()
private boolean isAppliesToBackgroundPosition (org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.parser.PropertyValue value
short type
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.parser.FSRGBColor color
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.parser.PropertyValue next
java.util.List v
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
org.xhtmlrenderer.css.parser.PropertyValue value
boolean processingBackgroundPosition
short type
int i
java.util.List v
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List result
org.xhtmlrenderer.css.sheet.PropertyDeclaration backgroundColor
org.xhtmlrenderer.css.sheet.PropertyDeclaration backgroundImage
org.xhtmlrenderer.css.sheet.PropertyDeclaration backgroundRepeat
org.xhtmlrenderer.css.sheet.PropertyDeclaration backgroundAttachment
org.xhtmlrenderer.css.sheet.PropertyDeclaration backgroundPosition
static void ()
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders$1.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$1 extends java.lang.Object {
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders$Border.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$Border extends org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderSidePropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[][] getProperties ()
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders$BorderBottom.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderBottom extends org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderSidePropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[][] getProperties ()
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders$BorderLeft.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderLeft extends org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderSidePropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[][] getProperties ()
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders$BorderRight.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderRight extends org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderSidePropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[][] getProperties ()
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders$BorderSidePropertyBuilder.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
abstract org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderSidePropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
protected abstract org.xhtmlrenderer.css.constants.CSSName[][] getProperties ()
private void addAll (java.util.List, org.xhtmlrenderer.css.constants.CSSName[], org.w3c.dom.css.CSSPrimitiveValue, int, boolean)
int i
java.util.List result
org.xhtmlrenderer.css.constants.CSSName[] properties
org.w3c.dom.css.CSSPrimitiveValue value
int origin
boolean important
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.w3c.dom.css.CSSPrimitiveValue value
org.w3c.dom.css.CSSPrimitiveValue value
boolean matched
org.w3c.dom.css.CSSPrimitiveValue borderWidth
org.w3c.dom.css.CSSPrimitiveValue borderColor
java.util.Iterator i
boolean haveBorderStyle
boolean haveBorderColor
boolean haveBorderWidth
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.constants.CSSName[][] props
java.util.List result
private boolean isBorderStyle (org.w3c.dom.css.CSSPrimitiveValue)
org.w3c.dom.css.CSSPrimitiveValue value
org.xhtmlrenderer.css.constants.IdentValue ident
private org.w3c.dom.css.CSSPrimitiveValue convertToBorderWidth (org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.IdentValue ident
org.w3c.dom.css.CSSPrimitiveValue value
int type
private org.w3c.dom.css.CSSPrimitiveValue convertToBorderColor (org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.parser.FSRGBColor color
org.xhtmlrenderer.css.constants.IdentValue ident
org.w3c.dom.css.CSSPrimitiveValue value
int type
void (org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders$BorderTop.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderTop extends org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders$BorderSidePropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[][] getProperties ()
}
org/xhtmlrenderer/css/parser/property/BorderPropertyBuilders.classBorderPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BorderPropertyBuilders extends java.lang.Object {
public void ()
}
org/xhtmlrenderer/css/parser/property/BorderSpacingPropertyBuilder.classBorderSpacingPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.BorderSpacingPropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final org.xhtmlrenderer.css.constants.CSSName[] ALL
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.parser.PropertyValue horizontal
org.xhtmlrenderer.css.parser.PropertyValue vertical
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List result
org.xhtmlrenderer.css.sheet.PropertyDeclaration horizontalSpacing
org.xhtmlrenderer.css.sheet.PropertyDeclaration verticalSpacing
static void ()
}
org/xhtmlrenderer/css/parser/property/ContentPropertyBuilder.classContentPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.ContentPropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.parser.PropertyValue value
short type
java.util.Iterator i
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List resultValues
private boolean isFunctionAllowed (org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.FSFunction function
String name
}
org/xhtmlrenderer/css/parser/property/Conversions.classConversions.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.Conversions extends java.lang.Object {
private static final java.util.Map COLORS
private static final java.util.Map NUMERIC_FONT_WEIGHTS
private static final java.util.Map BORDER_WIDTHS
public void ()
public static org.xhtmlrenderer.css.parser.FSRGBColor getColor (java.lang.String)
String ident
public static org.xhtmlrenderer.css.constants.IdentValue getNumericFontWeight (float)
float weight
public static org.xhtmlrenderer.css.parser.PropertyValue getBorderWidth (java.lang.String)
String ident
static void ()
}
org/xhtmlrenderer/css/parser/property/CounterPropertyBuilder$CounterIncrement.classCounterPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.CounterPropertyBuilder$CounterIncrement extends org.xhtmlrenderer.css.parser.property.CounterPropertyBuilder {
public void ()
protected int getDefaultValue ()
}
org/xhtmlrenderer/css/parser/property/CounterPropertyBuilder$CounterReset.classCounterPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.CounterPropertyBuilder$CounterReset extends org.xhtmlrenderer.css.parser.property.CounterPropertyBuilder {
public void ()
protected int getDefaultValue ()
}
org/xhtmlrenderer/css/parser/property/CounterPropertyBuilder.classCounterPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public abstract org.xhtmlrenderer.css.parser.property.CounterPropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
public void ()
protected abstract int getDefaultValue ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.parser.CounterData data
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.parser.PropertyValue next
String name
int cValue
org.xhtmlrenderer.css.parser.PropertyValue value
int i
java.util.List result
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
private void checkNumberIsInteger (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
}
org/xhtmlrenderer/css/parser/property/FontPropertyBuilder.classFontPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.FontPropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final org.xhtmlrenderer.css.constants.CSSName[] ALL
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
String lowerCase
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.parser.PropertyValue replacement
org.xhtmlrenderer.css.parser.PropertyValue value
int type
String lowerCase
org.xhtmlrenderer.css.parser.property.PropertyBuilder lineHeightBuilder
java.util.List families
org.xhtmlrenderer.css.parser.property.PropertyBuilder fontFamilyBuilder
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.parser.property.PropertyBuilder fontSizeBuilder
java.util.List l
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List result
org.xhtmlrenderer.css.sheet.PropertyDeclaration fontStyle
org.xhtmlrenderer.css.sheet.PropertyDeclaration fontVariant
org.xhtmlrenderer.css.sheet.PropertyDeclaration fontWeight
org.xhtmlrenderer.css.sheet.PropertyDeclaration fontSize
org.xhtmlrenderer.css.sheet.PropertyDeclaration lineHeight
org.xhtmlrenderer.css.sheet.PropertyDeclaration fontFamily
boolean keepGoing
java.util.ListIterator i
static void ()
}
org/xhtmlrenderer/css/parser/property/ListStylePropertyBuilder.classListStylePropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.ListStylePropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final org.xhtmlrenderer.css.constants.CSSName[] ALL
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.parser.PropertyValue value
short type
java.util.Iterator i
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List result
org.xhtmlrenderer.css.sheet.PropertyDeclaration listStyleType
org.xhtmlrenderer.css.sheet.PropertyDeclaration listStylePosition
org.xhtmlrenderer.css.sheet.PropertyDeclaration listStyleImage
static void ()
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders$1.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$1 extends java.lang.Object {
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders$BorderColor.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$BorderColor extends org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$OneToFourPropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[] getProperties ()
protected org.xhtmlrenderer.css.parser.property.PropertyBuilder getPropertyBuilder ()
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders$BorderStyle.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$BorderStyle extends org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$OneToFourPropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[] getProperties ()
protected org.xhtmlrenderer.css.parser.property.PropertyBuilder getPropertyBuilder ()
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders$BorderWidth.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$BorderWidth extends org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$OneToFourPropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[] getProperties ()
protected org.xhtmlrenderer.css.parser.property.PropertyBuilder getPropertyBuilder ()
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders$Margin.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$Margin extends org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$OneToFourPropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[] getProperties ()
protected org.xhtmlrenderer.css.parser.property.PropertyBuilder getPropertyBuilder ()
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders$OneToFourPropertyBuilder.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
abstract org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$OneToFourPropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
protected abstract org.xhtmlrenderer.css.constants.CSSName[] getProperties ()
protected abstract org.xhtmlrenderer.css.parser.property.PropertyBuilder getPropertyBuilder ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl2
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl3
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl4
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List result
org.xhtmlrenderer.css.parser.property.PropertyBuilder builder
org.xhtmlrenderer.css.constants.CSSName[] props
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl1
void (org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders$Padding.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$Padding extends org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders$OneToFourPropertyBuilder {
public void ()
protected org.xhtmlrenderer.css.constants.CSSName[] getProperties ()
protected org.xhtmlrenderer.css.parser.property.PropertyBuilder getPropertyBuilder ()
}
org/xhtmlrenderer/css/parser/property/OneToFourPropertyBuilders.classOneToFourPropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public abstract org.xhtmlrenderer.css.parser.property.OneToFourPropertyBuilders extends java.lang.Object {
public void ()
}
org/xhtmlrenderer/css/parser/property/PageSize.classPageSize.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PageSize extends java.lang.Object {
public static final org.xhtmlrenderer.css.parser.property.PageSize A5
public static final org.xhtmlrenderer.css.parser.property.PageSize A4
public static final org.xhtmlrenderer.css.parser.property.PageSize A3
public static final org.xhtmlrenderer.css.parser.property.PageSize B3
public static final org.xhtmlrenderer.css.parser.property.PageSize B4
public static final org.xhtmlrenderer.css.parser.property.PageSize LETTER
public static final org.xhtmlrenderer.css.parser.property.PageSize LEGAL
public static final org.xhtmlrenderer.css.parser.property.PageSize LEDGER
private static final java.util.Map SIZE_MAP
private org.w3c.dom.css.CSSPrimitiveValue _pageWidth
private org.w3c.dom.css.CSSPrimitiveValue _pageHeight
private void (org.w3c.dom.css.CSSPrimitiveValue, org.w3c.dom.css.CSSPrimitiveValue)
org.w3c.dom.css.CSSPrimitiveValue width
org.w3c.dom.css.CSSPrimitiveValue height
private void ()
public org.w3c.dom.css.CSSPrimitiveValue getPageHeight ()
public org.w3c.dom.css.CSSPrimitiveValue getPageWidth ()
public static org.xhtmlrenderer.css.parser.property.PageSize getPageSize (java.lang.String)
String pageSize
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$1.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 extends java.lang.Object {
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BackgroundAttachment.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BackgroundAttachment extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
public void ()
protected java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BackgroundColor.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BackgroundColor extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericColor {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BackgroundImage.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BackgroundImage extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericURIWithNone {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BackgroundPosition.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BackgroundPosition extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
java.util.List responseValues
org.xhtmlrenderer.css.constants.IdentValue temp
java.util.List responseValues
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.w3c.dom.css.CSSPrimitiveValue first
org.w3c.dom.css.CSSPrimitiveValue second
org.xhtmlrenderer.css.constants.IdentValue firstIdent
org.xhtmlrenderer.css.constants.IdentValue secondIdent
private void checkIdentPosition (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.constants.IdentValue firstIdent
org.xhtmlrenderer.css.constants.IdentValue secondIdent
private float getPercentForIdent (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue ident
float percent
private org.xhtmlrenderer.css.parser.PropertyValue createValueForIdent (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue ident
float percent
private java.util.List createTwoPercentValueResponse (float, float, boolean, int)
float percent1
float percent2
boolean important
int origin
org.xhtmlrenderer.css.parser.PropertyValue value1
org.xhtmlrenderer.css.parser.PropertyValue value2
java.util.List values
org.xhtmlrenderer.css.sheet.PropertyDeclaration result
private java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BackgroundRepeat.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BackgroundRepeat extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
public void ()
protected java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderBottomColor.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderBottomColor extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericColor {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderBottomStyle.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderBottomStyle extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderStyle {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderBottomWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderBottomWidth extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderWidth {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderCollapse.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderCollapse extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderLeftColor.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderLeftColor extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericColor {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderLeftStyle.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderLeftStyle extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderStyle {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderLeftWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderLeftWidth extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderWidth {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderRightColor.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderRightColor extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericColor {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderRightStyle.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderRightStyle extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderStyle {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderRightWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderRightWidth extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderWidth {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderTopColor.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderTopColor extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericColor {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderTopStyle.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderTopStyle extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderStyle {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$BorderTopWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$BorderTopWidth extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderWidth {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Bottom.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Bottom extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$CaptionSide.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$CaptionSide extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Clear.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Clear extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$ColOrRowSpan.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ColOrRowSpan extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Color.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Color extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericColor {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Cursor.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Cursor extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Display.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Display extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$EmptyCells.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$EmptyCells extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSBorderSpacingHorizontal.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSBorderSpacingHorizontal extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Length {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSBorderSpacingVertical.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSBorderSpacingVertical extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Length {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSFontMetricSrc.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSFontMetricSrc extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericURIWithNone {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSKeepWithInline.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSKeepWithInline extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSPDFFontEmbed.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPDFFontEmbed extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSPDFFontEncoding.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPDFFontEncoding extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.w3c.dom.css.CSSPrimitiveValue value
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSPageHeight.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPageHeight extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSPageOrientation.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPageOrientation extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
public void ()
protected java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSPageSequence.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPageSequence extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSPageWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSPageWidth extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSTableCellColspan.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSTableCellColspan extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ColOrRowSpan {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSTableCellRowspan.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSTableCellRowspan extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ColOrRowSpan {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSTablePaginate.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSTablePaginate extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FSTextDecorationExtent.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FSTextDecorationExtent extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Float.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Float extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FontFamily.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontFamily extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.w3c.dom.css.CSSPrimitiveValue value
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.parser.Token operator
short type
java.util.Iterator i
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List consecutiveIdents
java.util.List normalized
String text
org.xhtmlrenderer.css.parser.PropertyValue result
private java.lang.String concat (java.util.List, char)
String s
java.util.Iterator i
java.util.List strings
char separator
StringBuffer buf
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FontSize.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontSize extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final java.util.BitSet ALLOWED
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FontStyle.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontStyle extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
public void ()
protected java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FontVariant.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontVariant extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
public void ()
protected java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$FontWeight.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$FontWeight extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.parser.PropertyValue replacement
short type
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
private java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$GenericBorderStyle.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderStyle extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private void ()
protected java.util.BitSet getAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$GenericBorderWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericBorderWidth extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$GenericColor.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericColor extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final java.util.BitSet ALLOWED
private void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.parser.FSRGBColor color
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.w3c.dom.css.CSSPrimitiveValue value
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$GenericURIWithNone.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericURIWithNone extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final java.util.BitSet ALLOWED
private void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.w3c.dom.css.CSSPrimitiveValue value
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Height.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Height extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Left.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Left extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Length.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Length extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
protected boolean isNegativeValuesAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LengthLike.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLike extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
protected boolean isNegativeValuesAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LengthLikeWithAuto.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithIdent {
private static final java.util.BitSet ALLOWED
private void ()
protected java.util.BitSet getAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LengthLikeWithIdent.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
abstract org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithIdent extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
protected abstract java.util.BitSet getAllowed ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
protected boolean isNegativeValuesAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LengthLikeWithNone.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithNone extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithIdent {
private static final java.util.BitSet ALLOWED
private void ()
protected java.util.BitSet getAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LengthWithIdent.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
abstract org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthWithIdent extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
protected abstract java.util.BitSet getAllowed ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
protected boolean isNegativeValuesAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LengthWithNormal.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthWithNormal extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthWithIdent {
private static final java.util.BitSet ALLOWED
private void ()
protected java.util.BitSet getAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LetterSpacing.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LetterSpacing extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthWithNormal {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$LineHeight.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LineHeight extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final java.util.BitSet ALLOWED
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$ListStyleImage.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ListStyleImage extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericURIWithNone {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$ListStylePosition.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ListStylePosition extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
public void ()
protected java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$ListStyleType.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ListStyleType extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
public void ()
protected java.util.BitSet getAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MarginBottom.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MarginBottom extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MarginLeft.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MarginLeft extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MarginRight.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MarginRight extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MarginTop.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MarginTop extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MaxHeight.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MaxHeight extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithNone {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MaxWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MaxWidth extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithNone {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MinHeight.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MinHeight extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$NonNegativeLengthLike {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$MinWidth.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$MinWidth extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$NonNegativeLengthLike {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$NonNegativeLengthLike.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$NonNegativeLengthLike extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLike {
private void ()
protected boolean isNegativeValuesAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Orphans.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Orphans extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PlainInteger {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Overflow.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Overflow extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PaddingBottom.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PaddingBottom extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$NonNegativeLengthLike {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PaddingLeft.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PaddingLeft extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$NonNegativeLengthLike {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PaddingRight.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PaddingRight extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$NonNegativeLengthLike {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PaddingTop.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PaddingTop extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$NonNegativeLengthLike {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Page.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Page extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.w3c.dom.css.CSSPrimitiveValue value
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PageBreakAfter.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PageBreakAfter extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PageBreakBefore.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PageBreakBefore extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PageBreakInside.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PageBreakInside extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$PlainInteger.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PlainInteger extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
protected boolean isNegativeValuesAllowed ()
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Position.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Position extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final java.util.BitSet ALLOWED
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.parser.PropertyValue param
java.util.List params
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.xhtmlrenderer.css.parser.PropertyValue value
private java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Right.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Right extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$SingleIdent.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
abstract org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private void ()
protected abstract java.util.BitSet getAllowed ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.w3c.dom.css.CSSPrimitiveValue value
void (org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1)
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$1 x0
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Src.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Src extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$GenericURIWithNone {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$TableLayout.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$TableLayout extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$TextAlign.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$TextAlign extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$TextDecoration.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$TextDecoration extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final java.util.BitSet ALLOWED
public void ()
private java.util.BitSet getAllowed ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.w3c.dom.css.CSSPrimitiveValue value
boolean goWithSingle
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.constants.IdentValue ident
java.util.Iterator i
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$TextIndent.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$TextIndent extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLike {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$TextTransform.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$TextTransform extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Top.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Top extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$VerticalAlign.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$VerticalAlign extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Visibility.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Visibility extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$WhiteSpace.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$WhiteSpace extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$SingleIdent {
private static final java.util.BitSet ALLOWED
public void ()
protected java.util.BitSet getAllowed ()
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Widows.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Widows extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$PlainInteger {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$Width.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$Width extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthLikeWithAuto {
public void ()
protected boolean isNegativeValuesAllowed ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$WordSpacing.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$WordSpacing extends org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$LengthWithNormal {
public void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders$ZIndex.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders$ZIndex extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final java.util.BitSet ALLOWED
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
org.w3c.dom.css.CSSPrimitiveValue value
static void ()
}
org/xhtmlrenderer/css/parser/property/PrimitivePropertyBuilders.classPrimitivePropertyBuilders.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders extends java.lang.Object {
public static final java.util.BitSet BORDER_STYLES
public static final java.util.BitSet BORDER_WIDTHS
public static final java.util.BitSet FONT_VARIANTS
public static final java.util.BitSet FONT_STYLES
public static final java.util.BitSet FONT_WEIGHTS
public static final java.util.BitSet PAGE_ORIENTATIONS
public static final java.util.BitSet LIST_STYLE_POSITIONS
public static final java.util.BitSet LIST_STYLE_TYPES
public static final java.util.BitSet BACKGROUND_REPEATS
public static final java.util.BitSet BACKGROUND_ATTACHMENTS
public static final java.util.BitSet BACKGROUND_POSITIONS
public static final java.util.BitSet ABSOLUTE_FONT_SIZES
public static final java.util.BitSet RELATIVE_FONT_SIZES
public static final org.xhtmlrenderer.css.parser.property.PropertyBuilder COLOR
public static final org.xhtmlrenderer.css.parser.property.PropertyBuilder BORDER_STYLE
public static final org.xhtmlrenderer.css.parser.property.PropertyBuilder BORDER_WIDTH
public static final org.xhtmlrenderer.css.parser.property.PropertyBuilder MARGIN
public static final org.xhtmlrenderer.css.parser.property.PropertyBuilder PADDING
public void ()
private static java.util.BitSet setFor (org.xhtmlrenderer.css.constants.IdentValue[])
org.xhtmlrenderer.css.constants.IdentValue ident
int i
org.xhtmlrenderer.css.constants.IdentValue[] values
java.util.BitSet result
static java.util.BitSet access$500 (org.xhtmlrenderer.css.constants.IdentValue[])
org.xhtmlrenderer.css.constants.IdentValue[] x0
static void ()
}
org/xhtmlrenderer/css/parser/property/PropertyBuilder.classPropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public abstract org.xhtmlrenderer.css.parser.property.PropertyBuilder extends java.lang.Object {
public abstract java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
public abstract java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean)
}
org/xhtmlrenderer/css/parser/property/SizePropertyBuilder.classSizePropertyBuilder.java
package org.xhtmlrenderer.css.parser.property
public org.xhtmlrenderer.css.parser.property.SizePropertyBuilder extends org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder {
private static final org.xhtmlrenderer.css.constants.CSSName[] ALL
public void ()
public java.util.List buildDeclarations (org.xhtmlrenderer.css.constants.CSSName, java.util.List, int, boolean, boolean)
org.xhtmlrenderer.css.parser.property.PageSize pageSize
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.parser.PropertyValue temp
org.xhtmlrenderer.css.parser.property.PageSize pageSize
org.xhtmlrenderer.css.parser.PropertyValue value1
org.xhtmlrenderer.css.parser.PropertyValue value2
org.xhtmlrenderer.css.constants.CSSName cssName
java.util.List values
int origin
boolean important
boolean inheritAllowed
java.util.List result
static void ()
}
org/xhtmlrenderer/css/sheet/
org/xhtmlrenderer/css/sheet/FontFaceRule.classFontFaceRule.java
package org.xhtmlrenderer.css.sheet
public org.xhtmlrenderer.css.sheet.FontFaceRule extends java.lang.Object implements org.xhtmlrenderer.css.sheet.RulesetContainer {
private int _origin
private org.xhtmlrenderer.css.sheet.Ruleset _ruleset
private org.xhtmlrenderer.css.style.CalculatedStyle _calculatedStyle
public void (int)
int origin
public void addContent (org.xhtmlrenderer.css.sheet.Ruleset)
org.xhtmlrenderer.css.sheet.Ruleset ruleset
public int getOrigin ()
public void setOrigin (int)
int origin
public org.xhtmlrenderer.css.style.CalculatedStyle getCalculatedStyle ()
}
org/xhtmlrenderer/css/sheet/MediaRule.classMediaRule.java
package org.xhtmlrenderer.css.sheet
public org.xhtmlrenderer.css.sheet.MediaRule extends java.lang.Object implements org.xhtmlrenderer.css.sheet.RulesetContainer {
private java.util.List _mediaTypes
private java.util.List _contents
private int _origin
public void (int)
int origin
public void addMedium (java.lang.String)
String medium
public boolean matches (java.lang.String)
String medium
public void addContent (org.xhtmlrenderer.css.sheet.Ruleset)
org.xhtmlrenderer.css.sheet.Ruleset ruleset
public java.util.List getContents ()
public int getOrigin ()
}
org/xhtmlrenderer/css/sheet/PageRule.classPageRule.java
package org.xhtmlrenderer.css.sheet
public org.xhtmlrenderer.css.sheet.PageRule extends java.lang.Object implements org.xhtmlrenderer.css.sheet.RulesetContainer {
private String _name
private String _pseudoPage
private org.xhtmlrenderer.css.sheet.Ruleset _ruleset
private int _origin
private java.util.Map _marginBoxes
private int _pos
private int _specificityF
private int _specificityG
private int _specificityH
public void (int)
int origin
public java.lang.String getPseudoPage ()
public void setPseudoPage (java.lang.String)
String pseudoPage
public org.xhtmlrenderer.css.sheet.Ruleset getRuleset ()
public void setRuleset (org.xhtmlrenderer.css.sheet.Ruleset)
org.xhtmlrenderer.css.sheet.Ruleset ruleset
public void addContent (org.xhtmlrenderer.css.sheet.Ruleset)
org.xhtmlrenderer.css.sheet.Ruleset ruleset
public int getOrigin ()
public void setOrigin (int)
int origin
public java.lang.String getName ()
public void setName (java.lang.String)
String name
public java.util.List getMarginBoxProperties (org.xhtmlrenderer.css.constants.MarginBoxName)
org.xhtmlrenderer.css.constants.MarginBoxName name
public void addMarginBoxProperties (org.xhtmlrenderer.css.constants.MarginBoxName, java.util.List)
org.xhtmlrenderer.css.constants.MarginBoxName name
java.util.List props
public java.util.Map getMarginBoxes ()
public long getOrder ()
long result
public boolean applies (java.lang.String, java.lang.String)
String pageName
String pseudoPage
public int getPos ()
public void setPos (int)
int pos
}
org/xhtmlrenderer/css/sheet/PropertyDeclaration.classPropertyDeclaration.java
package org.xhtmlrenderer.css.sheet
public org.xhtmlrenderer.css.sheet.PropertyDeclaration extends java.lang.Object {
private String propName
private org.xhtmlrenderer.css.constants.CSSName cssName
private org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue
private boolean important
private int origin
private org.xhtmlrenderer.css.constants.IdentValue _identVal
private boolean identIsSet
private String _fingerprint
public static final int IMPORTANCE_AND_ORIGIN_COUNT
private static final int USER_AGENT
private static final int USER_NORMAL
private static final int AUTHOR_NORMAL
private static final int AUTHOR_IMPORTANT
private static final int USER_IMPORTANT
public void (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue, boolean, int)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
boolean imp
int orig
public java.lang.String toString ()
public org.xhtmlrenderer.css.constants.IdentValue asIdentValue ()
public java.lang.String getDeclarationStandardText ()
public java.lang.String getFingerprint ()
public int getImportanceAndOrigin ()
public java.lang.String getPropertyName ()
public org.xhtmlrenderer.css.constants.CSSName getCSSName ()
public org.w3c.dom.css.CSSPrimitiveValue getValue ()
public boolean isImportant ()
public int getOrigin ()
}
org/xhtmlrenderer/css/sheet/Ruleset.classRuleset.java
package org.xhtmlrenderer.css.sheet
public org.xhtmlrenderer.css.sheet.Ruleset extends java.lang.Object {
private int _origin
private java.util.List _props
private java.util.List _fsSelectors
public void (int)
int orig
public java.util.List getPropertyDeclarations ()
public void addProperty (org.xhtmlrenderer.css.sheet.PropertyDeclaration)
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl
public void addAllProperties (java.util.List)
java.util.List props
public void addFSSelector (org.xhtmlrenderer.css.newmatch.Selector)
org.xhtmlrenderer.css.newmatch.Selector selector
public java.util.List getFSSelectors ()
public int getOrigin ()
}
org/xhtmlrenderer/css/sheet/RulesetContainer.classRulesetContainer.java
package org.xhtmlrenderer.css.sheet
public abstract org.xhtmlrenderer.css.sheet.RulesetContainer extends java.lang.Object {
public abstract void addContent (org.xhtmlrenderer.css.sheet.Ruleset)
public abstract int getOrigin ()
}
org/xhtmlrenderer/css/sheet/Stylesheet.classStylesheet.java
package org.xhtmlrenderer.css.sheet
public org.xhtmlrenderer.css.sheet.Stylesheet extends java.lang.Object implements org.xhtmlrenderer.css.sheet.RulesetContainer {
private String _uri
private int _origin
private java.util.List _fontFaceRules
private java.util.List _importRules
private java.util.List _contents
public void (java.lang.String, int)
String uri
int origin
public int getOrigin ()
public java.lang.String getURI ()
public void addContent (org.xhtmlrenderer.css.sheet.Ruleset)
org.xhtmlrenderer.css.sheet.Ruleset ruleset
public void addContent (org.xhtmlrenderer.css.sheet.MediaRule)
org.xhtmlrenderer.css.sheet.MediaRule rule
public void addContent (org.xhtmlrenderer.css.sheet.PageRule)
org.xhtmlrenderer.css.sheet.PageRule rule
public java.util.List getContents ()
public void addImportRule (org.xhtmlrenderer.css.sheet.StylesheetInfo)
org.xhtmlrenderer.css.sheet.StylesheetInfo info
public java.util.List getImportRules ()
public void addFontFaceRule (org.xhtmlrenderer.css.sheet.FontFaceRule)
org.xhtmlrenderer.css.sheet.FontFaceRule rule
public java.util.List getFontFaceRules ()
}
org/xhtmlrenderer/css/sheet/StylesheetInfo.classStylesheetInfo.java
package org.xhtmlrenderer.css.sheet
public org.xhtmlrenderer.css.sheet.StylesheetInfo extends java.lang.Object {
private org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
private String title
private String uri
private int origin
private String type
private java.util.List mediaTypes
private String content
public static final int USER_AGENT
public static final int USER
public static final int AUTHOR
public void ()
public boolean appliesToMedia (java.lang.String)
String m
public void setUri (java.lang.String)
String uri
public void setMedia (java.lang.String)
int i
String media
String[] mediaTypes
java.util.List l
public void setMedia (java.util.List)
java.util.List mediaTypes
public void addMedium (java.lang.String)
String medium
public void setOrigin (int)
int origin
public void setType (java.lang.String)
String type
public void setTitle (java.lang.String)
String title
public void setStylesheet (org.xhtmlrenderer.css.sheet.Stylesheet)
org.xhtmlrenderer.css.sheet.Stylesheet stylesheet
public java.lang.String getUri ()
public java.util.List getMedia ()
public int getOrigin ()
public java.lang.String getType ()
public java.lang.String getTitle ()
public org.xhtmlrenderer.css.sheet.Stylesheet getStylesheet ()
public java.lang.String getContent ()
public void setContent (java.lang.String)
String content
public boolean isInline ()
}
org/xhtmlrenderer/css/style/
org/xhtmlrenderer/css/style/BackgroundPosition.classBackgroundPosition.java
package org.xhtmlrenderer.css.style
public org.xhtmlrenderer.css.style.BackgroundPosition extends java.lang.Object {
private final org.xhtmlrenderer.css.parser.PropertyValue _horizontal
private final org.xhtmlrenderer.css.parser.PropertyValue _vertical
public void (org.xhtmlrenderer.css.parser.PropertyValue, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.parser.PropertyValue horizontal
org.xhtmlrenderer.css.parser.PropertyValue vertical
public org.xhtmlrenderer.css.parser.PropertyValue getHorizontal ()
public org.xhtmlrenderer.css.parser.PropertyValue getVertical ()
}
org/xhtmlrenderer/css/style/CalculatedStyle.classCalculatedStyle.java
package org.xhtmlrenderer.css.style
public org.xhtmlrenderer.css.style.CalculatedStyle extends java.lang.Object {
private org.xhtmlrenderer.css.style.CalculatedStyle _parent
private org.xhtmlrenderer.css.style.derived.BorderPropertySet _border
private org.xhtmlrenderer.css.style.derived.RectPropertySet _margin
private org.xhtmlrenderer.css.style.derived.RectPropertySet _padding
private float _lineHeight
private boolean _lineHeightResolved
private org.xhtmlrenderer.render.FSFont _FSFont
private org.xhtmlrenderer.render.FSFontMetrics _FSFontMetrics
private boolean _marginsAllowed
private boolean _paddingAllowed
private boolean _bordersAllowed
private java.util.HashMap _childCache
private org.xhtmlrenderer.css.style.FSDerivedValue[] _derivedValuesById
private org.xhtmlrenderer.css.value.FontSpecification _font
public static final int LEFT
public static final int RIGHT
public static final int TOP
public static final int BOTTOM
protected void ()
private void (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.newmatch.CascadedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle parent
org.xhtmlrenderer.css.newmatch.CascadedStyle matched
private void checkPaddingAllowed ()
org.xhtmlrenderer.css.constants.IdentValue v
private void checkMarginsAllowed ()
org.xhtmlrenderer.css.constants.IdentValue v
private void checkBordersAllowed ()
org.xhtmlrenderer.css.constants.IdentValue v
public synchronized org.xhtmlrenderer.css.style.CalculatedStyle deriveStyle (org.xhtmlrenderer.css.newmatch.CascadedStyle)
org.xhtmlrenderer.css.newmatch.CascadedStyle matched
String fingerprint
org.xhtmlrenderer.css.style.CalculatedStyle cs
public int countAssigned ()
int i
int c
public org.xhtmlrenderer.css.style.CalculatedStyle getParent ()
public java.lang.String toString ()
public org.xhtmlrenderer.css.parser.FSColor asColor (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.style.FSDerivedValue prop
public float asFloat (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public java.lang.String asString (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public java.lang.String[] asStringArray (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public boolean hasAbsoluteUnit (org.xhtmlrenderer.css.constants.CSSName)
Exception e
org.xhtmlrenderer.css.constants.CSSName cssName
boolean isAbs
public boolean isIdent (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.constants.IdentValue val
public org.xhtmlrenderer.css.constants.IdentValue getIdent (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public org.xhtmlrenderer.css.parser.FSColor getColor ()
public org.xhtmlrenderer.css.parser.FSColor getBackgroundColor ()
org.xhtmlrenderer.css.style.FSDerivedValue prop
public org.xhtmlrenderer.css.style.BackgroundPosition getBackgroundPosition ()
org.xhtmlrenderer.css.style.derived.ListValue result
java.util.List values
public java.util.List getCounterReset ()
org.xhtmlrenderer.css.style.FSDerivedValue value
public java.util.List getCounterIncrement ()
org.xhtmlrenderer.css.style.FSDerivedValue value
public org.xhtmlrenderer.css.style.derived.BorderPropertySet getBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.derived.BorderPropertySet b
org.xhtmlrenderer.css.style.CssContext ctx
public org.xhtmlrenderer.css.value.FontSpecification getFont (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.parser.PropertyValue replacement
org.xhtmlrenderer.css.parser.PropertyValue replacement
org.xhtmlrenderer.css.constants.IdentValue resolved
org.xhtmlrenderer.css.style.FSDerivedValue fontSize
org.xhtmlrenderer.css.style.CssContext ctx
private org.xhtmlrenderer.css.constants.IdentValue resolveAbsoluteFontSize ()
org.xhtmlrenderer.css.style.FSDerivedValue fontSize
org.xhtmlrenderer.css.constants.IdentValue fontSizeIdent
org.xhtmlrenderer.css.constants.IdentValue parent
public float getFloatPropertyProportionalTo (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.constants.CSSName cssName
float baseValue
org.xhtmlrenderer.css.style.CssContext ctx
public float getFloatPropertyProportionalWidth (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.constants.CSSName cssName
float parentWidth
org.xhtmlrenderer.css.style.CssContext ctx
public float getFloatPropertyProportionalHeight (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.constants.CSSName cssName
float parentHeight
org.xhtmlrenderer.css.style.CssContext ctx
public float getLineHeight (org.xhtmlrenderer.css.style.CssContext)
float lineHeight1
org.xhtmlrenderer.render.FSFontMetrics metrics
float lineHeight2
org.xhtmlrenderer.css.style.CssContext ctx
public org.xhtmlrenderer.css.style.derived.RectPropertySet getMarginRect (float, org.xhtmlrenderer.css.style.CssContext)
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
public org.xhtmlrenderer.css.style.derived.RectPropertySet getMarginRect (float, org.xhtmlrenderer.css.style.CssContext, boolean)
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
boolean useCache
public org.xhtmlrenderer.css.style.derived.RectPropertySet getPaddingRect (float, org.xhtmlrenderer.css.style.CssContext, boolean)
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
boolean useCache
public org.xhtmlrenderer.css.style.derived.RectPropertySet getPaddingRect (float, org.xhtmlrenderer.css.style.CssContext)
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
public java.lang.String getStringProperty (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
public boolean isLength (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.style.FSDerivedValue val
public boolean isLengthOrNumber (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.style.FSDerivedValue val
public org.xhtmlrenderer.css.style.FSDerivedValue valueByName (org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.constants.CSSName ref
String initialValue
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.style.FSDerivedValue val
boolean needInitialValue
private void derive (org.xhtmlrenderer.css.newmatch.CascadedStyle)
org.xhtmlrenderer.css.sheet.PropertyDeclaration pd
org.xhtmlrenderer.css.style.FSDerivedValue val
org.xhtmlrenderer.css.newmatch.CascadedStyle matched
java.util.Iterator mProps
private org.xhtmlrenderer.css.style.FSDerivedValue deriveValue (org.xhtmlrenderer.css.constants.CSSName, org.w3c.dom.css.CSSPrimitiveValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.w3c.dom.css.CSSPrimitiveValue value
private java.lang.String genStyleKey ()
org.xhtmlrenderer.css.constants.CSSName name
org.xhtmlrenderer.css.style.FSDerivedValue val
int i
StringBuffer sb
public org.xhtmlrenderer.css.style.derived.RectPropertySet getCachedPadding ()
public org.xhtmlrenderer.css.style.derived.RectPropertySet getCachedMargin ()
private static org.xhtmlrenderer.css.style.derived.RectPropertySet getPaddingProperty (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.constants.CSSName[], float, org.xhtmlrenderer.css.style.CssContext, boolean)
org.xhtmlrenderer.css.style.derived.RectPropertySet result
boolean allZeros
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.CSSName shorthandProp
org.xhtmlrenderer.css.constants.CSSName[] sides
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
boolean useCache
private static org.xhtmlrenderer.css.style.derived.RectPropertySet getMarginProperty (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.constants.CSSName[], float, org.xhtmlrenderer.css.style.CssContext, boolean)
org.xhtmlrenderer.css.style.derived.RectPropertySet result
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.CSSName shorthandProp
org.xhtmlrenderer.css.constants.CSSName[] sides
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
boolean useCache
private static org.xhtmlrenderer.css.style.derived.RectPropertySet newRectInstance (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.constants.CSSName[], float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.CSSName shorthand
org.xhtmlrenderer.css.constants.CSSName[] sides
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
org.xhtmlrenderer.css.style.derived.RectPropertySet rect
private static org.xhtmlrenderer.css.style.derived.BorderPropertySet getBorderProperty (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.derived.BorderPropertySet result
boolean allZeros
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.style.CssContext ctx
public int getMarginBorderPadding (org.xhtmlrenderer.css.style.CssContext, int, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int cbWidth
int which
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
public org.xhtmlrenderer.css.constants.IdentValue getWhitespace ()
public org.xhtmlrenderer.render.FSFont getFSFont (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssContext
public org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
public boolean isClearLeft ()
org.xhtmlrenderer.css.constants.IdentValue clear
public boolean isClearRight ()
org.xhtmlrenderer.css.constants.IdentValue clear
public boolean isCleared ()
public org.xhtmlrenderer.css.constants.IdentValue getBackgroundRepeat ()
public org.xhtmlrenderer.css.constants.IdentValue getBackgroundAttachment ()
public boolean isFixedBackground ()
public boolean isInline ()
public boolean isInlineBlock ()
public boolean isTable ()
public boolean isInlineTable ()
public boolean isTableCell ()
public boolean isTableSection ()
org.xhtmlrenderer.css.constants.IdentValue display
public boolean isTableCaption ()
public boolean isTableHeader ()
public boolean isTableFooter ()
public boolean isTableRow ()
public boolean isDisplayNone ()
public boolean isSpecifiedAsBlock ()
public boolean isBlockEquivalent ()
org.xhtmlrenderer.css.constants.IdentValue display
public boolean isLayedOutInInlineContext ()
org.xhtmlrenderer.css.constants.IdentValue display
public boolean isNeedAutoMarginResolution ()
public boolean isAbsolute ()
public boolean isFixed ()
public boolean isFloated ()
org.xhtmlrenderer.css.constants.IdentValue floatVal
public boolean isFloatedLeft ()
public boolean isFloatedRight ()
public boolean isRelative ()
public boolean isPostionedOrFloated ()
public boolean isPositioned ()
public boolean isAutoWidth ()
public boolean isAutoHeight ()
public boolean isAutoZIndex ()
public boolean establishesBFC ()
org.xhtmlrenderer.css.constants.IdentValue position
org.xhtmlrenderer.css.constants.IdentValue display
org.xhtmlrenderer.css.style.FSDerivedValue value
public boolean requiresLayer ()
org.xhtmlrenderer.css.constants.IdentValue position
org.xhtmlrenderer.css.constants.IdentValue overflow
org.xhtmlrenderer.css.style.FSDerivedValue value
public boolean isRunning ()
org.xhtmlrenderer.css.style.FSDerivedValue value
public java.lang.String getRunningName ()
org.xhtmlrenderer.css.style.derived.FunctionValue value
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.css.parser.PropertyValue param
public boolean isOverflowApplies ()
org.xhtmlrenderer.css.constants.IdentValue display
public boolean isHorizontalBackgroundRepeat ()
org.xhtmlrenderer.css.constants.IdentValue value
public boolean isVerticalBackgroundRepeat ()
org.xhtmlrenderer.css.constants.IdentValue value
public boolean isTopAuto ()
public boolean isBottomAuto ()
public boolean isListItem ()
public boolean isVisible ()
public boolean isForcePageBreakBefore ()
org.xhtmlrenderer.css.constants.IdentValue val
public boolean isForcePageBreakAfter ()
org.xhtmlrenderer.css.constants.IdentValue val
public boolean isAvoidPageBreakInside ()
public org.xhtmlrenderer.css.style.CalculatedStyle createAnonymousStyle (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue display
public boolean mayHaveFirstLine ()
org.xhtmlrenderer.css.constants.IdentValue display
public boolean mayHaveFirstLetter ()
org.xhtmlrenderer.css.constants.IdentValue display
public boolean isNonFlowContent ()
public boolean isMayCollapseMarginsWithChildren ()
public boolean isAbsFixedOrInlineBlockEquiv ()
public boolean isMaxWidthNone ()
public boolean isMaxHeightNone ()
public int getMinWidth (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext c
int cbWidth
public int getMaxWidth (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext c
int cbWidth
public int getMinHeight (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext c
int cbHeight
public int getMaxHeight (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext c
int cbHeight
public boolean isCollapseBorders ()
public int getBorderHSpacing (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
public int getBorderVSpacing (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
public int getRowSpan ()
int result
public int getColSpan ()
int result
public org.xhtmlrenderer.css.style.Length asLength (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.css.constants.CSSName)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.style.Length result
org.xhtmlrenderer.css.style.FSDerivedValue value
public boolean isShowEmptyCells ()
public boolean isHasBackground ()
public java.util.List getTextDecorations ()
java.util.Iterator i
java.util.List idents
java.util.List result
org.xhtmlrenderer.css.style.FSDerivedValue value
public java.awt.Cursor getCursor ()
org.xhtmlrenderer.css.style.FSDerivedValue value
public boolean isPaginateTable ()
public boolean isTextJustify ()
public boolean isListMarkerInside ()
public boolean isKeepWithInline ()
}
org/xhtmlrenderer/css/style/CssContext.classCssContext.java
package org.xhtmlrenderer.css.style
public abstract org.xhtmlrenderer.css.style.CssContext extends java.lang.Object {
public abstract float getMmPerDot ()
public abstract int getDotsPerPixel ()
public abstract float getFontSize2D (org.xhtmlrenderer.css.value.FontSpecification)
public abstract float getXHeight (org.xhtmlrenderer.css.value.FontSpecification)
public abstract org.xhtmlrenderer.render.FSFont getFont (org.xhtmlrenderer.css.value.FontSpecification)
public abstract org.xhtmlrenderer.context.StyleReference getCss ()
public abstract org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.render.FSFont)
}
org/xhtmlrenderer/css/style/DerivedValue.classDerivedValue.java
package org.xhtmlrenderer.css.style
public abstract org.xhtmlrenderer.css.style.DerivedValue extends java.lang.Object implements org.xhtmlrenderer.css.style.FSDerivedValue {
private String _asString
private short _cssSacUnitType
protected void ()
protected void (org.xhtmlrenderer.css.constants.CSSName, short, java.lang.String, java.lang.String)
org.xhtmlrenderer.css.constants.CSSName name
short cssSACUnitType
String cssText
String cssStringValue
String orgText
private java.lang.String deriveStringValue (java.lang.String, java.lang.String)
String cssText
String cssStringValue
public java.lang.String getStringValue ()
public boolean isDeclaredInherit ()
public short getCssSacUnitType ()
public boolean isAbsoluteUnit ()
public float asFloat ()
public org.xhtmlrenderer.css.parser.FSColor asColor ()
public float getFloatProportionalTo (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.constants.CSSName cssName
float baseValue
org.xhtmlrenderer.css.style.CssContext ctx
public java.lang.String asString ()
public java.lang.String[] asStringArray ()
public org.xhtmlrenderer.css.constants.IdentValue asIdentValue ()
public boolean hasAbsoluteUnit ()
public boolean isIdent ()
public boolean isDependentOnFontSize ()
}
org/xhtmlrenderer/css/style/EmptyStyle.classEmptyStyle.java
package org.xhtmlrenderer.css.style
public org.xhtmlrenderer.css.style.EmptyStyle extends org.xhtmlrenderer.css.style.CalculatedStyle {
public void ()
}
org/xhtmlrenderer/css/style/FSDerivedValue.classFSDerivedValue.java
package org.xhtmlrenderer.css.style
public abstract org.xhtmlrenderer.css.style.FSDerivedValue extends java.lang.Object {
public abstract boolean isDeclaredInherit ()
public abstract float asFloat ()
public abstract org.xhtmlrenderer.css.parser.FSColor asColor ()
public abstract float getFloatProportionalTo (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
public abstract java.lang.String asString ()
public abstract java.lang.String[] asStringArray ()
public abstract org.xhtmlrenderer.css.constants.IdentValue asIdentValue ()
public abstract boolean hasAbsoluteUnit ()
public abstract boolean isDependentOnFontSize ()
public abstract boolean isIdent ()
}
org/xhtmlrenderer/css/style/FontSizeHelper.classFontSizeHelper.java
package org.xhtmlrenderer.css.style
public org.xhtmlrenderer.css.style.FontSizeHelper extends java.lang.Object {
private static final java.util.LinkedHashMap PROPORTIONAL_FONT_SIZES
private static final java.util.LinkedHashMap FIXED_FONT_SIZES
private static final org.xhtmlrenderer.css.parser.PropertyValue DEFAULT_SMALLER
private static final org.xhtmlrenderer.css.parser.PropertyValue DEFAULT_LARGER
public void ()
public static org.xhtmlrenderer.css.constants.IdentValue getNextSmaller (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue ident
java.util.Iterator i
org.xhtmlrenderer.css.constants.IdentValue absFontSize
org.xhtmlrenderer.css.constants.IdentValue prev
public static org.xhtmlrenderer.css.constants.IdentValue getNextLarger (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue ident
java.util.Iterator i
org.xhtmlrenderer.css.constants.IdentValue absFontSize
public static org.xhtmlrenderer.css.parser.PropertyValue resolveAbsoluteFontSize (org.xhtmlrenderer.css.constants.IdentValue, java.lang.String[])
org.xhtmlrenderer.css.constants.IdentValue fontSize
String[] fontFamilies
boolean monospace
public static org.xhtmlrenderer.css.parser.PropertyValue getDefaultRelativeFontSize (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue fontSize
private static boolean isMonospace (java.lang.String[])
int i
String[] fontFamilies
static void ()
}
org/xhtmlrenderer/css/style/Length.classLength.java
package org.xhtmlrenderer.css.style
public org.xhtmlrenderer.css.style.Length extends java.lang.Object {
public static final int MAX_WIDTH
public static final int VARIABLE
public static final int FIXED
public static final int PERCENT
private int _type
private long _value
public void ()
public void (long, int)
long value
int type
public void setValue (long)
long value
public long value ()
public void setType (int)
int type
public int type ()
public boolean isVariable ()
public boolean isFixed ()
public boolean isPercent ()
public long width (int)
int maxWidth
public long minWidth (int)
int maxWidth
public java.lang.String toString ()
StringBuffer result
}
org/xhtmlrenderer/css/style/derived/
org/xhtmlrenderer/css/style/derived/BorderPropertySet.classBorderPropertySet.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.BorderPropertySet extends org.xhtmlrenderer.css.style.derived.RectPropertySet {
public static final org.xhtmlrenderer.css.style.derived.BorderPropertySet EMPTY_BORDER
private org.xhtmlrenderer.css.constants.IdentValue _topStyle
private org.xhtmlrenderer.css.constants.IdentValue _rightStyle
private org.xhtmlrenderer.css.constants.IdentValue _bottomStyle
private org.xhtmlrenderer.css.constants.IdentValue _leftStyle
private org.xhtmlrenderer.css.parser.FSColor _topColor
private org.xhtmlrenderer.css.parser.FSColor _rightColor
private org.xhtmlrenderer.css.parser.FSColor _bottomColor
private org.xhtmlrenderer.css.parser.FSColor _leftColor
public void (org.xhtmlrenderer.css.style.derived.BorderPropertySet)
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
public void (float, float, float, float)
float top
float right
float bottom
float left
public void (org.xhtmlrenderer.newtable.CollapsedBorderValue, org.xhtmlrenderer.newtable.CollapsedBorderValue, org.xhtmlrenderer.newtable.CollapsedBorderValue, org.xhtmlrenderer.newtable.CollapsedBorderValue)
org.xhtmlrenderer.newtable.CollapsedBorderValue top
org.xhtmlrenderer.newtable.CollapsedBorderValue right
org.xhtmlrenderer.newtable.CollapsedBorderValue bottom
org.xhtmlrenderer.newtable.CollapsedBorderValue left
private void (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.style.CssContext ctx
public org.xhtmlrenderer.css.style.derived.BorderPropertySet lighten (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.style.derived.BorderPropertySet bc
public org.xhtmlrenderer.css.style.derived.BorderPropertySet darken (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.style.derived.BorderPropertySet bc
public static org.xhtmlrenderer.css.style.derived.BorderPropertySet newInstance (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.style.CssContext ctx
public java.lang.String toString ()
public boolean noTop ()
public boolean noRight ()
public boolean noBottom ()
public boolean noLeft ()
public org.xhtmlrenderer.css.constants.IdentValue topStyle ()
public org.xhtmlrenderer.css.constants.IdentValue rightStyle ()
public org.xhtmlrenderer.css.constants.IdentValue bottomStyle ()
public org.xhtmlrenderer.css.constants.IdentValue leftStyle ()
public org.xhtmlrenderer.css.parser.FSColor topColor ()
public org.xhtmlrenderer.css.parser.FSColor rightColor ()
public org.xhtmlrenderer.css.parser.FSColor bottomColor ()
public org.xhtmlrenderer.css.parser.FSColor leftColor ()
public boolean hasHidden ()
static void ()
}
org/xhtmlrenderer/css/style/derived/ColorValue.classColorValue.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.ColorValue extends org.xhtmlrenderer.css.style.DerivedValue {
private org.xhtmlrenderer.css.parser.FSColor _color
public void (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.constants.CSSName name
org.xhtmlrenderer.css.parser.PropertyValue value
public org.xhtmlrenderer.css.parser.FSColor asColor ()
}
org/xhtmlrenderer/css/style/derived/DerivedValueFactory.classDerivedValueFactory.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.DerivedValueFactory extends java.lang.Object {
private static final java.util.Map CACHED_COLORS
public void ()
public static org.xhtmlrenderer.css.style.FSDerivedValue newDerivedValue (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.constants.IdentValue ident
org.xhtmlrenderer.css.style.FSDerivedValue color
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.parser.PropertyValue value
static void ()
}
org/xhtmlrenderer/css/style/derived/FunctionValue.classFunctionValue.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.FunctionValue extends org.xhtmlrenderer.css.style.DerivedValue {
private org.xhtmlrenderer.css.parser.FSFunction _function
public void (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.constants.CSSName name
org.xhtmlrenderer.css.parser.PropertyValue value
public org.xhtmlrenderer.css.parser.FSFunction getFunction ()
}
org/xhtmlrenderer/css/style/derived/LengthValue.classLengthValue.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.LengthValue extends org.xhtmlrenderer.css.style.DerivedValue {
private static final int MM__PER__CM
private static final float CM__PER__IN
private static final float PT__PER__IN
private static final float PC__PER__PT
private float _lengthAsFloat
private org.xhtmlrenderer.css.style.CalculatedStyle _style
private short _lengthPrimitiveType
public void (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.CSSName name
org.xhtmlrenderer.css.parser.PropertyValue value
public float asFloat ()
public float getFloatProportionalTo (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.constants.CSSName cssName
float baseValue
org.xhtmlrenderer.css.style.CssContext ctx
public boolean hasAbsoluteUnit ()
public boolean isDependentOnFontSize ()
public static float calcFloatProportionalValue (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.CSSName, java.lang.String, float, short, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.value.FontSpecification parentFont
org.xhtmlrenderer.css.value.FontSpecification parentFont
float xHeight
org.xhtmlrenderer.css.value.FontSpecification font
org.xhtmlrenderer.css.value.FontSpecification parentFont
org.xhtmlrenderer.css.value.FontSpecification font
float xHeight
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.CSSName cssName
String stringValue
float relVal
short primitiveType
float baseValue
org.xhtmlrenderer.css.style.CssContext ctx
float absVal
double d
private org.xhtmlrenderer.css.style.CalculatedStyle getStyle ()
}
org/xhtmlrenderer/css/style/derived/ListValue.classListValue.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.ListValue extends org.xhtmlrenderer.css.style.DerivedValue {
private java.util.List _values
public void (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.constants.CSSName name
org.xhtmlrenderer.css.parser.PropertyValue value
public java.util.List getValues ()
}
org/xhtmlrenderer/css/style/derived/NumberValue.classNumberValue.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.NumberValue extends org.xhtmlrenderer.css.style.DerivedValue {
private float _floatValue
public void (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.constants.CSSName cssName
org.xhtmlrenderer.css.parser.PropertyValue value
public float asFloat ()
public float getFloatProportionalTo (org.xhtmlrenderer.css.constants.CSSName, float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.constants.CSSName cssName
float baseValue
org.xhtmlrenderer.css.style.CssContext ctx
public boolean hasAbsoluteUnit ()
}
org/xhtmlrenderer/css/style/derived/RectPropertySet.classRectPropertySet.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.RectPropertySet extends java.lang.Object {
public static final org.xhtmlrenderer.css.style.derived.RectPropertySet ALL_ZEROS
protected float _top
protected float _right
protected float _bottom
protected float _left
protected void ()
public void (org.xhtmlrenderer.css.constants.CSSName, float, float, float, float)
org.xhtmlrenderer.css.constants.CSSName cssName
float top
float right
float bottom
float left
public static org.xhtmlrenderer.css.style.derived.RectPropertySet newInstance (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.constants.CSSName[], float, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.CSSName shortHandProperty
org.xhtmlrenderer.css.constants.CSSName[] sideProperties
float cbWidth
org.xhtmlrenderer.css.style.CssContext ctx
org.xhtmlrenderer.css.style.derived.RectPropertySet rect
public java.lang.String toString ()
public float top ()
public float right ()
public float bottom ()
public float left ()
public float getLeftRightDiff ()
public float height ()
public float width ()
public void setTop (float)
float _top
public void setRight (float)
float _right
public void setBottom (float)
float _bottom
public void setLeft (float)
float _left
public org.xhtmlrenderer.css.style.derived.RectPropertySet copyOf ()
org.xhtmlrenderer.css.style.derived.RectPropertySet newRect
public boolean isAllZeros ()
public boolean hasNegativeValues ()
public void resetNegativeValues ()
static void ()
}
org/xhtmlrenderer/css/style/derived/StringValue.classStringValue.java
package org.xhtmlrenderer.css.style.derived
public org.xhtmlrenderer.css.style.derived.StringValue extends org.xhtmlrenderer.css.style.DerivedValue {
private String[] _stringAsArray
public void (org.xhtmlrenderer.css.constants.CSSName, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.css.constants.CSSName name
org.xhtmlrenderer.css.parser.PropertyValue value
public java.lang.String[] asStringArray ()
public java.lang.String toString ()
}
org/xhtmlrenderer/css/util/
org/xhtmlrenderer/css/util/ConversionUtil.classConversionUtil.java
package org.xhtmlrenderer.css.util
public org.xhtmlrenderer.css.util.ConversionUtil extends java.lang.Object {
public void ()
public static java.awt.Color rgbToColor (org.w3c.dom.css.RGBColor)
org.w3c.dom.css.RGBColor rgbcol
}
org/xhtmlrenderer/css/value/
org/xhtmlrenderer/css/value/FSCssValue.classFSCssValue.java
package org.xhtmlrenderer.css.value
public org.xhtmlrenderer.css.value.FSCssValue extends java.lang.Object implements org.w3c.dom.css.CSSPrimitiveValue {
private String _cssText
private org.w3c.dom.css.Counter counter
private float floatValue
private short primitiveType
private org.w3c.dom.css.Rect rectValue
private org.w3c.dom.css.RGBColor rgbColorValue
public void (org.w3c.dom.css.CSSPrimitiveValue)
org.w3c.dom.css.CSSPrimitiveValue primitive
public void (org.w3c.dom.css.CSSPrimitiveValue, java.lang.String)
org.w3c.dom.css.CSSPrimitiveValue primitive
String newValue
void (short, java.lang.String)
short primitiveType
String value
public static org.xhtmlrenderer.css.value.FSCssValue getNewIdentValue (java.lang.String)
String identValue
public java.lang.String toString ()
public void setCssText (java.lang.String)
String cssText
public void setFloatValue (short, float)
short unitType
float floatValue
public void setStringValue (short, java.lang.String)
short stringType
String stringValue
public java.lang.String getCssText ()
public short getCssValueType ()
public org.w3c.dom.css.Counter getCounterValue ()
public float getFloatValue (short)
short unitType
public short getPrimitiveType ()
public org.w3c.dom.css.Rect getRectValue ()
public org.w3c.dom.css.RGBColor getRGBColorValue ()
public java.lang.String getStringValue ()
}
org/xhtmlrenderer/css/value/FontSpecification.classFontSpecification.java
package org.xhtmlrenderer.css.value
public org.xhtmlrenderer.css.value.FontSpecification extends java.lang.Object {
public float size
public org.xhtmlrenderer.css.constants.IdentValue fontWeight
public String[] families
public org.xhtmlrenderer.css.constants.IdentValue fontStyle
public org.xhtmlrenderer.css.constants.IdentValue variant
public void ()
public java.lang.String toString ()
StringBuffer sb
}
org/xhtmlrenderer/css/value/PageSize.classPageSize.java
package org.xhtmlrenderer.css.value
public org.xhtmlrenderer.css.value.PageSize extends java.lang.Object {
public static final org.xhtmlrenderer.css.value.PageSize A5
public static final org.xhtmlrenderer.css.value.PageSize A4
public static final org.xhtmlrenderer.css.value.PageSize A3
public static final org.xhtmlrenderer.css.value.PageSize B3
public static final org.xhtmlrenderer.css.value.PageSize B4
public static final org.xhtmlrenderer.css.value.PageSize LETTER
public static final org.xhtmlrenderer.css.value.PageSize LEGAL
public static final org.xhtmlrenderer.css.value.PageSize LEDGER
private static final java.util.Map SIZE_MAP
private org.w3c.dom.css.CSSPrimitiveValue _pageWidth
private org.w3c.dom.css.CSSPrimitiveValue _pageHeight
private void (org.w3c.dom.css.CSSPrimitiveValue, org.w3c.dom.css.CSSPrimitiveValue)
org.w3c.dom.css.CSSPrimitiveValue width
org.w3c.dom.css.CSSPrimitiveValue height
private void ()
public org.w3c.dom.css.CSSPrimitiveValue getPageHeight ()
public org.w3c.dom.css.CSSPrimitiveValue getPageWidth ()
public static org.xhtmlrenderer.css.value.PageSize resolvePageSize (java.lang.String)
String pageSize
static void ()
}
org/xhtmlrenderer/event/
org/xhtmlrenderer/event/DefaultDocumentListener.classDefaultDocumentListener.java
package org.xhtmlrenderer.event
public org.xhtmlrenderer.event.DefaultDocumentListener extends java.lang.Object implements org.xhtmlrenderer.event.DocumentListener {
public void ()
public void documentStarted ()
public void documentLoaded ()
public void onLayoutException (java.lang.Throwable)
Throwable t
public void onRenderException (java.lang.Throwable)
Throwable t
}
org/xhtmlrenderer/event/DocumentListener.classDocumentListener.java
package org.xhtmlrenderer.event
public abstract org.xhtmlrenderer.event.DocumentListener extends java.lang.Object {
public abstract void documentStarted ()
public abstract void documentLoaded ()
public abstract void onLayoutException (java.lang.Throwable)
public abstract void onRenderException (java.lang.Throwable)
}
org/xhtmlrenderer/extend/
org/xhtmlrenderer/extend/FSGlyphVector.classFSGlyphVector.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.FSGlyphVector extends java.lang.Object {
}
org/xhtmlrenderer/extend/FSImage.classFSImage.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.FSImage extends java.lang.Object {
public abstract int getWidth ()
public abstract int getHeight ()
public abstract void scale (int, int)
}
org/xhtmlrenderer/extend/FontContext.classFontContext.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.FontContext extends java.lang.Object {
}
org/xhtmlrenderer/extend/FontResolver.classFontResolver.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.FontResolver extends java.lang.Object {
public abstract org.xhtmlrenderer.render.FSFont resolveFont (org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.css.value.FontSpecification)
public abstract void flushCache ()
}
org/xhtmlrenderer/extend/NamespaceHandler.classNamespaceHandler.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.NamespaceHandler extends java.lang.Object {
public abstract java.lang.String getNamespace ()
public abstract org.xhtmlrenderer.css.sheet.StylesheetInfo getDefaultStylesheet (org.xhtmlrenderer.css.extend.StylesheetFactory)
public abstract java.lang.String getDocumentTitle (org.w3c.dom.Document)
public abstract org.xhtmlrenderer.css.sheet.StylesheetInfo[] getStylesheets (org.w3c.dom.Document)
public abstract java.lang.String getAttributeValue (org.w3c.dom.Element, java.lang.String)
public abstract java.lang.String getAttributeValue (org.w3c.dom.Element, java.lang.String, java.lang.String)
public abstract java.lang.String getClass (org.w3c.dom.Element)
public abstract java.lang.String getID (org.w3c.dom.Element)
public abstract java.lang.String getElementStyling (org.w3c.dom.Element)
public abstract java.lang.String getNonCssStyling (org.w3c.dom.Element)
public abstract java.lang.String getLang (org.w3c.dom.Element)
public abstract java.lang.String getLinkUri (org.w3c.dom.Element)
public abstract java.lang.String getAnchorName (org.w3c.dom.Element)
public abstract boolean isImageElement (org.w3c.dom.Element)
public abstract boolean isFormElement (org.w3c.dom.Element)
public abstract java.lang.String getImageSourceURI (org.w3c.dom.Element)
}
org/xhtmlrenderer/extend/OutputDevice.classOutputDevice.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.OutputDevice extends java.lang.Object {
public abstract void drawText (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineText)
public abstract void drawSelection (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineText)
public abstract void drawTextDecoration (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.LineBox)
public abstract void drawTextDecoration (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineLayoutBox, org.xhtmlrenderer.render.TextDecoration)
public abstract void paintBorder (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
public abstract void paintBorder (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.CalculatedStyle, java.awt.Rectangle, int)
public abstract void paintCollapsedBorder (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.derived.BorderPropertySet, java.awt.Rectangle, int)
public abstract void paintBackground (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
public abstract void paintBackground (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.CalculatedStyle, java.awt.Rectangle, java.awt.Rectangle)
public abstract void paintReplacedElement (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
public abstract void drawDebugOutline (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box, org.xhtmlrenderer.css.parser.FSColor)
public abstract void setFont (org.xhtmlrenderer.render.FSFont)
public abstract void setColor (org.xhtmlrenderer.css.parser.FSColor)
public abstract void drawRect (int, int, int, int)
public abstract void drawOval (int, int, int, int)
public abstract void drawBorderLine (java.awt.Rectangle, int, int, boolean)
public abstract void drawImage (org.xhtmlrenderer.extend.FSImage, int, int)
public abstract void fill (java.awt.Shape)
public abstract void fillRect (int, int, int, int)
public abstract void fillOval (int, int, int, int)
public abstract void clip (java.awt.Shape)
public abstract java.awt.Shape getClip ()
public abstract void setClip (java.awt.Shape)
public abstract void translate (double, double)
public abstract void setStroke (java.awt.Stroke)
public abstract java.awt.Stroke getStroke ()
public abstract java.lang.Object getRenderingHint (java.awt.RenderingHints$Key)
public abstract void setRenderingHint (java.awt.RenderingHints$Key, java.lang.Object)
public abstract boolean isSupportsSelection ()
public abstract boolean isSupportsCMYKColors ()
}
org/xhtmlrenderer/extend/ReplacedElement.classReplacedElement.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.ReplacedElement extends java.lang.Object {
public abstract int getIntrinsicWidth ()
public abstract int getIntrinsicHeight ()
public abstract java.awt.Point getLocation ()
public abstract void setLocation (int, int)
public abstract void detach (org.xhtmlrenderer.layout.LayoutContext)
public abstract boolean isRequiresInteractivePaint ()
public abstract boolean hasBaseline ()
public abstract int getBaseline ()
}
org/xhtmlrenderer/extend/ReplacedElementFactory.classReplacedElementFactory.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.ReplacedElementFactory extends java.lang.Object {
public abstract org.xhtmlrenderer.extend.ReplacedElement createReplacedElement (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.extend.UserAgentCallback, int, int)
public abstract void reset ()
public abstract void remove (org.w3c.dom.Element)
public abstract void setFormSubmissionListener (org.xhtmlrenderer.simple.extend.FormSubmissionListener)
}
org/xhtmlrenderer/extend/TextRenderer.classTextRenderer.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.TextRenderer extends java.lang.Object {
public static final int NONE
public static final int LOW
public static final int MEDIUM
public static final int HIGH
public abstract void setup (org.xhtmlrenderer.extend.FontContext)
public abstract void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float)
public abstract void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float, org.xhtmlrenderer.render.JustificationInfo)
public abstract void drawGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.extend.FSGlyphVector, float, float)
public abstract org.xhtmlrenderer.extend.FSGlyphVector getGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, java.lang.String)
public abstract float[] getGlyphPositions (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector)
public abstract java.awt.Rectangle getGlyphBounds (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector, int, float, float)
public abstract org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
public abstract int getWidth (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
public abstract void setFontScale (float)
public abstract float getFontScale ()
public abstract void setSmoothingThreshold (float)
public abstract int getSmoothingLevel ()
public abstract void setSmoothingLevel (int)
}
org/xhtmlrenderer/extend/UserAgentCallback.classUserAgentCallback.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.UserAgentCallback extends java.lang.Object {
public abstract org.xhtmlrenderer.resource.CSSResource getCSSResource (java.lang.String)
public abstract org.xhtmlrenderer.resource.ImageResource getImageResource (java.lang.String)
public abstract org.xhtmlrenderer.resource.XMLResource getXMLResource (java.lang.String)
public abstract byte[] getBinaryResource (java.lang.String)
public abstract boolean isVisited (java.lang.String)
public abstract void setBaseURL (java.lang.String)
public abstract java.lang.String getBaseURL ()
public abstract java.lang.String resolveURI (java.lang.String)
}
org/xhtmlrenderer/extend/UserInterface.classUserInterface.java
package org.xhtmlrenderer.extend
public abstract org.xhtmlrenderer.extend.UserInterface extends java.lang.Object {
public abstract boolean isHover (org.w3c.dom.Element)
public abstract boolean isActive (org.w3c.dom.Element)
public abstract boolean isFocus (org.w3c.dom.Element)
}
org/xhtmlrenderer/layout/
org/xhtmlrenderer/layout/BlockBoxing$1.classBlockBoxing.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.BlockBoxing$1 extends java.lang.Object {
}
org/xhtmlrenderer/layout/BlockBoxing$RelayoutData.classBlockBoxing.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData extends java.lang.Object {
private org.xhtmlrenderer.layout.LayoutState _layoutState
private int _listIndex
private boolean _startsRun
private boolean _endsRun
private boolean _inRun
private int _childOffset
public void ()
public boolean isEndsRun ()
public void setEndsRun (boolean)
boolean endsRun
public boolean isInRun ()
public void setInRun (boolean)
boolean inRun
public org.xhtmlrenderer.layout.LayoutState getLayoutState ()
public void setLayoutState (org.xhtmlrenderer.layout.LayoutState)
org.xhtmlrenderer.layout.LayoutState layoutState
public boolean isStartsRun ()
public void setStartsRun (boolean)
boolean startsRun
public int getChildOffset ()
public void setChildOffset (int)
int childOffset
public int getListIndex ()
public void setListIndex (int)
int listIndex
}
org/xhtmlrenderer/layout/BlockBoxing$RelayoutDataList.classBlockBoxing.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.BlockBoxing$RelayoutDataList extends java.lang.Object {
private java.util.List _hints
public void (int)
int i
int size
public org.xhtmlrenderer.layout.BlockBoxing$RelayoutData get (int)
int index
public void markRun (int, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.render.BlockBox)
int offset
org.xhtmlrenderer.render.BlockBox previous
org.xhtmlrenderer.render.BlockBox current
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData previousData
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData currentData
org.xhtmlrenderer.css.constants.IdentValue previousAfter
org.xhtmlrenderer.css.constants.IdentValue currentBefore
public int getRunStart (int)
int runEnd
int offset
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData current
}
org/xhtmlrenderer/layout/BlockBoxing$RelayoutRunResult.classBlockBoxing.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.BlockBoxing$RelayoutRunResult extends java.lang.Object {
private boolean _changed
private int _childOffset
private void ()
public boolean isChanged ()
public void setChanged (boolean)
boolean changed
public int getChildOffset ()
public void setChildOffset (int)
int childOffset
void (org.xhtmlrenderer.layout.BlockBoxing$1)
org.xhtmlrenderer.layout.BlockBoxing$1 x0
}
org/xhtmlrenderer/layout/BlockBoxing.classBlockBoxing.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BlockBoxing extends java.lang.Object {
private static final int NO_PAGE_TRIM
private void ()
public static void layoutContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int)
boolean tryToAvoidPageBreak
boolean needPageClear
boolean keepWithInline
org.xhtmlrenderer.layout.BlockBoxing$RelayoutRunResult runResult
org.xhtmlrenderer.render.BlockBox child
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData relayoutData
boolean mayCheckKeepTogether
java.awt.Dimension relativeOffset
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox block
int contentStart
int offset
java.util.List localChildren
int childOffset
org.xhtmlrenderer.layout.BlockBoxing$RelayoutDataList relayoutDataList
int pageCount
org.xhtmlrenderer.render.BlockBox previousChildBox
private static org.xhtmlrenderer.layout.BlockBoxing$RelayoutRunResult processPageBreakAvoidRun (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, java.util.List, int, org.xhtmlrenderer.layout.BlockBoxing$RelayoutDataList, org.xhtmlrenderer.layout.BlockBoxing$RelayoutData, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData previousRelayoutData
int runStart
org.xhtmlrenderer.render.Box runEndChild
boolean mightNeedRelayout
int runEnd
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox block
java.util.List localChildren
int offset
org.xhtmlrenderer.layout.BlockBoxing$RelayoutDataList relayoutDataList
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData relayoutData
org.xhtmlrenderer.render.BlockBox childBox
org.xhtmlrenderer.layout.BlockBoxing$RelayoutRunResult result
private static int relayoutRun (org.xhtmlrenderer.layout.LayoutContext, java.util.List, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.layout.BlockBoxing$RelayoutDataList, int, int, boolean)
org.xhtmlrenderer.render.Box startBox
org.xhtmlrenderer.render.PageBox startPageBox
boolean tryToAvoidPageBreak
boolean needPageClear
boolean keepWithInline
org.xhtmlrenderer.render.BlockBox child
org.xhtmlrenderer.layout.BlockBoxing$RelayoutData relayoutData
int pageCount
boolean mayCheckKeepTogether
java.awt.Dimension relativeOffset
int i
org.xhtmlrenderer.layout.LayoutContext c
java.util.List localChildren
org.xhtmlrenderer.render.BlockBox block
org.xhtmlrenderer.layout.BlockBoxing$RelayoutDataList relayoutDataList
int start
int end
boolean onNewPage
int childOffset
private static void layoutBlockChild (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.render.BlockBox, boolean, int, int, org.xhtmlrenderer.layout.LayoutState)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
org.xhtmlrenderer.render.BlockBox child
boolean needPageClear
int childOffset
int trimmedPageCount
org.xhtmlrenderer.layout.LayoutState layoutState
org.xhtmlrenderer.layout.BreakAtLineContext bContext
private static void layoutBlockChild0 (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.render.BlockBox, boolean, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
org.xhtmlrenderer.render.BlockBox child
boolean needPageClear
int childOffset
int trimmedPageCount
private static void repositionBox (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int)
java.awt.Dimension delta
int delta
boolean pageClear
boolean needNewPageContext
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox child
int trimmedPageCount
boolean moved
}
org/xhtmlrenderer/layout/BlockFormattingContext.classBlockFormattingContext.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BlockFormattingContext extends java.lang.Object {
private int _x
private int _y
private final org.xhtmlrenderer.layout.PersistentBFC _persistentBFC
public void (org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox block
org.xhtmlrenderer.layout.LayoutContext c
public java.awt.Point getOffset ()
public void translate (int, int)
int x
int y
public org.xhtmlrenderer.layout.FloatManager getFloatManager ()
public int getLeftFloatDistance (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.LineBox, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.render.LineBox line
int containingBlockWidth
public int getRightFloatDistance (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.LineBox, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.render.LineBox line
int containingBlockWidth
public int getFloatDistance (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.LineBox, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.render.LineBox line
int containingBlockWidth
public void floatBox (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox floated
public void clear (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.Box current
public java.lang.String toString ()
}
org/xhtmlrenderer/layout/BoxBuilder$ChildBoxInfo.classBoxBuilder.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo extends java.lang.Object {
private boolean _containsBlockLevelContent
private boolean _containsTableContent
private boolean _layoutRunningBlocks
public void ()
public boolean isContainsBlockLevelContent ()
public void setContainsBlockLevelContent (boolean)
boolean containsBlockLevelContent
public boolean isContainsTableContent ()
public void setContainsTableContent (boolean)
boolean containsTableContent
public boolean isLayoutRunningBlocks ()
public void setLayoutRunningBlocks (boolean)
boolean layoutRunningBlocks
}
org/xhtmlrenderer/layout/BoxBuilder.classBoxBuilder.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BoxBuilder extends java.lang.Object {
public static final int MARGIN_BOX_VERTICAL
public static final int MARGIN_BOX_HORIZONTAL
private static final int CONTENT_LIST_DOCUMENT
private static final int CONTENT_LIST_MARGIN_BOX
public void ()
public static org.xhtmlrenderer.render.BlockBox createRootBox (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Document)
org.xhtmlrenderer.render.BlockBox result
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Document document
org.w3c.dom.Element root
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.render.BlockBox result
public static void createChildren (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
java.util.List children
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
boolean parentIsNestingTableContent
public static org.xhtmlrenderer.newtable.TableBox createMarginTable (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.newmatch.PageInfo, org.xhtmlrenderer.css.constants.MarginBoxName[], int, int)
org.xhtmlrenderer.css.style.CalculatedStyle tableRowStyle
org.xhtmlrenderer.css.style.CalculatedStyle tableRowStyle
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.css.newmatch.CascadedStyle cellStyle
int i
org.xhtmlrenderer.newtable.TableRowBox r
java.util.Iterator i
org.xhtmlrenderer.newtable.TableRowBox r
java.util.Iterator i
int rHeight
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.newmatch.PageInfo pageInfo
org.xhtmlrenderer.css.constants.MarginBoxName[] names
int height
int direction
org.w3c.dom.Element source
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
org.xhtmlrenderer.css.style.CalculatedStyle pageStyle
org.xhtmlrenderer.css.style.CalculatedStyle tableStyle
org.xhtmlrenderer.newtable.TableBox result
org.xhtmlrenderer.css.style.CalculatedStyle tableSectionStyle
org.xhtmlrenderer.newtable.TableSectionBox section
org.xhtmlrenderer.newtable.TableRowBox row
int cellCount
boolean alwaysCreate
private static org.xhtmlrenderer.newtable.TableCellBox createMarginBox (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.newmatch.CascadedStyle, boolean)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.newmatch.CascadedStyle cascadedStyle
boolean alwaysCreate
boolean hasContent
org.xhtmlrenderer.css.sheet.PropertyDeclaration contentDecl
org.xhtmlrenderer.css.style.CalculatedStyle style
java.util.List children
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
org.xhtmlrenderer.newtable.TableCellBox result
private static void resolveChildren (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, java.util.List, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox owner
java.util.List children
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
private static boolean isAllProperTableNesting (org.xhtmlrenderer.css.constants.IdentValue, java.util.List)
org.xhtmlrenderer.layout.Styleable child
java.util.Iterator i
org.xhtmlrenderer.css.constants.IdentValue parentDisplay
java.util.List children
private static void resolveChildTableContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, java.util.List, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.layout.Styleable styleable
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
java.util.List children
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
org.xhtmlrenderer.css.constants.IdentValue target
java.util.List childrenForAnonymous
java.util.List childrenWithAnonymous
org.xhtmlrenderer.css.constants.IdentValue nextUp
private static boolean matchesTableLevel (org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue target
org.xhtmlrenderer.css.constants.IdentValue value
private static void rebalanceInlineContent (java.util.List)
org.xhtmlrenderer.render.InlineBox iB
org.w3c.dom.Element elem
org.xhtmlrenderer.layout.Styleable styleable
java.util.Iterator i
org.xhtmlrenderer.render.InlineBox iB
java.util.Iterator i
java.util.List content
java.util.Map boxesByElement
private static void stripAllWhitespace (java.util.List)
int before
int after
org.xhtmlrenderer.layout.Styleable styleable
java.util.List content
int start
int current
boolean started
private static void resolveTableContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, java.util.List, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo)
org.xhtmlrenderer.layout.Styleable child
org.xhtmlrenderer.css.constants.IdentValue childDisplay
java.util.Iterator i
java.util.List childrenForAnonymous
java.util.List childrenWithAnonymous
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
java.util.List children
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
org.xhtmlrenderer.css.constants.IdentValue parentDisplay
org.xhtmlrenderer.css.constants.IdentValue next
private static boolean containsOrphanedTableContent (java.util.List)
org.xhtmlrenderer.layout.Styleable child
org.xhtmlrenderer.css.constants.IdentValue display
java.util.Iterator i
java.util.List children
private static boolean isParentInline (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.css.style.CalculatedStyle parentStyle
private static void createAnonymousTableContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.css.constants.IdentValue, java.util.List, java.util.List)
org.xhtmlrenderer.css.constants.IdentValue anonDisplay
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox source
org.xhtmlrenderer.css.constants.IdentValue next
java.util.List childrenForAnonymous
java.util.List childrenWithAnonymous
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo nested
org.xhtmlrenderer.css.constants.IdentValue anonDisplay
org.xhtmlrenderer.css.style.CalculatedStyle anonStyle
org.xhtmlrenderer.render.BlockBox anonBox
private static org.xhtmlrenderer.render.BlockBox reorderTableContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.newtable.TableBox)
org.xhtmlrenderer.css.constants.IdentValue side
org.xhtmlrenderer.render.Box b
org.xhtmlrenderer.css.constants.IdentValue display
java.util.Iterator i
org.xhtmlrenderer.css.newmatch.CascadedStyle cascadedStyle
org.xhtmlrenderer.css.style.CalculatedStyle anonStyle
org.xhtmlrenderer.css.newmatch.CascadedStyle original
org.xhtmlrenderer.css.newmatch.CascadedStyle modified
org.xhtmlrenderer.css.style.CalculatedStyle anonStyle
org.xhtmlrenderer.render.BlockBox anonBox
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox table
java.util.List topCaptions
org.xhtmlrenderer.render.Box header
java.util.List bodies
org.xhtmlrenderer.render.Box footer
java.util.List bottomCaptions
private static org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo lookForBlockContent (java.util.List)
org.xhtmlrenderer.layout.Styleable s
java.util.Iterator i
java.util.List styleables
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo result
private static org.xhtmlrenderer.css.constants.IdentValue getNextTableNestingLevel (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue display
private static org.xhtmlrenderer.css.constants.IdentValue getPreviousTableNestingLevel (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue display
private static boolean isProperTableNesting (org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue parent
org.xhtmlrenderer.css.constants.IdentValue child
private static boolean isNestingTableContent (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue display
private static boolean isAttrFunction (org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.PropertyValue value
java.util.List params
org.xhtmlrenderer.css.parser.FSFunction function
public static boolean isElementFunction (org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.PropertyValue value2
java.util.List params
boolean ok
org.xhtmlrenderer.css.parser.PropertyValue value1
org.xhtmlrenderer.css.parser.FSFunction function
private static org.xhtmlrenderer.layout.CounterFunction makeCounterFunction (org.xhtmlrenderer.css.parser.FSFunction, org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.constants.IdentValue identValue
java.util.List params
org.xhtmlrenderer.css.parser.PropertyValue value
String s
String counter
org.xhtmlrenderer.css.constants.IdentValue listStyleType
int counterValue
org.xhtmlrenderer.css.constants.IdentValue identValue
java.util.List params
org.xhtmlrenderer.css.parser.PropertyValue value
String counter
String separator
org.xhtmlrenderer.css.constants.IdentValue listStyleType
java.util.List counterValues
org.xhtmlrenderer.css.parser.FSFunction function
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
private static java.lang.String getAttributeValue (org.xhtmlrenderer.css.parser.FSFunction, org.w3c.dom.Element)
org.xhtmlrenderer.css.parser.FSFunction attrFunc
org.w3c.dom.Element e
org.xhtmlrenderer.css.parser.PropertyValue value
private static java.util.List createGeneratedContentList (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element, org.xhtmlrenderer.css.parser.PropertyValue, java.lang.String, org.xhtmlrenderer.css.style.CalculatedStyle, int, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo)
org.xhtmlrenderer.render.BlockBox target
org.xhtmlrenderer.layout.CounterFunction cFunc
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.css.parser.PropertyValue value
org.xhtmlrenderer.css.extend.ContentFunction contentFunction
org.xhtmlrenderer.css.parser.FSFunction function
String content
short type
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Element element
org.xhtmlrenderer.css.parser.PropertyValue propValue
String peName
org.xhtmlrenderer.css.style.CalculatedStyle style
int mode
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
java.util.List values
java.util.List result
public static org.xhtmlrenderer.render.BlockBox getRunningBlock (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.parser.PropertyValue)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.parser.PropertyValue value
java.util.List params
String ident
org.xhtmlrenderer.css.constants.PageElementPosition position
org.xhtmlrenderer.render.BlockBox target
private static void insertGeneratedContent (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element, org.xhtmlrenderer.css.style.CalculatedStyle, java.lang.String, java.util.List, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo)
org.w3c.dom.css.CSSPrimitiveValue propValue
org.xhtmlrenderer.css.sheet.PropertyDeclaration contentDecl
org.xhtmlrenderer.css.sheet.PropertyDeclaration counterResetDecl
org.xhtmlrenderer.css.sheet.PropertyDeclaration counterIncrDecl
org.xhtmlrenderer.css.style.CalculatedStyle calculatedStyle
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Element element
org.xhtmlrenderer.css.style.CalculatedStyle parentStyle
String peName
java.util.List children
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
org.xhtmlrenderer.css.newmatch.CascadedStyle peStyle
private static java.util.List createGeneratedContent (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element, java.lang.String, org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.parser.PropertyValue, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo)
org.xhtmlrenderer.render.InlineBox iB
java.util.Iterator i
org.xhtmlrenderer.render.InlineBox iB
java.util.Iterator i
org.xhtmlrenderer.css.style.CalculatedStyle anon
org.xhtmlrenderer.render.BlockBox result
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Element element
String peName
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.parser.PropertyValue property
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
java.util.List inlineBoxes
private static java.util.List createGeneratedMarginBoxContent (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element, org.xhtmlrenderer.css.parser.PropertyValue, org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo)
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.layout.Styleable s
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Element element
org.xhtmlrenderer.css.parser.PropertyValue property
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
java.util.List result
org.xhtmlrenderer.css.style.CalculatedStyle anon
private static org.xhtmlrenderer.render.BlockBox createBlockBox (org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo, boolean)
org.xhtmlrenderer.render.BlockBox result
org.xhtmlrenderer.render.BlockBox result
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
boolean generated
private static void addColumns (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.newtable.TableBox, org.xhtmlrenderer.newtable.TableColumn)
org.xhtmlrenderer.newtable.TableColumn col
org.w3c.dom.Element element
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox table
org.xhtmlrenderer.newtable.TableColumn parent
org.xhtmlrenderer.layout.SharedContext sharedContext
org.w3c.dom.Node working
boolean found
private static void addColumnOrColumnGroup (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.newtable.TableBox, org.w3c.dom.Element, org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox table
org.w3c.dom.Element e
org.xhtmlrenderer.css.style.CalculatedStyle style
private static org.xhtmlrenderer.render.InlineBox createInlineBox (java.lang.String, org.w3c.dom.Element, org.xhtmlrenderer.css.style.CalculatedStyle, org.w3c.dom.Text)
String text
org.w3c.dom.Element parent
org.xhtmlrenderer.css.style.CalculatedStyle parentStyle
org.w3c.dom.Text node
org.xhtmlrenderer.render.InlineBox result
private static void createChildren (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.w3c.dom.Element, java.util.List, org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo, boolean)
org.xhtmlrenderer.newtable.TableBox table
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.render.BlockBox block
org.xhtmlrenderer.newtable.TableBox table
org.xhtmlrenderer.render.BlockBox block
org.w3c.dom.Element element
org.xhtmlrenderer.css.style.CalculatedStyle style
org.w3c.dom.Text textNode
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.layout.Styleable child
short nodeType
org.xhtmlrenderer.render.InlineBox previousIB
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox blockParent
org.w3c.dom.Element parent
java.util.List children
org.xhtmlrenderer.layout.BoxBuilder$ChildBoxInfo info
boolean inline
org.xhtmlrenderer.layout.SharedContext sharedContext
org.xhtmlrenderer.css.style.CalculatedStyle parentStyle
org.w3c.dom.Node working
boolean needStartText
boolean needEndText
private static void insertAnonymousBlocks (org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.render.Box, java.util.List, boolean)
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.layout.Styleable child
java.util.Iterator i
org.xhtmlrenderer.layout.SharedContext c
org.xhtmlrenderer.render.Box parent
java.util.List children
boolean layoutRunningBlocks
java.util.List inline
java.util.LinkedList parents
java.util.List savedParents
private static void createAnonymousBlock (org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.render.Box, java.util.List, java.util.List)
org.xhtmlrenderer.render.AnonymousBlockBox anon
org.xhtmlrenderer.layout.SharedContext c
org.xhtmlrenderer.render.Box parent
java.util.List inline
java.util.List savedParents
}
org/xhtmlrenderer/layout/BoxCollector.classBoxCollector.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BoxCollector extends java.lang.Object {
public void ()
public void collect (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape, org.xhtmlrenderer.layout.Layer, java.util.List, java.util.List, org.xhtmlrenderer.layout.BoxRangeLists)
org.xhtmlrenderer.css.style.CssContext c
java.awt.Shape clip
org.xhtmlrenderer.layout.Layer layer
java.util.List blockContent
java.util.List inlineContent
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
public boolean intersectsAny (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.css.style.CssContext c
java.awt.Shape clip
org.xhtmlrenderer.render.Box master
private void collectInlineLayer (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape, org.xhtmlrenderer.layout.Layer, java.util.List, java.util.List, org.xhtmlrenderer.layout.BoxRangeLists)
org.xhtmlrenderer.render.BlockBox bb
org.xhtmlrenderer.render.Box b
int i
org.xhtmlrenderer.css.style.CssContext c
java.awt.Shape clip
org.xhtmlrenderer.layout.Layer layer
java.util.List blockContent
java.util.List inlineContent
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
org.xhtmlrenderer.render.InlineLayoutBox iB
java.util.List content
private boolean intersectsAggregateBounds (java.awt.Shape, org.xhtmlrenderer.render.Box)
java.awt.Shape clip
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.layout.PaintingInfo info
java.awt.Rectangle bounds
public void collect (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape, org.xhtmlrenderer.layout.Layer, org.xhtmlrenderer.render.Box, java.util.List, java.util.List, org.xhtmlrenderer.layout.BoxRangeLists)
org.xhtmlrenderer.newtable.TableBox table
org.xhtmlrenderer.render.Box child
int i
boolean intersectsAggregateBounds
org.xhtmlrenderer.css.style.CssContext c
java.awt.Shape clip
org.xhtmlrenderer.layout.Layer layer
org.xhtmlrenderer.render.Box container
java.util.List blockContent
java.util.List inlineContent
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
boolean isBlock
int blockStart
int inlineStart
int blockRangeStart
int inlineRangeStart
private void saveRangeData (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.Box, java.util.List, java.util.List, org.xhtmlrenderer.layout.BoxRangeLists, boolean, int, int, int, int)
org.xhtmlrenderer.layout.BoxRange range
org.xhtmlrenderer.layout.BoxRange range
int blockEnd
int inlineEnd
org.xhtmlrenderer.render.BlockBox blockBox
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.Box container
java.util.List blockContent
java.util.List inlineContent
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
boolean isBlock
int blockStart
int inlineStart
int blockRangeStart
int inlineRangeStart
private boolean intersectsAny (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape, org.xhtmlrenderer.render.Box, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box child
boolean possibleResult
int i
org.xhtmlrenderer.css.style.CssContext c
java.awt.Shape clip
org.xhtmlrenderer.render.Box master
org.xhtmlrenderer.render.Box container
}
org/xhtmlrenderer/layout/BoxRange.classBoxRange.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BoxRange extends java.lang.Object {
private final int _start
private final int _end
public void (int, int)
int start
int end
public int getStart ()
public int getEnd ()
public java.lang.String toString ()
}
org/xhtmlrenderer/layout/BoxRangeData.classBoxRangeData.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BoxRangeData extends java.lang.Object {
private org.xhtmlrenderer.render.BlockBox _box
private org.xhtmlrenderer.layout.BoxRange _range
private java.awt.Shape _clip
public void ()
public void (org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.layout.BoxRange)
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.layout.BoxRange range
public org.xhtmlrenderer.render.BlockBox getBox ()
public void setBox (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox box
public org.xhtmlrenderer.layout.BoxRange getRange ()
public void setRange (org.xhtmlrenderer.layout.BoxRange)
org.xhtmlrenderer.layout.BoxRange range
public java.awt.Shape getClip ()
public void setClip (java.awt.Shape)
java.awt.Shape clip
public java.lang.String toString ()
}
org/xhtmlrenderer/layout/BoxRangeHelper.classBoxRangeHelper.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BoxRangeHelper extends java.lang.Object {
private java.util.LinkedList _clipRegionStack
private org.xhtmlrenderer.extend.OutputDevice _outputDevice
private java.util.List _rangeList
private int _rangeIndex
private org.xhtmlrenderer.layout.BoxRangeData _current
public void (org.xhtmlrenderer.extend.OutputDevice, java.util.List)
org.xhtmlrenderer.extend.OutputDevice outputDevice
java.util.List rangeList
public void checkFinished ()
public void pushClipRegion (org.xhtmlrenderer.render.RenderingContext, int)
org.xhtmlrenderer.render.RenderingContext c
int contentIndex
public void popClipRegions (org.xhtmlrenderer.render.RenderingContext, int)
org.xhtmlrenderer.layout.BoxRangeData data
org.xhtmlrenderer.render.RenderingContext c
int contentIndex
}
org/xhtmlrenderer/layout/BoxRangeLists.classBoxRangeLists.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BoxRangeLists extends java.lang.Object {
private java.util.List _block
private java.util.List _inline
public void ()
public java.util.List getBlock ()
public java.util.List getInline ()
}
org/xhtmlrenderer/layout/BreakAtLineContext.classBreakAtLineContext.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.BreakAtLineContext extends java.lang.Object {
private final org.xhtmlrenderer.render.BlockBox _block
private final int _line
public void (org.xhtmlrenderer.render.BlockBox, int)
org.xhtmlrenderer.render.BlockBox block
int line
public org.xhtmlrenderer.render.BlockBox getBlock ()
public int getLine ()
}
org/xhtmlrenderer/layout/Breaker.classBreaker.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.Breaker extends java.lang.Object {
public void ()
public static void breakFirstLetter (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.layout.LineBreakContext, int, org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.LineBreakContext context
int avail
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.render.FSFont font
private static int getFirstLetterEnd (java.lang.String, int)
char c
int type
String text
int start
int i
public static void breakText (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.layout.LineBreakContext, int, org.xhtmlrenderer.css.style.CalculatedStyle)
int n
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.LineBreakContext context
int avail
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.css.constants.IdentValue whitespace
String currentString
int left
int right
int lastWrap
int graphicsLength
int lastGraphicsLength
}
org/xhtmlrenderer/layout/CollapsedBorderSide.classCollapsedBorderSide.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.CollapsedBorderSide extends java.lang.Object implements java.lang.Comparable {
private org.xhtmlrenderer.newtable.TableCellBox _cell
private int _side
public void (org.xhtmlrenderer.newtable.TableCellBox, int)
org.xhtmlrenderer.newtable.TableCellBox cell
int side
public org.xhtmlrenderer.newtable.TableCellBox getCell ()
public void setCell (org.xhtmlrenderer.newtable.TableCellBox)
org.xhtmlrenderer.newtable.TableCellBox cell
public int getSide ()
public void setSide (int)
int side
public int compareTo (java.lang.Object)
Object obj
org.xhtmlrenderer.layout.CollapsedBorderSide c1
org.xhtmlrenderer.layout.CollapsedBorderSide c2
org.xhtmlrenderer.newtable.CollapsedBorderValue v1
org.xhtmlrenderer.newtable.CollapsedBorderValue v2
org.xhtmlrenderer.newtable.CollapsedBorderValue result
}
org/xhtmlrenderer/layout/CounterFunction.classCounterFunction.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.CounterFunction extends java.lang.Object {
private org.xhtmlrenderer.css.constants.IdentValue _listStyleType
private int _counterValue
private java.util.List _counterValues
private String _separator
public void (int, org.xhtmlrenderer.css.constants.IdentValue)
int counterValue
org.xhtmlrenderer.css.constants.IdentValue listStyleType
public void (java.util.List, java.lang.String, org.xhtmlrenderer.css.constants.IdentValue)
java.util.List counterValues
String separator
org.xhtmlrenderer.css.constants.IdentValue listStyleType
public java.lang.String evaluate ()
Integer value
java.util.Iterator i
StringBuffer sb
public static java.lang.String createCounterText (org.xhtmlrenderer.css.constants.IdentValue, int)
String text
String text
String text
String text
String text
String text
org.xhtmlrenderer.css.constants.IdentValue listStyle
int listCounter
String text
private static java.lang.String toLatin (int)
int letter
int val
String result
private static java.lang.String toRoman (int)
int j
int count
int i
int val
int[] ints
String[] nums
StringBuffer sb
}
org/xhtmlrenderer/layout/FloatLayoutResult.classFloatLayoutResult.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.FloatLayoutResult extends java.lang.Object {
private boolean _pending
private org.xhtmlrenderer.render.BlockBox _block
public void ()
public boolean isPending ()
public void setPending (boolean)
boolean pending
public org.xhtmlrenderer.render.BlockBox getBlock ()
public void setBlock (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox block
}
org/xhtmlrenderer/layout/FloatManager$BoxOffset.classFloatManager.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.FloatManager$BoxOffset extends java.lang.Object {
private org.xhtmlrenderer.render.BlockBox _box
private int _x
private int _y
public void (org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.render.BlockBox box
int x
int y
public org.xhtmlrenderer.render.BlockBox getBox ()
public int getX ()
public int getY ()
}
org/xhtmlrenderer/layout/FloatManager$FloatOperation.classFloatManager.java
package org.xhtmlrenderer.layout
public abstract org.xhtmlrenderer.layout.FloatManager$FloatOperation extends java.lang.Object {
public abstract void operate (org.xhtmlrenderer.render.Box)
}
org/xhtmlrenderer/layout/FloatManager.classFloatManager.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.FloatManager extends java.lang.Object {
private static final int LEFT
private static final int RIGHT
private java.util.List _leftFloats
private java.util.List _rightFloats
private org.xhtmlrenderer.render.Box _master
public void ()
public void floatBox (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.layout.Layer, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.Layer layer
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.BlockBox box
public void clear (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.Box box
private void save (org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.layout.Layer, org.xhtmlrenderer.layout.BlockFormattingContext, int)
org.xhtmlrenderer.render.BlockBox current
org.xhtmlrenderer.layout.Layer layer
org.xhtmlrenderer.layout.BlockFormattingContext bfc
int direction
java.awt.Point p
private void position (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.BlockBox, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.BlockBox current
int direction
private java.util.List getFloats (int)
int direction
private java.util.List getOpposingFloats (int)
int direction
private void alignToLastFloat (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.BlockBox, int)
java.awt.Point offset
org.xhtmlrenderer.layout.FloatManager$BoxOffset lastOffset
org.xhtmlrenderer.render.BlockBox last
java.awt.Rectangle currentBounds
java.awt.Rectangle lastBounds
boolean moveOver
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.BlockBox current
int direction
java.util.List floats
private void alignToLastOpposingFloat (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.BlockBox, int)
java.awt.Point offset
org.xhtmlrenderer.layout.FloatManager$BoxOffset lastOffset
java.awt.Rectangle currentBounds
java.awt.Rectangle lastBounds
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.BlockBox current
int direction
java.util.List floats
private void moveAllTheWayOver (org.xhtmlrenderer.render.BlockBox, int)
org.xhtmlrenderer.render.BlockBox current
int direction
private boolean fitsInContainingBlock (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox current
private int findLowestY (org.xhtmlrenderer.css.style.CssContext, java.util.List)
org.xhtmlrenderer.layout.FloatManager$BoxOffset floater
java.awt.Rectangle bounds
java.util.Iterator i
org.xhtmlrenderer.css.style.CssContext cssCtx
java.util.List floats
int result
public int getClearDelta (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int bfcRelativeY
int lowestLeftY
int lowestRightY
int lowestY
private boolean overlaps (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.BlockBox, java.util.List)
org.xhtmlrenderer.layout.FloatManager$BoxOffset floater
java.awt.Rectangle floaterBounds
java.util.Iterator i
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.BlockBox current
java.util.List floats
java.awt.Point offset
java.awt.Rectangle bounds
private void moveFloatBelow (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.Box, java.util.List)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.Box current
java.util.List floats
java.awt.Point offset
int boxY
int floatY
private void moveClear (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.Box, java.util.List)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.Box current
java.util.List floats
java.awt.Point offset
java.awt.Rectangle bounds
int y
public void removeFloat (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox floater
private void removeFloat (org.xhtmlrenderer.render.BlockBox, java.util.List)
org.xhtmlrenderer.layout.FloatManager$BoxOffset boxOffset
java.util.Iterator i
org.xhtmlrenderer.render.BlockBox floater
java.util.List floats
public void calcFloatLocations ()
private void calcFloatLocations (java.util.List)
org.xhtmlrenderer.layout.FloatManager$BoxOffset boxOffset
java.util.Iterator i
java.util.List floats
private void applyLineHeightHack (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.Box, java.awt.Rectangle)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.render.Box line
java.awt.Rectangle bounds
public int getLeftFloatDistance (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.LineBox, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.LineBox line
int containingBlockContentWidth
public int getRightFloatDistance (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.LineBox, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.LineBox line
int containingBlockContentWidth
private int getFloatDistance (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.BlockFormattingContext, org.xhtmlrenderer.render.LineBox, int, java.util.List, int)
org.xhtmlrenderer.layout.FloatManager$BoxOffset floater
java.awt.Rectangle fr
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.LineBox line
int containingBlockContentWidth
java.util.List floatsList
int direction
java.awt.Point offset
java.awt.Rectangle lineBounds
int farthestOver
public void setMaster (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box owner
public org.xhtmlrenderer.render.Box getMaster ()
public java.awt.Point getOffset (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox floater
private java.awt.Point getOffset (org.xhtmlrenderer.render.BlockBox, java.util.List)
org.xhtmlrenderer.layout.FloatManager$BoxOffset boxOffset
org.xhtmlrenderer.render.BlockBox box
java.util.Iterator i
org.xhtmlrenderer.render.BlockBox floater
java.util.List floats
private void performFloatOperation (org.xhtmlrenderer.layout.FloatManager$FloatOperation, java.util.List)
org.xhtmlrenderer.layout.FloatManager$BoxOffset boxOffset
org.xhtmlrenderer.render.BlockBox box
java.util.Iterator i
org.xhtmlrenderer.layout.FloatManager$FloatOperation op
java.util.List floats
public void performFloatOperation (org.xhtmlrenderer.layout.FloatManager$FloatOperation)
org.xhtmlrenderer.layout.FloatManager$FloatOperation op
}
org/xhtmlrenderer/layout/FunctionData.classFunctionData.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.FunctionData extends java.lang.Object {
private org.xhtmlrenderer.css.extend.ContentFunction _contentFunction
private org.xhtmlrenderer.css.parser.FSFunction _function
public void ()
public void (org.xhtmlrenderer.css.extend.ContentFunction, org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.extend.ContentFunction contentFunction
org.xhtmlrenderer.css.parser.FSFunction function
public org.xhtmlrenderer.css.extend.ContentFunction getContentFunction ()
public void setContentFunction (org.xhtmlrenderer.css.extend.ContentFunction)
org.xhtmlrenderer.css.extend.ContentFunction contentFunction
public org.xhtmlrenderer.css.parser.FSFunction getFunction ()
public void setFunction (org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.FSFunction function
}
org/xhtmlrenderer/layout/InlineBoxMeasurements.classInlineBoxMeasurements.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.InlineBoxMeasurements extends java.lang.Object {
private int _textTop
private int _textBottom
private int _baseline
private int _inlineTop
private int _inlineBottom
private int _paintingTop
private int _paintingBottom
public void ()
public int getBaseline ()
public void setBaseline (int)
int baseline
public int getInlineBottom ()
public void setInlineBottom (int)
int inlineBottom
public int getInlineTop ()
public void setInlineTop (int)
int inlineTop
public int getTextBottom ()
public void setTextBottom (int)
int textBottom
public int getTextTop ()
public void setTextTop (int)
int textTop
public int getPaintingBottom ()
public void setPaintingBottom (int)
int paintingBottom
public int getPaintingTop ()
public void setPaintingTop (int)
int paintingTop
}
org/xhtmlrenderer/layout/InlineBoxing$1.classInlineBoxing.java
package org.xhtmlrenderer.layout
final org.xhtmlrenderer.layout.InlineBoxing$1 extends org.xhtmlrenderer.render.FloatDistances {
private final org.xhtmlrenderer.layout.LayoutContext val$c
private final org.xhtmlrenderer.render.LineBox val$current
private final int val$maxAvailableWidth
void (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, int)
public int getLeftFloatDistance ()
public int getRightFloatDistance ()
}
org/xhtmlrenderer/layout/InlineBoxing.classInlineBoxing.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.InlineBoxing extends java.lang.Object {
private void ()
public static void layoutContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
String name
String id
org.xhtmlrenderer.render.InlineLayoutBox firstLetter
int marginBorderPadding
org.xhtmlrenderer.render.InlineText inlineText
int fit
boolean trimmedLeadingSpace
int rightMBP
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.layout.LineBreakContext lbContext
org.xhtmlrenderer.render.BlockBox child
org.xhtmlrenderer.layout.Styleable node
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int initialY
int breakAtLine
int maxAvailableWidth
int remainingWidth
org.xhtmlrenderer.render.LineBox currentLine
org.xhtmlrenderer.render.LineBox previousLine
org.xhtmlrenderer.render.InlineLayoutBox currentIB
org.xhtmlrenderer.render.InlineLayoutBox previousIB
int contentStart
java.util.List openInlineBoxes
java.util.Map iBMap
org.xhtmlrenderer.css.style.CalculatedStyle parentStyle
int minimumLineHeight
int indent
org.xhtmlrenderer.render.MarkerData markerData
java.util.List pendingFloats
int pendingLeftMBP
int pendingRightMBP
boolean hasFirstLinePEs
java.util.List pendingInlineLayers
boolean needFirstLetter
boolean zeroWidthInlineBlock
int lineOffset
private static boolean isAlwaysBreak (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
int breakAtLine
int lineOffset
private static org.xhtmlrenderer.render.InlineLayoutBox addFirstLetterBox (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.render.InlineLayoutBox, org.xhtmlrenderer.layout.LineBreakContext, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox current
org.xhtmlrenderer.render.InlineLayoutBox currentIB
org.xhtmlrenderer.layout.LineBreakContext lbContext
int maxAvailableWidth
int remainingWidth
org.xhtmlrenderer.css.style.CalculatedStyle previous
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.InlineText text
private static void layoutInlineBlockContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.render.BlockBox, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox containingBlock
org.xhtmlrenderer.render.BlockBox inlineBlock
int initialY
public static int positionHorizontally (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.Box, int)
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.Box b
int i
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.Box current
int start
int x
org.xhtmlrenderer.render.InlineLayoutBox currentIB
private static int positionHorizontally (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.InlineLayoutBox, int)
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.InlineText iT
org.xhtmlrenderer.render.Box b
Object child
int i
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.InlineLayoutBox current
int start
int x
public static org.xhtmlrenderer.render.StrutMetrics createDefaultStrutMetrics (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.Box container
org.xhtmlrenderer.render.FSFontMetrics strutM
org.xhtmlrenderer.layout.InlineBoxMeasurements measurements
private static void positionVertically (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.Box, org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.render.MarkerData)
org.xhtmlrenderer.render.Box child
int i
org.xhtmlrenderer.render.TextDecoration lBDecoration
java.util.Iterator i
org.xhtmlrenderer.render.StrutMetrics strutMetrics
org.xhtmlrenderer.render.FSFontMetrics strutM
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
org.xhtmlrenderer.layout.InlineBoxMeasurements measurements
java.util.List lBDecorations
int paintingTop
int paintingBottom
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.Box container
org.xhtmlrenderer.render.LineBox current
org.xhtmlrenderer.render.MarkerData markerData
private static void positionInlineVertically (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.layout.VerticalAlignContext, org.xhtmlrenderer.render.InlineLayoutBox)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.layout.InlineBoxMeasurements iBMeasurements
private static void positionInlineBlockVertically (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.layout.VerticalAlignContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
org.xhtmlrenderer.render.BlockBox inlineBlock
int baseline
int ascent
int descent
private static void moveLineContents (org.xhtmlrenderer.render.LineBox, int)
org.xhtmlrenderer.render.Box child
int i
org.xhtmlrenderer.render.LineBox current
int ty
private static void moveInlineContents (org.xhtmlrenderer.render.InlineLayoutBox, int)
Object obj
int i
org.xhtmlrenderer.render.InlineLayoutBox box
int ty
private static org.xhtmlrenderer.layout.InlineBoxMeasurements calculateInlineMeasurements (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.InlineLayoutBox, org.xhtmlrenderer.layout.VerticalAlignContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
org.xhtmlrenderer.render.FSFontMetrics fm
org.xhtmlrenderer.css.style.CalculatedStyle style
float lineHeight
int halfLeading
java.util.List decorations
org.xhtmlrenderer.layout.InlineBoxMeasurements result
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
public static java.util.List calculateTextDecorations (org.xhtmlrenderer.render.Box, int, org.xhtmlrenderer.render.FSFontMetrics)
int maxOffset
org.xhtmlrenderer.render.TextDecoration decoration
org.xhtmlrenderer.render.TextDecoration decoration
org.xhtmlrenderer.render.TextDecoration decoration
org.xhtmlrenderer.render.Box box
int baseline
org.xhtmlrenderer.render.FSFontMetrics fm
java.util.List result
org.xhtmlrenderer.css.style.CalculatedStyle style
java.util.List idents
private static void alignInlineContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.Box, float, float, org.xhtmlrenderer.layout.VerticalAlignContext)
org.xhtmlrenderer.css.constants.IdentValue vAlign
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.Box box
float ascent
float descent
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
org.xhtmlrenderer.layout.InlineBoxMeasurements measurements
org.xhtmlrenderer.css.style.CalculatedStyle style
private static org.xhtmlrenderer.layout.InlineBoxMeasurements getInitialMeasurements (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.Box, org.xhtmlrenderer.render.FSFontMetrics)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.Box container
org.xhtmlrenderer.render.FSFontMetrics strutM
float lineHeight
int halfLeading
org.xhtmlrenderer.layout.InlineBoxMeasurements measurements
private static void positionInlineChildrenVertically (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.InlineLayoutBox, org.xhtmlrenderer.layout.VerticalAlignContext)
Object child
int i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.InlineLayoutBox current
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
private static void positionInlineContentVertically (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.layout.VerticalAlignContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.css.constants.IdentValue vAlign
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
org.xhtmlrenderer.render.Box child
org.xhtmlrenderer.layout.VerticalAlignContext vaTarget
private static void saveLine (org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int, java.util.List, boolean, java.util.List, org.xhtmlrenderer.render.MarkerData, int, boolean)
org.xhtmlrenderer.layout.FloatLayoutResult layoutResult
java.util.Iterator i
org.xhtmlrenderer.render.LineBox current
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox block
int minHeight
int maxAvailableWidth
java.util.List pendingFloats
boolean hasFirstLinePCs
java.util.List pendingInlineLayers
org.xhtmlrenderer.render.MarkerData markerData
int contentStart
boolean alwaysBreak
int totalLineWidth
private static void alignLine (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, int)
org.xhtmlrenderer.render.FloatDistances distances
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox current
int maxAvailableWidth
private static void finishPendingInlineLayers (org.xhtmlrenderer.layout.LayoutContext, java.util.List)
org.xhtmlrenderer.layout.Layer l
int i
org.xhtmlrenderer.layout.LayoutContext c
java.util.List layers
private static org.xhtmlrenderer.render.InlineText layoutText (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.CalculatedStyle, int, org.xhtmlrenderer.layout.LineBreakContext, boolean)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
int remainingWidth
org.xhtmlrenderer.layout.LineBreakContext lbContext
boolean needFirstLetter
org.xhtmlrenderer.render.InlineText result
private static int processOutOfFlowContent (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.render.BlockBox, int, java.util.List)
org.xhtmlrenderer.layout.FloatLayoutResult layoutResult
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox current
org.xhtmlrenderer.render.BlockBox block
int available
java.util.List pendingFloats
int result
org.xhtmlrenderer.css.style.CalculatedStyle style
private static boolean hasTrimmableLeadingSpace (org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.layout.LineBreakContext, boolean)
org.xhtmlrenderer.css.constants.IdentValue whitespace
org.xhtmlrenderer.render.LineBox line
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.layout.LineBreakContext lbContext
boolean zeroWidthInlineBlock
private static void trimLeadingSpace (org.xhtmlrenderer.layout.LineBreakContext)
org.xhtmlrenderer.layout.LineBreakContext lbContext
String s
int i
private static org.xhtmlrenderer.render.LineBox newLine (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox previousLine
org.xhtmlrenderer.render.Box box
int y
private static org.xhtmlrenderer.render.LineBox newLine (org.xhtmlrenderer.layout.LayoutContext, int, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.LayoutContext c
int y
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.render.LineBox result
private static org.xhtmlrenderer.render.InlineLayoutBox addOpenInlineBoxes (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, java.util.List, int, java.util.Map)
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.render.InlineLayoutBox prev
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox line
java.util.List openParents
int cbWidth
java.util.Map iBMap
java.util.ArrayList result
org.xhtmlrenderer.render.InlineLayoutBox currentIB
org.xhtmlrenderer.render.InlineLayoutBox previousIB
boolean first
}
org/xhtmlrenderer/layout/InlinePaintable.classInlinePaintable.java
package org.xhtmlrenderer.layout
public abstract org.xhtmlrenderer.layout.InlinePaintable extends java.lang.Object {
public abstract void paintInline (org.xhtmlrenderer.render.RenderingContext)
}
org/xhtmlrenderer/layout/Layer$1.classLayer.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.Layer$1 extends java.lang.Object implements java.util.Comparator {
private final org.xhtmlrenderer.layout.Layer this$0
void (org.xhtmlrenderer.layout.Layer)
public int compare (java.lang.Object, java.lang.Object)
Object o1
Object o2
org.xhtmlrenderer.render.BlockBox b1
org.xhtmlrenderer.render.BlockBox b2
}
org/xhtmlrenderer/layout/Layer$2.classLayer.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.Layer$2 extends java.lang.Object implements java.util.Comparator {
private final org.xhtmlrenderer.layout.Layer this$0
void (org.xhtmlrenderer.layout.Layer)
public int compare (java.lang.Object, java.lang.Object)
Object o1
Object o2
org.xhtmlrenderer.render.BlockBox b1
org.xhtmlrenderer.render.BlockBox b2
}
org/xhtmlrenderer/layout/Layer$ZIndexComparator.classLayer.java
package org.xhtmlrenderer.layout
org.xhtmlrenderer.layout.Layer$ZIndexComparator extends java.lang.Object implements java.util.Comparator {
private void ()
public int compare (java.lang.Object, java.lang.Object)
Object o1
Object o2
org.xhtmlrenderer.layout.Layer l1
org.xhtmlrenderer.layout.Layer l2
void (org.xhtmlrenderer.layout.Layer$1)
org.xhtmlrenderer.layout.Layer$1 x0
}
org/xhtmlrenderer/layout/Layer.classLayer.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.Layer extends java.lang.Object {
public static final short PAGED_MODE_SCREEN
public static final short PAGED_MODE_PRINT
private org.xhtmlrenderer.layout.Layer _parent
private boolean _stackingContext
private java.util.List _children
private org.xhtmlrenderer.render.Box _master
private org.xhtmlrenderer.render.Box _end
private java.util.List _floats
private boolean _fixedBackground
private boolean _inline
private boolean _requiresLayout
private java.util.List _pages
private org.xhtmlrenderer.render.PageBox _lastRequestedPage
private java.util.Set _pageSequences
private java.util.List _sortedPageSequences
private java.util.Map _runningBlocks
private org.xhtmlrenderer.render.Box _selectionStart
private org.xhtmlrenderer.render.Box _selectionEnd
private int _selectionStartX
private int _selectionStartY
private int _selectionEndX
private int _selectionEndY
private static final int POSITIVE
private static final int ZERO
private static final int NEGATIVE
private static final int AUTO
public void (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box master
public void (org.xhtmlrenderer.layout.Layer, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.Layer parent
org.xhtmlrenderer.render.Box master
public org.xhtmlrenderer.layout.Layer getParent ()
public boolean isStackingContext ()
public void setStackingContext (boolean)
boolean stackingContext
public int getZIndex ()
public org.xhtmlrenderer.render.Box getMaster ()
public synchronized void addChild (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer layer
public void addFloat (org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.layout.BlockFormattingContext)
org.xhtmlrenderer.render.BlockBox floater
org.xhtmlrenderer.layout.BlockFormattingContext bfc
public void removeFloat (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox floater
private void paintFloats (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.BlockBox floater
int i
org.xhtmlrenderer.render.RenderingContext c
private void paintLayers (org.xhtmlrenderer.render.RenderingContext, java.util.List)
org.xhtmlrenderer.layout.Layer layer
int i
org.xhtmlrenderer.render.RenderingContext c
java.util.List layers
private java.util.List collectLayers (int)
org.xhtmlrenderer.layout.Layer child
int i
int which
java.util.List result
java.util.List children
private java.util.List getStackingContextLayers (int)
int zIndex
org.xhtmlrenderer.layout.Layer target
int i
int which
java.util.List result
java.util.List children
private java.util.List getSortedLayers (int)
int which
java.util.List result
private void paintBackgroundsAndBorders (org.xhtmlrenderer.render.RenderingContext, java.util.List, java.util.Map, org.xhtmlrenderer.layout.BoxRangeLists)
java.util.List borders
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.render.BlockBox box
int i
org.xhtmlrenderer.render.RenderingContext c
java.util.List blocks
java.util.Map collapsedTableBorders
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
org.xhtmlrenderer.layout.BoxRangeHelper helper
private void paintInlineContent (org.xhtmlrenderer.render.RenderingContext, java.util.List, org.xhtmlrenderer.layout.BoxRangeLists)
org.xhtmlrenderer.layout.InlinePaintable paintable
int i
org.xhtmlrenderer.render.RenderingContext c
java.util.List lines
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
org.xhtmlrenderer.layout.BoxRangeHelper helper
private void paintSelection (org.xhtmlrenderer.render.RenderingContext, java.util.List)
org.xhtmlrenderer.layout.InlinePaintable paintable
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
java.util.List lines
public java.awt.Dimension getPaintingDimension (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public void paint (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
java.util.List blocks
java.util.List lines
org.xhtmlrenderer.layout.BoxCollector collector
java.util.Map collapsedTableBorders
org.xhtmlrenderer.render.RenderingContext c
private java.util.List getFloats ()
public org.xhtmlrenderer.render.Box find (org.xhtmlrenderer.css.style.CssContext, int, int, boolean)
org.xhtmlrenderer.render.Box floater
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
int absX
int absY
boolean findAnonymous
org.xhtmlrenderer.render.Box result
private org.xhtmlrenderer.render.Box find (org.xhtmlrenderer.css.style.CssContext, int, int, java.util.List, boolean)
org.xhtmlrenderer.layout.Layer l
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
int absX
int absY
java.util.List layers
boolean findAnonymous
org.xhtmlrenderer.render.Box result
private java.util.Map collectCollapsedTableBorders (org.xhtmlrenderer.render.RenderingContext, java.util.List)
java.util.List borders
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.newtable.TableCellBox cell
java.util.List borders
java.util.Iterator i
java.util.Map result
org.xhtmlrenderer.render.RenderingContext c
java.util.List blocks
java.util.Map cellBordersByTable
java.util.Map triggerCellsByTable
java.util.Set all
private void paintCollapsedTableBorders (org.xhtmlrenderer.render.RenderingContext, java.util.List)
org.xhtmlrenderer.layout.CollapsedBorderSide border
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
java.util.List borders
public void paintAsLayer (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox startingPoint
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
java.util.List blocks
java.util.List lines
org.xhtmlrenderer.layout.BoxCollector collector
java.util.Map collapsedTableBorders
private void paintListMarkers (org.xhtmlrenderer.render.RenderingContext, java.util.List, org.xhtmlrenderer.layout.BoxRangeLists)
org.xhtmlrenderer.render.BlockBox box
int i
org.xhtmlrenderer.render.RenderingContext c
java.util.List blocks
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
org.xhtmlrenderer.layout.BoxRangeHelper helper
private void paintReplacedElements (org.xhtmlrenderer.render.RenderingContext, java.util.List, org.xhtmlrenderer.layout.BoxRangeLists)
org.xhtmlrenderer.render.BlockBox box
int i
org.xhtmlrenderer.render.RenderingContext c
java.util.List blocks
org.xhtmlrenderer.layout.BoxRangeLists rangeLists
org.xhtmlrenderer.layout.BoxRangeHelper helper
private void positionFixedLayer (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
java.awt.Rectangle rect
org.xhtmlrenderer.render.Box fixed
private void paintLayerBackgroundAndBorder (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.render.RenderingContext c
private void paintReplacedElement (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox replaced
java.awt.Rectangle contentBounds
java.awt.Point loc
public boolean isRootLayer ()
private void moveIfGreater (java.awt.Dimension, java.awt.Dimension)
java.awt.Dimension result
java.awt.Dimension test
private org.xhtmlrenderer.layout.PaintingInfo calcPaintingDimension (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.PaintingInfo info
org.xhtmlrenderer.layout.Layer child
int i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.PaintingInfo result
java.util.List children
public void positionChildren (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.Layer child
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
private void position (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
private boolean containsFixedLayer ()
org.xhtmlrenderer.layout.Layer child
java.util.Iterator i
public boolean containsFixedContent ()
public void setFixedBackground (boolean)
boolean b
public synchronized java.util.List getChildren ()
private void remove (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer child
java.util.Iterator i
org.xhtmlrenderer.layout.Layer layer
boolean removed
public void detach ()
public boolean isInline ()
public void setInline (boolean)
boolean inline
public org.xhtmlrenderer.render.Box getEnd ()
public void setEnd (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box end
public boolean isRequiresLayout ()
public void setRequiresLayout (boolean)
boolean requiresLayout
public void finish (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
private void layoutAbsoluteChildren (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.Layer child
int i
org.xhtmlrenderer.layout.LayoutState state
org.xhtmlrenderer.layout.LayoutContext c
java.util.List children
private void layoutAbsoluteChild (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.render.BoxDimensions before
org.xhtmlrenderer.render.BoxDimensions after
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.Layer child
org.xhtmlrenderer.render.BlockBox master
public java.util.List getPages ()
public void setPages (java.util.List)
java.util.List pages
public boolean isLastPage (org.xhtmlrenderer.render.PageBox)
org.xhtmlrenderer.render.PageBox pageBox
public void addPage (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.render.PageBox previous
org.xhtmlrenderer.css.style.CssContext c
String pseudoPage
java.util.List pages
org.xhtmlrenderer.render.PageBox pageBox
public void removeLastPage ()
org.xhtmlrenderer.render.PageBox pageBox
public static org.xhtmlrenderer.render.PageBox createPageBox (org.xhtmlrenderer.css.style.CssContext, java.lang.String)
org.xhtmlrenderer.css.style.CssContext c
String pseudoPage
org.xhtmlrenderer.render.PageBox result
String pageName
org.xhtmlrenderer.css.newmatch.PageInfo pageInfo
org.xhtmlrenderer.css.style.CalculatedStyle cs
public org.xhtmlrenderer.render.PageBox getFirstPage (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.Box box
public org.xhtmlrenderer.render.PageBox getLastPage (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.Box box
public void ensureHasPage (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.Box box
public org.xhtmlrenderer.render.PageBox getPage (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.render.PageBox pageBox
int i
int mid
org.xhtmlrenderer.render.PageBox pageBox
int count
int low
int high
org.xhtmlrenderer.render.PageBox result
org.xhtmlrenderer.render.PageBox lastRequested
org.xhtmlrenderer.render.PageBox last
org.xhtmlrenderer.css.style.CssContext c
int yOffset
java.util.List pages
private void addPagesUntilPosition (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext c
int position
java.util.List pages
org.xhtmlrenderer.render.PageBox last
public void trimEmptyPages (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.render.PageBox page
int i
org.xhtmlrenderer.css.style.CssContext c
int maxYHeight
java.util.List pages
public void trimPageCount (int)
org.xhtmlrenderer.render.PageBox pageBox
int newPageCount
public void assignPagePaintingPositions (org.xhtmlrenderer.css.style.CssContext, short)
org.xhtmlrenderer.css.style.CssContext cssCtx
short mode
public void assignPagePaintingPositions (org.xhtmlrenderer.css.style.CssContext, int, int)
org.xhtmlrenderer.render.PageBox page
java.util.Iterator i
org.xhtmlrenderer.css.style.CssContext cssCtx
int mode
int additionalClearance
java.util.List pages
int paintingTop
public int getMaxPageWidth (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.render.PageBox page
int pageWidth
java.util.Iterator i
org.xhtmlrenderer.css.style.CssContext cssCtx
int additionalClearance
java.util.List pages
int maxWidth
public org.xhtmlrenderer.render.PageBox getLastPage ()
java.util.List pages
public boolean crossesPageBreak (org.xhtmlrenderer.layout.LayoutContext, int, int)
org.xhtmlrenderer.layout.LayoutContext c
int top
int bottom
org.xhtmlrenderer.render.PageBox page
public org.xhtmlrenderer.layout.Layer findRoot ()
public void addRunningBlock (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox block
String identifier
java.util.List blocks
public void removeRunningBlock (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox block
String identifier
java.util.List blocks
public org.xhtmlrenderer.render.BlockBox getRunningBlock (java.lang.String, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.constants.PageElementPosition)
org.xhtmlrenderer.render.BlockBox b
java.util.Iterator i
org.xhtmlrenderer.render.BlockBox prev
org.xhtmlrenderer.render.BlockBox b
int absY
java.util.Iterator i
org.xhtmlrenderer.render.BlockBox b
java.util.Iterator i
org.xhtmlrenderer.render.BlockBox prev
org.xhtmlrenderer.render.BlockBox b
int absY
java.util.Iterator i
org.xhtmlrenderer.render.BlockBox prev
String identifer
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.constants.PageElementPosition which
java.util.List blocks
public void layoutPages (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.PageBox pageBox
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
public void addPageSequence (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox start
private java.util.List getSortedPageSequences ()
java.util.List result
public int getRelativePageNo (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.BlockBox block
int sequenceStartIndex
org.xhtmlrenderer.render.RenderingContext c
java.util.List sequences
int initial
public int getRelativePageCount (org.xhtmlrenderer.render.RenderingContext)
int firstPage
org.xhtmlrenderer.render.BlockBox block
org.xhtmlrenderer.render.BlockBox block
int lastPage
int firstPage
int lastPage
int sequenceStartIndex
int sequenceLength
org.xhtmlrenderer.render.RenderingContext c
java.util.List sequences
int initial
private int getPageSequenceStart (org.xhtmlrenderer.render.RenderingContext, java.util.List, org.xhtmlrenderer.render.PageBox)
org.xhtmlrenderer.render.BlockBox start
int i
org.xhtmlrenderer.render.RenderingContext c
java.util.List sequences
org.xhtmlrenderer.render.PageBox page
public org.xhtmlrenderer.render.Box getSelectionEnd ()
public void setSelectionEnd (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box selectionEnd
public org.xhtmlrenderer.render.Box getSelectionStart ()
public void setSelectionStart (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box selectionStart
public int getSelectionEndX ()
public void setSelectionEndX (int)
int selectionEndX
public int getSelectionEndY ()
public void setSelectionEndY (int)
int selectionEndY
public int getSelectionStartX ()
public void setSelectionStartX (int)
int selectionStartX
public int getSelectionStartY ()
public void setSelectionStartY (int)
int selectionStartY
private org.xhtmlrenderer.render.PageBox getLastRequestedPage ()
private void setLastRequestedPage (org.xhtmlrenderer.render.PageBox)
org.xhtmlrenderer.render.PageBox lastRequestedPage
}
org/xhtmlrenderer/layout/LayoutContext$CounterContext.classLayoutContext.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.LayoutContext$CounterContext extends java.lang.Object {
private java.util.Map _counters
private org.xhtmlrenderer.layout.LayoutContext$CounterContext _parent
private final org.xhtmlrenderer.layout.LayoutContext this$0
void (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.parser.CounterData cd
java.util.Iterator i
org.xhtmlrenderer.css.parser.CounterData cd
java.util.Iterator i
org.xhtmlrenderer.css.style.CalculatedStyle style
java.util.List resets
java.util.List increments
private void (org.xhtmlrenderer.layout.LayoutContext)
private boolean incrementCounter (org.xhtmlrenderer.css.parser.CounterData)
Integer currentValue
org.xhtmlrenderer.css.parser.CounterData cd
private void incrementListItemCounter (int)
int increment
Integer currentValue
private void resetCounter (org.xhtmlrenderer.css.parser.CounterData)
org.xhtmlrenderer.css.parser.CounterData cd
public int getCurrentCounterValue (java.lang.String)
String name
Integer value
private java.lang.Integer getCounter (java.lang.String)
String name
Integer value
public java.util.List getCurrentCounterValues (java.lang.String)
String name
java.util.List values
private void getCounterValues (java.lang.String, java.util.List)
String name
java.util.List values
Integer value
}
org/xhtmlrenderer/layout/LayoutContext.classLayoutContext.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.LayoutContext extends java.lang.Object implements org.xhtmlrenderer.css.style.CssContext {
private org.xhtmlrenderer.layout.SharedContext _sharedContext
private org.xhtmlrenderer.layout.Layer _rootLayer
private org.xhtmlrenderer.layout.StyleTracker _firstLines
private org.xhtmlrenderer.layout.StyleTracker _firstLetters
private org.xhtmlrenderer.render.MarkerData _currentMarkerData
private java.util.LinkedList _bfcs
private java.util.LinkedList _layers
private org.xhtmlrenderer.extend.FontContext _fontContext
private org.xhtmlrenderer.context.ContentFunctionFactory _contentFunctionFactory
private int _extraSpaceTop
private int _extraSpaceBottom
private java.util.Map _counterContextMap
private String _pendingPageName
private String _pageName
private int _noPageBreak
private org.xhtmlrenderer.layout.Layer _rootDocumentLayer
private org.xhtmlrenderer.render.PageBox _page
private boolean _mayCheckKeepTogether
private org.xhtmlrenderer.layout.BreakAtLineContext _breakAtLineContext
public org.xhtmlrenderer.extend.TextRenderer getTextRenderer ()
public org.xhtmlrenderer.context.StyleReference getCss ()
public org.xhtmlrenderer.swing.RootPanel getCanvas ()
public java.awt.Rectangle getFixedRectangle ()
public org.xhtmlrenderer.extend.NamespaceHandler getNamespaceHandler ()
void (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext sharedContext
public void reInit (boolean)
boolean keepLayers
public org.xhtmlrenderer.layout.LayoutState captureLayoutState ()
org.xhtmlrenderer.layout.LayoutState result
public void restoreLayoutState (org.xhtmlrenderer.layout.LayoutState)
org.xhtmlrenderer.layout.LayoutState layoutState
public org.xhtmlrenderer.layout.LayoutState copyStateForRelayout ()
org.xhtmlrenderer.layout.LayoutState result
public void restoreStateForRelayout (org.xhtmlrenderer.layout.LayoutState)
org.xhtmlrenderer.layout.LayoutState layoutState
public org.xhtmlrenderer.layout.BlockFormattingContext getBlockFormattingContext ()
public void pushBFC (org.xhtmlrenderer.layout.BlockFormattingContext)
org.xhtmlrenderer.layout.BlockFormattingContext bfc
public void popBFC ()
public void pushLayer (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.Layer parent
org.xhtmlrenderer.render.Box master
org.xhtmlrenderer.layout.Layer layer
public void pushLayer (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer layer
public void popLayer ()
org.xhtmlrenderer.layout.Layer layer
public org.xhtmlrenderer.layout.Layer getLayer ()
public org.xhtmlrenderer.layout.Layer getRootLayer ()
public void translate (int, int)
int x
int y
public void addBoxId (java.lang.String, org.xhtmlrenderer.render.Box)
String id
org.xhtmlrenderer.render.Box box
public void removeBoxId (java.lang.String)
String id
public boolean isInteractive ()
public float getMmPerDot ()
public int getDotsPerPixel ()
public float getFontSize2D (org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.css.value.FontSpecification font
public float getXHeight (org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.css.value.FontSpecification parentFont
public org.xhtmlrenderer.render.FSFont getFont (org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.css.value.FontSpecification font
public org.xhtmlrenderer.extend.UserAgentCallback getUac ()
public boolean isPrint ()
public org.xhtmlrenderer.layout.StyleTracker getFirstLinesTracker ()
public org.xhtmlrenderer.layout.StyleTracker getFirstLettersTracker ()
public org.xhtmlrenderer.render.MarkerData getCurrentMarkerData ()
public void setCurrentMarkerData (org.xhtmlrenderer.render.MarkerData)
org.xhtmlrenderer.render.MarkerData currentMarkerData
public org.xhtmlrenderer.extend.ReplacedElementFactory getReplacedElementFactory ()
public org.xhtmlrenderer.extend.FontContext getFontContext ()
public void setFontContext (org.xhtmlrenderer.extend.FontContext)
org.xhtmlrenderer.extend.FontContext fontContext
public org.xhtmlrenderer.context.ContentFunctionFactory getContentFunctionFactory ()
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public int getExtraSpaceBottom ()
public void setExtraSpaceBottom (int)
int extraSpaceBottom
public int getExtraSpaceTop ()
public void setExtraSpaceTop (int)
int extraSpaceTop
public void resolveCounters (org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.layout.LayoutContext$CounterContext cc
public org.xhtmlrenderer.layout.LayoutContext$CounterContext getCounterContext (org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle style
public org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.render.FSFont)
org.xhtmlrenderer.render.FSFont font
public java.lang.String getPageName ()
public void setPageName (java.lang.String)
String currentPageName
public int getNoPageBreak ()
public void setNoPageBreak (int)
int noPageBreak
public boolean isPageBreaksAllowed ()
public java.lang.String getPendingPageName ()
public void setPendingPageName (java.lang.String)
String pendingPageName
public org.xhtmlrenderer.layout.Layer getRootDocumentLayer ()
public void setRootDocumentLayer (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer rootDocumentLayer
public org.xhtmlrenderer.render.PageBox getPage ()
public void setPage (org.xhtmlrenderer.render.PageBox)
org.xhtmlrenderer.render.PageBox page
public boolean isMayCheckKeepTogether ()
public void setMayCheckKeepTogether (boolean)
boolean mayKeepTogether
public org.xhtmlrenderer.layout.BreakAtLineContext getBreakAtLineContext ()
public void setBreakAtLineContext (org.xhtmlrenderer.layout.BreakAtLineContext)
org.xhtmlrenderer.layout.BreakAtLineContext breakAtLineContext
static java.util.Map access$000 (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext x0
}
org/xhtmlrenderer/layout/LayoutState.classLayoutState.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.LayoutState extends java.lang.Object {
private org.xhtmlrenderer.layout.StyleTracker _firstLines
private org.xhtmlrenderer.layout.StyleTracker _firstLetters
private org.xhtmlrenderer.render.MarkerData _currentMarkerData
private java.util.LinkedList _BFCs
private String _pageName
private int _extraSpaceTop
private int _extraSpaceBottom
private int _noPageBreak
public void ()
public java.util.LinkedList getBFCs ()
public void setBFCs (java.util.LinkedList)
java.util.LinkedList s
public org.xhtmlrenderer.render.MarkerData getCurrentMarkerData ()
public void setCurrentMarkerData (org.xhtmlrenderer.render.MarkerData)
org.xhtmlrenderer.render.MarkerData currentMarkerData
public org.xhtmlrenderer.layout.StyleTracker getFirstLetters ()
public void setFirstLetters (org.xhtmlrenderer.layout.StyleTracker)
org.xhtmlrenderer.layout.StyleTracker firstLetters
public org.xhtmlrenderer.layout.StyleTracker getFirstLines ()
public void setFirstLines (org.xhtmlrenderer.layout.StyleTracker)
org.xhtmlrenderer.layout.StyleTracker firstLines
public java.lang.String getPageName ()
public void setPageName (java.lang.String)
String pageName
public int getExtraSpaceTop ()
public void setExtraSpaceTop (int)
int extraSpaceTop
public int getExtraSpaceBottom ()
public void setExtraSpaceBottom (int)
int extraSpaceBottom
public int getNoPageBreak ()
public void setNoPageBreak (int)
int noPageBreak
}
org/xhtmlrenderer/layout/LayoutUtil.classLayoutUtil.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.LayoutUtil extends java.lang.Object {
public void ()
public static void layoutAbsolute (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox currentLine
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.render.MarkerData markerData
public static org.xhtmlrenderer.layout.FloatLayoutResult layoutFloated (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.render.BlockBox, int, java.util.List)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox currentLine
org.xhtmlrenderer.render.BlockBox block
int avail
java.util.List pendingFloats
org.xhtmlrenderer.layout.FloatLayoutResult result
org.xhtmlrenderer.render.MarkerData markerData
int initialY
private static void positionFloatOnPage (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.LineBox, org.xhtmlrenderer.render.BlockBox, boolean)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox currentLine
org.xhtmlrenderer.render.BlockBox block
boolean movedVertically
boolean clearedPage
int clearDelta
}
org/xhtmlrenderer/layout/LineBreakContext.classLineBreakContext.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.LineBreakContext extends java.lang.Object {
private String _master
private int _start
private int _end
private int _savedEnd
private boolean _unbreakable
private boolean _needsNewLine
private int _width
private boolean _endsOnNL
private org.w3c.dom.Text _textNode
public void ()
public int getLast ()
public void reset ()
public int getEnd ()
public void setEnd (int)
int end
public java.lang.String getMaster ()
public void setMaster (java.lang.String)
String master
public int getStart ()
public void setStart (int)
int start
public java.lang.String getStartSubstring ()
public java.lang.String getCalculatedSubstring ()
public boolean isUnbreakable ()
public void setUnbreakable (boolean)
boolean unbreakable
public boolean isNeedsNewLine ()
public void setNeedsNewLine (boolean)
boolean needsLineBreak
public int getWidth ()
public void setWidth (int)
int width
public boolean isFinished ()
public void resetEnd ()
public void saveEnd ()
public boolean isEndsOnNL ()
public void setEndsOnNL (boolean)
boolean b
public org.w3c.dom.Text getTextNode ()
public void setTextNode (org.w3c.dom.Text)
org.w3c.dom.Text _text
}
org/xhtmlrenderer/layout/PaintingInfo.classPaintingInfo.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.PaintingInfo extends java.lang.Object {
private java.awt.Dimension _outerMarginCorner
private java.awt.Rectangle _aggregateBounds
public void ()
public java.awt.Rectangle getAggregateBounds ()
public void setAggregateBounds (java.awt.Rectangle)
java.awt.Rectangle aggregateBounds
public java.awt.Dimension getOuterMarginCorner ()
public void setOuterMarginCorner (java.awt.Dimension)
java.awt.Dimension outerMarginCorner
public org.xhtmlrenderer.layout.PaintingInfo copyOf ()
org.xhtmlrenderer.layout.PaintingInfo result
public void translate (int, int)
int tx
int ty
}
org/xhtmlrenderer/layout/PersistentBFC.classPersistentBFC.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.PersistentBFC extends java.lang.Object {
private org.xhtmlrenderer.layout.FloatManager _floatManager
public void (org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox master
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.layout.FloatManager getFloatManager ()
}
org/xhtmlrenderer/layout/SharedContext.classSharedContext.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.SharedContext extends java.lang.Object {
private org.xhtmlrenderer.extend.TextRenderer text_renderer
private String media
private org.xhtmlrenderer.extend.UserAgentCallback uac
private boolean interactive
private java.util.Map idMap
private float dpi
private static final int MM__PER__CM
private static final float CM__PER__IN
private float mm_per_dot
private static final float DEFAULT_DPI
private boolean print
private int dotsPerPixel
private java.util.Map styleMap
private org.xhtmlrenderer.extend.ReplacedElementFactory replacedElementFactory
private java.awt.Rectangle temp_canvas
protected org.xhtmlrenderer.extend.FontResolver font_resolver
protected org.xhtmlrenderer.context.StyleReference css
protected boolean debug_draw_boxes
protected boolean debug_draw_line_boxes
protected boolean debug_draw_inline_boxes
protected boolean debug_draw_font_metrics
protected org.xhtmlrenderer.swing.RootPanel canvas
protected org.xhtmlrenderer.render.Box selection_start
protected org.xhtmlrenderer.render.Box selection_end
protected int selection_end_x
protected int selection_start_x
protected boolean in_selection
private org.xhtmlrenderer.extend.NamespaceHandler namespaceHandler
public void (org.xhtmlrenderer.extend.UserAgentCallback)
java.awt.HeadlessException e
org.xhtmlrenderer.extend.UserAgentCallback uac
public void setFormSubmissionListener (org.xhtmlrenderer.simple.extend.FormSubmissionListener)
org.xhtmlrenderer.simple.extend.FormSubmissionListener fsl
public org.xhtmlrenderer.layout.LayoutContext newLayoutContextInstance ()
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.render.RenderingContext newRenderingContextInstance ()
org.xhtmlrenderer.render.RenderingContext c
public org.xhtmlrenderer.extend.FontResolver getFontResolver ()
public void flushFonts ()
public java.lang.String getMedia ()
public org.xhtmlrenderer.extend.TextRenderer getTextRenderer ()
public boolean debugDrawBoxes ()
public boolean debugDrawLineBoxes ()
public boolean debugDrawInlineBoxes ()
public boolean debugDrawFontMetrics ()
public void setDebug_draw_boxes (boolean)
boolean debug_draw_boxes
public void setDebug_draw_line_boxes (boolean)
boolean debug_draw_line_boxes
public void setDebug_draw_inline_boxes (boolean)
boolean debug_draw_inline_boxes
public void setDebug_draw_font_metrics (boolean)
boolean debug_draw_font_metrics
public org.xhtmlrenderer.context.StyleReference getCss ()
public void setCss (org.xhtmlrenderer.context.StyleReference)
org.xhtmlrenderer.context.StyleReference css
public org.xhtmlrenderer.swing.RootPanel getCanvas ()
public void setCanvas (org.xhtmlrenderer.swing.RootPanel)
org.xhtmlrenderer.swing.RootPanel canvas
public void set_TempCanvas (java.awt.Rectangle)
java.awt.Rectangle rect
public java.awt.Rectangle getFixedRectangle ()
java.awt.Rectangle rect
public void setNamespaceHandler (org.xhtmlrenderer.extend.NamespaceHandler)
org.xhtmlrenderer.extend.NamespaceHandler nh
public org.xhtmlrenderer.extend.NamespaceHandler getNamespaceHandler ()
public void addBoxId (java.lang.String, org.xhtmlrenderer.render.Box)
String id
org.xhtmlrenderer.render.Box box
public org.xhtmlrenderer.render.Box getBoxById (java.lang.String)
String id
public void removeBoxId (java.lang.String)
String id
public java.util.Map getIdMap ()
public void setTextRenderer (org.xhtmlrenderer.extend.TextRenderer)
org.xhtmlrenderer.extend.TextRenderer text_renderer
public void setMedia (java.lang.String)
String media
public org.xhtmlrenderer.extend.UserAgentCallback getUac ()
public org.xhtmlrenderer.extend.UserAgentCallback getUserAgentCallback ()
public void setUserAgentCallback (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback userAgentCallback
org.xhtmlrenderer.context.StyleReference styleReference
public float getDPI ()
public void setDPI (float)
float dpi
public float getMmPerPx ()
public org.xhtmlrenderer.render.FSFont getFont (org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.css.value.FontSpecification spec
public float getXHeight (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.extend.FontContext fontContext
org.xhtmlrenderer.css.value.FontSpecification fs
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.render.FSFontMetrics fm
float sto
public java.lang.String getBaseURL ()
public void setBaseURL (java.lang.String)
String url
public boolean isPaged ()
public boolean isInteractive ()
public void setInteractive (boolean)
boolean interactive
public boolean isPrint ()
public void setPrint (boolean)
boolean print
public void setFontMapping (java.lang.String, java.awt.Font)
String name
java.awt.Font font
org.xhtmlrenderer.extend.FontResolver resolver
public void setFontResolver (org.xhtmlrenderer.extend.FontResolver)
org.xhtmlrenderer.extend.FontResolver resolver
public int getDotsPerPixel ()
public void setDotsPerPixel (int)
int pixelsPerDot
public org.xhtmlrenderer.css.style.CalculatedStyle getStyle (org.w3c.dom.Element)
org.w3c.dom.Element e
public org.xhtmlrenderer.css.style.CalculatedStyle getStyle (org.w3c.dom.Element, boolean)
org.xhtmlrenderer.css.style.CalculatedStyle parentCalculatedStyle
org.w3c.dom.Node parent
org.xhtmlrenderer.css.style.CalculatedStyle parentCalculatedStyle
org.w3c.dom.Element e
boolean restyle
org.xhtmlrenderer.css.style.CalculatedStyle result
public void reset ()
public org.xhtmlrenderer.extend.ReplacedElementFactory getReplacedElementFactory ()
public void setReplacedElementFactory (org.xhtmlrenderer.extend.ReplacedElementFactory)
org.xhtmlrenderer.extend.ReplacedElementFactory ref
public void removeElementReferences (org.w3c.dom.Element)
org.w3c.dom.Node child
int i
org.w3c.dom.NodeList children
org.w3c.dom.Element e
String id
}
org/xhtmlrenderer/layout/StyleTracker.classStyleTracker.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.StyleTracker extends java.lang.Object {
private java.util.List _styles
public void ()
public void addStyle (org.xhtmlrenderer.css.newmatch.CascadedStyle)
org.xhtmlrenderer.css.newmatch.CascadedStyle style
public void removeLast ()
public boolean hasStyles ()
public void clearStyles ()
public org.xhtmlrenderer.css.style.CalculatedStyle deriveAll (org.xhtmlrenderer.css.style.CalculatedStyle)
java.util.Iterator i
org.xhtmlrenderer.css.style.CalculatedStyle start
org.xhtmlrenderer.css.style.CalculatedStyle result
public java.util.List getStyles ()
public org.xhtmlrenderer.layout.StyleTracker copyOf ()
org.xhtmlrenderer.layout.StyleTracker result
}
org/xhtmlrenderer/layout/Styleable.classStyleable.java
package org.xhtmlrenderer.layout
public abstract org.xhtmlrenderer.layout.Styleable extends java.lang.Object {
public abstract org.xhtmlrenderer.css.style.CalculatedStyle getStyle ()
public abstract void setStyle (org.xhtmlrenderer.css.style.CalculatedStyle)
public abstract org.w3c.dom.Element getElement ()
public abstract void setElement (org.w3c.dom.Element)
public abstract java.lang.String getPseudoElementOrClass ()
}
org/xhtmlrenderer/layout/TextUtil.classTextUtil.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.TextUtil extends java.lang.Object {
public void ()
public static java.lang.String transformText (java.lang.String, org.xhtmlrenderer.css.style.CalculatedStyle)
String text
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.IdentValue transform
org.xhtmlrenderer.css.constants.IdentValue fontVariant
private static java.lang.String capitalizeWords (java.lang.String)
String ch
int i
String text
StringBuffer sb
boolean cap
}
org/xhtmlrenderer/layout/VerticalAlignContext$ChildContextData.classVerticalAlignContext.java
package org.xhtmlrenderer.layout
final org.xhtmlrenderer.layout.VerticalAlignContext$ChildContextData extends java.lang.Object {
private org.xhtmlrenderer.render.Box _root
private org.xhtmlrenderer.layout.VerticalAlignContext _verticalAlignContext
public void ()
public void (org.xhtmlrenderer.render.Box, org.xhtmlrenderer.layout.VerticalAlignContext)
org.xhtmlrenderer.render.Box root
org.xhtmlrenderer.layout.VerticalAlignContext vaContext
public org.xhtmlrenderer.render.Box getRoot ()
public void setRoot (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box root
public org.xhtmlrenderer.layout.VerticalAlignContext getVerticalAlignContext ()
public void setVerticalAlignContext (org.xhtmlrenderer.layout.VerticalAlignContext)
org.xhtmlrenderer.layout.VerticalAlignContext verticalAlignContext
private void moveContextContents (int)
int ty
private void moveInlineContents (org.xhtmlrenderer.render.Box, int)
Object child
int i
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.Box box
int ty
private boolean canBeMoved (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.css.constants.IdentValue vAlign
public void align ()
org.xhtmlrenderer.css.constants.IdentValue vAlign
int delta
}
org/xhtmlrenderer/layout/VerticalAlignContext.classVerticalAlignContext.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.VerticalAlignContext extends java.lang.Object {
private java.util.List _measurements
private int _inlineTop
private boolean _inlineTopSet
private int _inlineBottom
private boolean _inlineBottomSet
private int _paintingTop
private boolean _paintingTopSet
private int _paintingBottom
private boolean _paintingBottomSet
private java.util.List _children
private org.xhtmlrenderer.layout.VerticalAlignContext _parent
public void ()
private void moveTrackedValues (int)
int ty
public int getInlineBottom ()
public int getInlineTop ()
public void updateInlineTop (int)
int inlineTop
public void updatePaintingTop (int)
int paintingTop
public void updateInlineBottom (int)
int inlineBottom
public void updatePaintingBottom (int)
int paintingBottom
public int getLineBoxHeight ()
public void pushMeasurements (org.xhtmlrenderer.layout.InlineBoxMeasurements)
org.xhtmlrenderer.layout.InlineBoxMeasurements measurements
public org.xhtmlrenderer.layout.InlineBoxMeasurements getParentMeasurements ()
public void popMeasurements ()
public int getPaintingBottom ()
public int getPaintingTop ()
public org.xhtmlrenderer.layout.VerticalAlignContext createChild (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box root
org.xhtmlrenderer.layout.VerticalAlignContext result
org.xhtmlrenderer.layout.VerticalAlignContext vaRoot
org.xhtmlrenderer.layout.InlineBoxMeasurements initial
public java.util.List getChildren ()
public org.xhtmlrenderer.layout.VerticalAlignContext getParent ()
public void setParent (org.xhtmlrenderer.layout.VerticalAlignContext)
org.xhtmlrenderer.layout.VerticalAlignContext parent
private org.xhtmlrenderer.layout.VerticalAlignContext getRoot ()
org.xhtmlrenderer.layout.VerticalAlignContext result
private void merge (org.xhtmlrenderer.layout.VerticalAlignContext)
org.xhtmlrenderer.layout.VerticalAlignContext context
public void alignChildren ()
org.xhtmlrenderer.layout.VerticalAlignContext$ChildContextData data
int i
java.util.List children
public void setInitialMeasurements (org.xhtmlrenderer.layout.InlineBoxMeasurements)
org.xhtmlrenderer.layout.InlineBoxMeasurements measurements
static org.xhtmlrenderer.layout.VerticalAlignContext access$000 (org.xhtmlrenderer.layout.VerticalAlignContext)
org.xhtmlrenderer.layout.VerticalAlignContext x0
static void access$100 (org.xhtmlrenderer.layout.VerticalAlignContext, int)
org.xhtmlrenderer.layout.VerticalAlignContext x0
int x1
}
org/xhtmlrenderer/layout/WhitespaceStripper.classWhitespaceStripper.java
package org.xhtmlrenderer.layout
public org.xhtmlrenderer.layout.WhitespaceStripper extends java.lang.Object {
public static final String SPACE
public static final String EOL
public static final char EOLC
public static final java.util.regex.Pattern linefeed_space_collapse
public static final java.util.regex.Pattern linefeed_to_space
public static final java.util.regex.Pattern tab_to_space
public static final java.util.regex.Pattern space_collapse
public static final java.util.regex.Pattern space_before_linefeed_collapse
public void ()
public static void stripInlineContent (java.util.List)
org.xhtmlrenderer.render.InlineBox iB
boolean collapseNext
org.xhtmlrenderer.layout.Styleable node
java.util.Iterator i
java.util.List inlineContent
boolean collapse
boolean allWhitespace
private static boolean canCollapseThrough (org.xhtmlrenderer.layout.Styleable)
org.xhtmlrenderer.layout.Styleable styleable
org.xhtmlrenderer.css.style.CalculatedStyle style
private static void stripTextContent (java.util.List)
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.layout.Styleable node
java.util.Iterator i
org.xhtmlrenderer.layout.Styleable node
java.util.Iterator i
java.util.List stripped
boolean onlyAnonymous
private static boolean stripWhitespace (org.xhtmlrenderer.render.InlineBox, boolean)
org.xhtmlrenderer.render.InlineBox iB
boolean collapseLeading
org.xhtmlrenderer.css.constants.IdentValue whitespace
String text
boolean collapseNext
private static java.lang.String collapseWhitespace (org.xhtmlrenderer.css.constants.IdentValue, java.lang.String, boolean)
org.xhtmlrenderer.css.constants.IdentValue whitespace
String text
boolean collapseLeading
static void ()
}
org/xhtmlrenderer/newtable/
org/xhtmlrenderer/newtable/CollapsedBorderValue.classCollapsedBorderValue.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.CollapsedBorderValue extends java.lang.Object {
private org.xhtmlrenderer.css.constants.IdentValue _style
private int _width
private org.xhtmlrenderer.css.parser.FSColor _color
private int _precedence
public void (org.xhtmlrenderer.css.constants.IdentValue, int, org.xhtmlrenderer.css.parser.FSColor, int)
org.xhtmlrenderer.css.constants.IdentValue style
int width
org.xhtmlrenderer.css.parser.FSColor color
int precedence
public org.xhtmlrenderer.css.parser.FSColor color ()
public void setColor (org.xhtmlrenderer.css.parser.FSColor)
org.xhtmlrenderer.css.parser.FSColor color
public org.xhtmlrenderer.css.constants.IdentValue style ()
public void setStyle (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue style
public int width ()
public void setWidth (int)
int width
public int precedence ()
public void setPrecedence (int)
int precedence
public boolean defined ()
public boolean exists ()
public boolean hidden ()
public static org.xhtmlrenderer.newtable.CollapsedBorderValue borderLeft (org.xhtmlrenderer.css.style.derived.BorderPropertySet, int)
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int precedence
public static org.xhtmlrenderer.newtable.CollapsedBorderValue borderRight (org.xhtmlrenderer.css.style.derived.BorderPropertySet, int)
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int precedence
public static org.xhtmlrenderer.newtable.CollapsedBorderValue borderTop (org.xhtmlrenderer.css.style.derived.BorderPropertySet, int)
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int precedence
public static org.xhtmlrenderer.newtable.CollapsedBorderValue borderBottom (org.xhtmlrenderer.css.style.derived.BorderPropertySet, int)
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int precedence
}
org/xhtmlrenderer/newtable/ColumnData.classColumnData.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.ColumnData extends java.lang.Object {
private int _span
public void ()
public int getSpan ()
public void setSpan (int)
int span
}
org/xhtmlrenderer/newtable/RowData.classRowData.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.RowData extends java.lang.Object {
private java.util.List _row
public void ()
public java.util.List getRow ()
public void extendToColumnCount (int)
int columnCount
public void splitColumn (int)
int pos
org.xhtmlrenderer.newtable.TableCellBox current
}
org/xhtmlrenderer/newtable/TableBox$AutoTableLayout$1.classTableBox.java
package org.xhtmlrenderer.newtable
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$1 extends java.lang.Object implements java.util.Comparator {
private final org.xhtmlrenderer.newtable.TableBox$AutoTableLayout this$0
void (org.xhtmlrenderer.newtable.TableBox$AutoTableLayout)
public int compare (java.lang.Object, java.lang.Object)
Object o1
Object o2
org.xhtmlrenderer.newtable.TableCellBox c1
org.xhtmlrenderer.newtable.TableCellBox c2
}
org/xhtmlrenderer/newtable/TableBox$AutoTableLayout$Layout.classTableBox.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout extends java.lang.Object {
private org.xhtmlrenderer.css.style.Length _width
private org.xhtmlrenderer.css.style.Length _effWidth
private long _minWidth
private long _maxWidth
private long _effMinWidth
private long _effMaxWidth
private long _calcWidth
public void ()
public org.xhtmlrenderer.css.style.Length width ()
public void setWidth (org.xhtmlrenderer.css.style.Length)
org.xhtmlrenderer.css.style.Length l
public org.xhtmlrenderer.css.style.Length effWidth ()
public void setEffWidth (org.xhtmlrenderer.css.style.Length)
org.xhtmlrenderer.css.style.Length l
public long minWidth ()
public void setMinWidth (long)
long i
public long maxWidth ()
public void setMaxWidth (long)
long i
public long effMinWidth ()
public void setEffMinWidth (long)
long i
public long effMaxWidth ()
public void setEffMaxWidth (long)
long i
public long calcWidth ()
public void setCalcWidth (long)
long i
}
org/xhtmlrenderer/newtable/TableBox$AutoTableLayout.classTableBox.java
package org.xhtmlrenderer.newtable
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout extends java.lang.Object implements org.xhtmlrenderer.newtable.TableBox$TableLayout {
private org.xhtmlrenderer.newtable.TableBox _table
private org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout[] _layoutStruct
private java.util.List _spanCells
public void (org.xhtmlrenderer.newtable.TableBox)
org.xhtmlrenderer.newtable.TableBox table
public void reset ()
protected org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout[] getLayoutStruct ()
private void fullRecalc (org.xhtmlrenderer.layout.LayoutContext)
int i
org.xhtmlrenderer.newtable.TableColumn col
int span
org.xhtmlrenderer.css.style.Length w
int cEffCol
java.util.Iterator j
int i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox table
int nEffCols
int cCol
protected int getMinColWidth ()
private void recalcColumn (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.css.style.Length w
org.xhtmlrenderer.newtable.TableCellBox cell
int i
org.xhtmlrenderer.newtable.TableSectionBox section
int numRows
java.util.Iterator j
org.xhtmlrenderer.layout.LayoutContext c
int effCol
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout l
private long calcEffectiveWidth (org.xhtmlrenderer.layout.LayoutContext)
int i
int pos
long percent
int pos
int spanMax
long percentMissing
int totalWidth
long cWidth
int pos
long cWidth
int pos
int maxw
int minw
int cminw
long cWidth
int pos
long cWidth
int pos
int maxw
int minw
long cWidth
int pos
int pos
org.xhtmlrenderer.newtable.TableCellBox cell
int span
org.xhtmlrenderer.css.style.Length w
int col
int lastCol
int cMinWidth
int cMaxWidth
int totalPercent
int minWidth
int maxWidth
boolean allColsArePercent
boolean allColsAreFixed
boolean haveVariable
int fixedWidth
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
long tMaxWidth
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout[] layoutStruct
int nEffCols
int hspacing
private boolean shouldScaleColumns (org.xhtmlrenderer.newtable.TableBox)
org.xhtmlrenderer.newtable.TableBox table
public void calcMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext)
long percent
long pw
int i
int width
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox table
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout[] layoutStruct
long spanMaxWidth
long minWidth
long maxWidth
long maxPercent
long maxNonPercent
int remainingPercent
int bs
org.xhtmlrenderer.css.style.Length tw
public void layout (org.xhtmlrenderer.layout.LayoutContext)
long w
org.xhtmlrenderer.css.style.Length width
int i
long w
org.xhtmlrenderer.css.style.Length width
int i
long w
long reduction
long newWidth
int i
int excess
org.xhtmlrenderer.css.style.Length width
int i
long w
org.xhtmlrenderer.css.style.Length width
int i
long w
org.xhtmlrenderer.css.style.Length width
int i
long w
org.xhtmlrenderer.css.style.Length width
int i
int w
int total
int i
org.xhtmlrenderer.css.style.Length width
int i
long minMaxDiff
long reduce
org.xhtmlrenderer.css.style.Length width
int i
int mw
org.xhtmlrenderer.css.style.Length width
int i
long minMaxDiff
long reduce
org.xhtmlrenderer.css.style.Length width
int i
int mw
org.xhtmlrenderer.css.style.Length width
int i
long minMaxDiff
long reduce
org.xhtmlrenderer.css.style.Length width
int i
int mw
int i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox table
int tableWidth
int available
int nEffCols
boolean havePercent
int numVariable
int numFixed
int totalVariable
int totalFixed
int totalPercent
int allocVariable
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout[] layoutStruct
int pos
int hspacing
int[] columnPos
}
org/xhtmlrenderer/newtable/TableBox$FixedTableLayout.classTableBox.java
package org.xhtmlrenderer.newtable
org.xhtmlrenderer.newtable.TableBox$FixedTableLayout extends java.lang.Object implements org.xhtmlrenderer.newtable.TableBox$TableLayout {
private org.xhtmlrenderer.newtable.TableBox _table
private java.util.List _widths
public void (org.xhtmlrenderer.newtable.TableBox)
org.xhtmlrenderer.newtable.TableBox table
public void reset ()
private void initWidths ()
int i
private int calcWidthArray (org.xhtmlrenderer.layout.LayoutContext)
int eSpan
org.xhtmlrenderer.newtable.TableColumn col
int span
org.xhtmlrenderer.css.style.Length w
long effWidth
int usedSpan
int i
java.util.Iterator j
int eSpan
org.xhtmlrenderer.css.style.Length columnWidth
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.css.style.Length w
int span
long effWidth
int usedSpan
int i
java.util.Iterator j
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox table
int cCol
int nEffCols
int usedWidth
org.xhtmlrenderer.newtable.TableRowBox firstRow
public void calcMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.css.style.Length w
int i
org.xhtmlrenderer.layout.LayoutContext c
int bs
int mw
boolean haveNonFixed
public void layout (org.xhtmlrenderer.layout.LayoutContext)
int i
org.xhtmlrenderer.css.style.Length l
int i
org.xhtmlrenderer.css.style.Length l
int i
long w
org.xhtmlrenderer.css.style.Length l
int i
int totalPercent
int base
org.xhtmlrenderer.css.style.Length l
int i
int w
org.xhtmlrenderer.css.style.Length l
int i
int totalVariable
int i
int w
int total
int i
int i
org.xhtmlrenderer.layout.LayoutContext c
int tableWidth
int available
int nEffCols
long[] calcWidth
int pos
int hspacing
int[] columnPos
}
org/xhtmlrenderer/newtable/TableBox$MarginTableLayout.classTableBox.java
package org.xhtmlrenderer.newtable
org.xhtmlrenderer.newtable.TableBox$MarginTableLayout extends org.xhtmlrenderer.newtable.TableBox$AutoTableLayout {
public void (org.xhtmlrenderer.newtable.TableBox)
org.xhtmlrenderer.newtable.TableBox table
protected int getMinColWidth ()
public void calcMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout l
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout center
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableBox$AutoTableLayout$Layout[] layoutStruct
}
org/xhtmlrenderer/newtable/TableBox$TableLayout.classTableBox.java
package org.xhtmlrenderer.newtable
abstract org.xhtmlrenderer.newtable.TableBox$TableLayout extends java.lang.Object {
public abstract void calcMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext)
public abstract void layout (org.xhtmlrenderer.layout.LayoutContext)
public abstract void reset ()
}
org/xhtmlrenderer/newtable/TableBox.classTableBox.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.TableBox extends org.xhtmlrenderer.render.BlockBox {
private java.util.List _columns
private int[] _columnPos
private org.xhtmlrenderer.newtable.TableBox$TableLayout _tableLayout
private java.util.List _styleColumns
private int _pageClearance
private boolean _marginAreaRoot
private org.xhtmlrenderer.render.ContentLimitContainer _contentLimitContainer
private int _extraSpaceTop
private int _extraSpaceBottom
public void ()
public boolean isMarginAreaRoot ()
public void setMarginAreaRoot (boolean)
boolean marginAreaRoot
public org.xhtmlrenderer.render.BlockBox copyOf ()
org.xhtmlrenderer.newtable.TableBox result
public void addStyleColumn (org.xhtmlrenderer.newtable.TableColumn)
org.xhtmlrenderer.newtable.TableColumn col
public java.util.List getStyleColumns ()
public int[] getColumnPos ()
private void setColumnPos (int[])
int[] columnPos
public int numEffCols ()
public int spanOfEffCol (int)
int effCol
public int colToEffCol (int)
int col
int c
int i
public int effColToCol (int)
int i
int effCol
int c
public void appendColumn (int)
org.xhtmlrenderer.newtable.TableSectionBox section
java.util.Iterator i
int span
org.xhtmlrenderer.newtable.ColumnData data
public void setStyle (org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle style
public void calcMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public void splitColumn (int, int)
org.xhtmlrenderer.newtable.TableSectionBox section
java.util.Iterator i
int pos
int firstSpan
org.xhtmlrenderer.newtable.ColumnData newColumn
org.xhtmlrenderer.newtable.ColumnData leftOver
public int marginsBordersPaddingAndSpacing (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
int hSpacing
org.xhtmlrenderer.css.style.CssContext c
int result
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
public java.util.List getColumns ()
private void recalcSections (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableSectionBox section
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
private void calcBorders (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableSectionBox section
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
protected boolean isAllowHeightToShrink ()
public void layout (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
protected void resolveAutoMargins (org.xhtmlrenderer.layout.LayoutContext, int, org.xhtmlrenderer.css.style.derived.RectPropertySet, org.xhtmlrenderer.css.style.derived.BorderPropertySet)
boolean autoLeft
boolean autoRight
org.xhtmlrenderer.layout.LayoutContext c
int cssWidth
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
private void layoutTable (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
boolean running
int prevExtraTop
int prevExtraBottom
protected void layoutChildren (org.xhtmlrenderer.layout.LayoutContext, int)
int headerHeight
int footerHeight
int spacingHeight
org.xhtmlrenderer.render.PageBox first
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
boolean running
private int layoutRunningHeader (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableSectionBox section
org.xhtmlrenderer.layout.LayoutContext c
int result
private int layoutRunningFooter (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableSectionBox section
org.xhtmlrenderer.layout.LayoutContext c
int result
private boolean isNeedAnalyzePageBreaks ()
org.xhtmlrenderer.render.Box b
private void analyzePageBreaks (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public void analyzePageBreaks (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.ContentLimitContainer)
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.ContentLimitContainer container
public void paintBackground (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public void paintBorder (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
private java.awt.Rectangle getContentLimitedBorderEdge (org.xhtmlrenderer.render.RenderingContext)
int top
org.xhtmlrenderer.newtable.TableSectionBox section
int bottom
org.xhtmlrenderer.newtable.TableSectionBox section
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int top
int bottom
org.xhtmlrenderer.render.RenderingContext c
java.awt.Rectangle result
org.xhtmlrenderer.render.ContentLimit limit
public void updateHeaderFooterPosition (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.ContentLimit limit
private void updateHeaderPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.ContentLimit)
int newAbsY
int newAbsY
int diff
org.xhtmlrenderer.newtable.TableSectionBox section
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.ContentLimit limit
private void updateFooterPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.ContentLimit)
int newAbsY
int newAbsY
int diff
org.xhtmlrenderer.newtable.TableSectionBox section
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.ContentLimit limit
private void calcPageClearance (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.css.style.derived.BorderPropertySet collapsed
int tmp
java.util.Iterator i
int spill
int borderTop
int delta
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.newtable.TableRowBox row
org.xhtmlrenderer.layout.LayoutContext c
private void calcWidth ()
public org.xhtmlrenderer.newtable.TableRowBox getFirstRow ()
org.xhtmlrenderer.newtable.TableSectionBox section
java.util.Iterator i
public org.xhtmlrenderer.newtable.TableRowBox getFirstBodyRow ()
org.xhtmlrenderer.newtable.TableSectionBox section
java.util.Iterator i
private void setCellWidths (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox box
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
protected void calcLayoutHeight (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.RectPropertySet, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
public void reset (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
protected int getCSSWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
int result
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.CssContext c
public org.xhtmlrenderer.newtable.TableColumn colElement (int)
org.xhtmlrenderer.newtable.TableColumn colElem
int span
java.util.Iterator i
int col
java.util.List styleColumns
int cCol
public java.awt.Rectangle getColumnBounds (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext c
int col
int effCol
int hspacing
int vspacing
java.awt.Rectangle result
public org.xhtmlrenderer.css.style.derived.BorderPropertySet getBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public int calcFixedHeightRowBottom (org.xhtmlrenderer.css.style.CssContext)
int cssHeight
org.xhtmlrenderer.css.style.CssContext c
protected boolean isMayCollapseMarginsWithChildren ()
protected org.xhtmlrenderer.newtable.TableSectionBox sectionAbove (org.xhtmlrenderer.newtable.TableSectionBox, boolean)
org.xhtmlrenderer.newtable.TableSectionBox section
boolean skipEmptySections
org.xhtmlrenderer.newtable.TableSectionBox prevSection
protected org.xhtmlrenderer.newtable.TableSectionBox sectionBelow (org.xhtmlrenderer.newtable.TableSectionBox, boolean)
org.xhtmlrenderer.newtable.TableSectionBox section
boolean skipEmptySections
org.xhtmlrenderer.newtable.TableSectionBox nextSection
protected org.xhtmlrenderer.newtable.TableCellBox cellAbove (org.xhtmlrenderer.newtable.TableCellBox)
int effCol
org.xhtmlrenderer.newtable.TableCellBox aboveCell
org.xhtmlrenderer.newtable.TableCellBox cell
int r
org.xhtmlrenderer.newtable.TableSectionBox section
int rAbove
protected org.xhtmlrenderer.newtable.TableCellBox cellBelow (org.xhtmlrenderer.newtable.TableCellBox)
int effCol
org.xhtmlrenderer.newtable.TableCellBox belowCell
org.xhtmlrenderer.newtable.TableCellBox cell
int r
org.xhtmlrenderer.newtable.TableSectionBox section
int rBelow
protected org.xhtmlrenderer.newtable.TableCellBox cellLeft (org.xhtmlrenderer.newtable.TableCellBox)
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.newtable.TableSectionBox section
int effCol
org.xhtmlrenderer.newtable.TableCellBox prevCell
protected org.xhtmlrenderer.newtable.TableCellBox cellRight (org.xhtmlrenderer.newtable.TableCellBox)
org.xhtmlrenderer.newtable.TableCellBox cell
int effCol
org.xhtmlrenderer.newtable.TableCellBox result
public int calcInlineBaseline (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.newtable.TableRowBox row
java.util.Iterator j
org.xhtmlrenderer.newtable.TableSectionBox section
java.util.Iterator i
org.xhtmlrenderer.css.style.CssContext c
int result
boolean found
protected int getPageClearance ()
protected void setPageClearance (int)
int pageClearance
public boolean hasContentLimitContainer ()
public int getExtraSpaceTop ()
public void setExtraSpaceTop (int)
int extraSpaceTop
public int getExtraSpaceBottom ()
public void setExtraSpaceBottom (int)
int extraSpaceBottom
static void access$000 (org.xhtmlrenderer.newtable.TableBox, boolean)
org.xhtmlrenderer.newtable.TableBox x0
boolean x1
static void access$100 (org.xhtmlrenderer.newtable.TableBox, int)
org.xhtmlrenderer.newtable.TableBox x0
int x1
static void access$200 (org.xhtmlrenderer.newtable.TableBox, int)
org.xhtmlrenderer.newtable.TableBox x0
int x1
static void access$300 (org.xhtmlrenderer.newtable.TableBox, int)
org.xhtmlrenderer.newtable.TableBox x0
int x1
static void access$400 (org.xhtmlrenderer.newtable.TableBox, int[])
org.xhtmlrenderer.newtable.TableBox x0
int[] x1
static void access$500 (org.xhtmlrenderer.newtable.TableBox, int)
org.xhtmlrenderer.newtable.TableBox x0
int x1
static void access$600 (org.xhtmlrenderer.newtable.TableBox, int)
org.xhtmlrenderer.newtable.TableBox x0
int x1
}
org/xhtmlrenderer/newtable/TableCellBox$1.classTableCellBox.java
package org.xhtmlrenderer.newtable
org.xhtmlrenderer.newtable.TableCellBox$1 extends java.lang.Object implements org.xhtmlrenderer.layout.FloatManager$FloatOperation {
private final int val$deltaY
private final org.xhtmlrenderer.newtable.TableCellBox this$0
void (org.xhtmlrenderer.newtable.TableCellBox, int)
public void operate (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box floater
}
org/xhtmlrenderer/newtable/TableCellBox.classTableCellBox.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.TableCellBox extends org.xhtmlrenderer.render.BlockBox {
public static final org.xhtmlrenderer.newtable.TableCellBox SPANNING_CELL
private int _row
private int _col
private org.xhtmlrenderer.newtable.TableBox _table
private org.xhtmlrenderer.newtable.TableSectionBox _section
private org.xhtmlrenderer.css.style.derived.BorderPropertySet _collapsedLayoutBorder
private org.xhtmlrenderer.css.style.derived.BorderPropertySet _collapsedPaintingBorder
private org.xhtmlrenderer.newtable.CollapsedBorderValue _collapsedBorderTop
private org.xhtmlrenderer.newtable.CollapsedBorderValue _collapsedBorderRight
private org.xhtmlrenderer.newtable.CollapsedBorderValue _collapsedBorderBottom
private org.xhtmlrenderer.newtable.CollapsedBorderValue _collapsedBorderLeft
private static final int[] BORDER_PRIORITIES
private static final int BCELL
private static final int BROW
private static final int BROWGROUP
private static final int BCOL
private static final int BTABLE
public void ()
public org.xhtmlrenderer.render.BlockBox copyOf ()
org.xhtmlrenderer.newtable.TableCellBox result
public org.xhtmlrenderer.css.style.derived.BorderPropertySet getBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public void calcCollapsedBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.newtable.CollapsedBorderValue top
org.xhtmlrenderer.newtable.CollapsedBorderValue right
org.xhtmlrenderer.newtable.CollapsedBorderValue bottom
org.xhtmlrenderer.newtable.CollapsedBorderValue left
public int getCol ()
public void setCol (int)
int col
public int getRow ()
public void setRow (int)
int row
public void layout (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.newtable.TableBox getTable ()
protected org.xhtmlrenderer.newtable.TableSectionBox getSection ()
public org.xhtmlrenderer.css.style.Length getOuterStyleWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.css.style.Length result
int bordersAndPadding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
public org.xhtmlrenderer.css.style.Length getOuterStyleOrColWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.css.style.Length result
org.xhtmlrenderer.newtable.TableColumn col
public void setLayoutWidth (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int width
public boolean isAutoHeight ()
public int calcBaseline (org.xhtmlrenderer.layout.LayoutContext)
java.awt.Rectangle contentArea
org.xhtmlrenderer.layout.LayoutContext c
int result
public int calcBlockBaseline (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public void moveContent (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.render.Box b
int i
org.xhtmlrenderer.layout.LayoutContext c
int deltaY
public boolean isPageBreaksChange (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int posDeltaY
org.xhtmlrenderer.render.PageBox page
int bottomEdge
public org.xhtmlrenderer.css.constants.IdentValue getVerticalAlign ()
org.xhtmlrenderer.css.constants.IdentValue val
private boolean isPaintBackgroundsAndBorders ()
boolean showEmpty
public void paintBackground (org.xhtmlrenderer.render.RenderingContext)
java.awt.Rectangle bounds
java.awt.Rectangle bounds
org.xhtmlrenderer.render.RenderingContext c
private void paintBackgroundStack (org.xhtmlrenderer.render.RenderingContext, java.awt.Rectangle)
org.xhtmlrenderer.render.RenderingContext c
java.awt.Rectangle bounds
java.awt.Rectangle imageContainer
org.xhtmlrenderer.newtable.TableColumn column
org.xhtmlrenderer.render.Box row
org.xhtmlrenderer.render.Box section
org.xhtmlrenderer.css.style.CalculatedStyle tableStyle
org.xhtmlrenderer.css.style.CalculatedStyle sectionStyle
org.xhtmlrenderer.css.style.CalculatedStyle rowStyle
public void paintBorder (org.xhtmlrenderer.render.RenderingContext)
java.awt.Rectangle bounds
org.xhtmlrenderer.render.RenderingContext c
public void paintCollapsedBorder (org.xhtmlrenderer.render.RenderingContext, int)
org.xhtmlrenderer.render.RenderingContext c
int side
private java.awt.Rectangle getContentLimitedBorderEdge (org.xhtmlrenderer.render.RenderingContext)
int top
int bottom
int top
int bottom
org.xhtmlrenderer.render.RenderingContext c
java.awt.Rectangle result
org.xhtmlrenderer.newtable.TableSectionBox section
org.xhtmlrenderer.render.ContentLimitContainer contentLimitContainer
org.xhtmlrenderer.render.ContentLimit limit
public java.awt.Rectangle getChildrenClipEdge (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
java.awt.Rectangle bounds
org.xhtmlrenderer.render.RenderingContext c
protected boolean isFixedWidthAdvisoryOnly ()
protected boolean isSkipWhenCollapsingMargins ()
public static org.xhtmlrenderer.newtable.CollapsedBorderValue compareBorders (org.xhtmlrenderer.newtable.CollapsedBorderValue, org.xhtmlrenderer.newtable.CollapsedBorderValue, boolean)
org.xhtmlrenderer.newtable.CollapsedBorderValue border1
org.xhtmlrenderer.newtable.CollapsedBorderValue border2
boolean returnNullOnEqual
private static org.xhtmlrenderer.newtable.CollapsedBorderValue compareBorders (org.xhtmlrenderer.newtable.CollapsedBorderValue, org.xhtmlrenderer.newtable.CollapsedBorderValue)
org.xhtmlrenderer.newtable.CollapsedBorderValue border1
org.xhtmlrenderer.newtable.CollapsedBorderValue border2
private org.xhtmlrenderer.newtable.CollapsedBorderValue collapsedLeftBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.newtable.CollapsedBorderValue result
org.xhtmlrenderer.newtable.TableCellBox prevCell
org.xhtmlrenderer.newtable.TableColumn colElt
private org.xhtmlrenderer.newtable.CollapsedBorderValue collapsedRightBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.newtable.TableCellBox nextCell
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.newtable.TableBox tableElt
boolean inLastColumn
int effCol
org.xhtmlrenderer.newtable.CollapsedBorderValue result
org.xhtmlrenderer.newtable.TableColumn colElt
private org.xhtmlrenderer.newtable.CollapsedBorderValue collapsedTopBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.newtable.TableRowBox prevRow
org.xhtmlrenderer.newtable.TableColumn colElt
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.newtable.CollapsedBorderValue result
org.xhtmlrenderer.newtable.TableCellBox prevCell
org.xhtmlrenderer.newtable.TableSectionBox currSection
private org.xhtmlrenderer.newtable.CollapsedBorderValue collapsedBottomBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.newtable.TableColumn colElt
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.newtable.CollapsedBorderValue result
org.xhtmlrenderer.newtable.TableCellBox nextCell
org.xhtmlrenderer.newtable.TableSectionBox currSection
private java.awt.Rectangle getCollapsedBorderBounds (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
java.awt.Rectangle bounds
public java.awt.Rectangle getPaintingClipEdge (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
public boolean hasCollapsedPaintingBorder ()
protected org.xhtmlrenderer.css.style.derived.BorderPropertySet getCollapsedPaintingBorder ()
public org.xhtmlrenderer.newtable.CollapsedBorderValue getCollapsedBorderBottom ()
public org.xhtmlrenderer.newtable.CollapsedBorderValue getCollapsedBorderLeft ()
public org.xhtmlrenderer.newtable.CollapsedBorderValue getCollapsedBorderRight ()
public org.xhtmlrenderer.newtable.CollapsedBorderValue getCollapsedBorderTop ()
public void addCollapsedBorders (java.util.Set, java.util.List)
java.util.Set all
java.util.List borders
protected int getCSSHeight (org.xhtmlrenderer.css.style.CssContext)
int result
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.CssContext c
protected boolean isAllowHeightToShrink ()
public boolean isNeedsClipOnPaint (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
boolean result
static void ()
}
org/xhtmlrenderer/newtable/TableColumn.classTableColumn.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.TableColumn extends java.lang.Object implements org.xhtmlrenderer.layout.Styleable {
private org.w3c.dom.Element _element
private org.xhtmlrenderer.css.style.CalculatedStyle _style
private org.xhtmlrenderer.newtable.TableColumn _parent
public void ()
public void (org.w3c.dom.Element, org.xhtmlrenderer.css.style.CalculatedStyle)
org.w3c.dom.Element element
org.xhtmlrenderer.css.style.CalculatedStyle style
public org.w3c.dom.Element getElement ()
public java.lang.String getPseudoElementOrClass ()
public org.xhtmlrenderer.css.style.CalculatedStyle getStyle ()
public void setElement (org.w3c.dom.Element)
org.w3c.dom.Element e
public void setStyle (org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle style
public org.xhtmlrenderer.newtable.TableColumn getParent ()
public void setParent (org.xhtmlrenderer.newtable.TableColumn)
org.xhtmlrenderer.newtable.TableColumn parent
}
org/xhtmlrenderer/newtable/TableRowBox.classTableRowBox.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.TableRowBox extends org.xhtmlrenderer.render.BlockBox {
private int _baseline
private boolean _haveBaseline
private int _heightOverride
private org.xhtmlrenderer.render.ContentLimitContainer _contentLimitContainer
private int _extraSpaceTop
private int _extraSpaceBottom
public void ()
public org.xhtmlrenderer.render.BlockBox copyOf ()
org.xhtmlrenderer.newtable.TableRowBox result
public boolean isAutoHeight ()
private org.xhtmlrenderer.newtable.TableBox getTable ()
private org.xhtmlrenderer.newtable.TableSectionBox getSection ()
public void layout (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
boolean running
int prevExtraTop
int prevExtraBottom
private boolean isShouldMoveToNextPage (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
int baseline
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.PageBox page
public void analyzePageBreaks (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.ContentLimitContainer)
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.ContentLimitContainer container
private void calcExtraSpaceTop (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
int borderAndPadding
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
int maxBorderAndPadding
private void calcExtraSpaceBottom (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
int borderAndPadding
int cCol
java.util.List row
org.xhtmlrenderer.layout.LayoutContext c
int maxBorderAndPadding
int cRow
int totalRows
java.util.List grid
protected void layoutChildren (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.newtable.TableCellBox cell
java.util.Iterator i
int cCol
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
org.xhtmlrenderer.newtable.TableSectionBox section
private void alignBaselineAlignedCells (org.xhtmlrenderer.layout.LayoutContext)
int baseline
org.xhtmlrenderer.newtable.TableCellBox cell
int i
int deltaY
org.xhtmlrenderer.newtable.TableCellBox cell
int i
org.xhtmlrenderer.layout.LayoutContext c
int[] baselines
int lowest
boolean found
private boolean alignMiddleAndBottomAlignedCells (org.xhtmlrenderer.layout.LayoutContext)
int oldCellHeight
int deltaY
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.css.constants.IdentValue val
int cCol
java.util.List row
org.xhtmlrenderer.layout.LayoutContext c
boolean needRowHeightRecalc
int cRow
int totalRows
java.util.List grid
private int calcMiddleBottomDeltaY (org.xhtmlrenderer.newtable.TableCellBox, org.xhtmlrenderer.css.constants.IdentValue)
int result
org.xhtmlrenderer.newtable.TableCellBox cell
org.xhtmlrenderer.css.constants.IdentValue verticalAlign
int result
protected void calcLayoutHeight (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.RectPropertySet, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
boolean recalcRowHeight
private void calcRowHeight (org.xhtmlrenderer.css.style.CssContext)
int y2
int bottom
org.xhtmlrenderer.newtable.TableCellBox cell
int bottomCellEdge
int cCol
java.util.List row
org.xhtmlrenderer.css.style.CssContext c
int y1
int y2
int cRow
int totalRows
java.util.List grid
private boolean isLastRow ()
org.xhtmlrenderer.newtable.TableBox table
org.xhtmlrenderer.newtable.TableSectionBox section
private void calcDefaultBaseline (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
java.awt.Rectangle contentArea
int bottomCellEdge
int cCol
java.util.List row
org.xhtmlrenderer.layout.LayoutContext c
int lowestCellEdge
int cRow
int totalRows
java.util.List grid
private void setCellHeights (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
int cCol
java.util.List row
org.xhtmlrenderer.layout.LayoutContext c
int cRow
int totalRows
java.util.List grid
private void relayoutCell (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.newtable.TableCellBox, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableCellBox cell
int contentStart
int width
private void layoutCell (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.newtable.TableCellBox, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.newtable.TableCellBox cell
int contentStart
public void initStaticPos (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
int childOffset
org.xhtmlrenderer.newtable.TableBox table
public int getBaseline ()
public void setBaseline (int)
int baseline
protected boolean isSkipWhenCollapsingMargins ()
public void paintBorder (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public void paintBackground (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public void reset (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public boolean isHaveBaseline ()
public void setHaveBaseline (boolean)
boolean haveBaseline
protected java.lang.String getExtraBoxDescription ()
public int getHeightOverride ()
public void setHeightOverride (int)
int heightOverride
public void exportText (org.xhtmlrenderer.render.RenderingContext, java.io.Writer) throws java.io.IOException
int j
org.xhtmlrenderer.newtable.TableCellBox cell
StringBuffer buffer
int cSpan
java.util.Iterator i
int yPos
org.xhtmlrenderer.render.RenderingContext c
java.io.Writer writer
public org.xhtmlrenderer.render.ContentLimitContainer getContentLimitContainer ()
public void setContentLimitContainer (org.xhtmlrenderer.render.ContentLimitContainer)
org.xhtmlrenderer.render.ContentLimitContainer contentLimitContainer
public int getExtraSpaceTop ()
public void setExtraSpaceTop (int)
int extraSpaceTop
public int getExtraSpaceBottom ()
public void setExtraSpaceBottom (int)
int extraSpaceBottom
}
org/xhtmlrenderer/newtable/TableSectionBox.classTableSectionBox.java
package org.xhtmlrenderer.newtable
public org.xhtmlrenderer.newtable.TableSectionBox extends org.xhtmlrenderer.render.BlockBox {
private java.util.List _grid
private boolean _needCellWidthCalc
private boolean _needCellRecalc
private boolean _footer
private boolean _header
private boolean _capturedOriginalAbsY
private int _originalAbsY
public void ()
public org.xhtmlrenderer.render.BlockBox copyOf ()
org.xhtmlrenderer.newtable.TableSectionBox result
public java.util.List getGrid ()
public void setGrid (java.util.List)
java.util.List grid
public void extendGridToColumnCount (int)
org.xhtmlrenderer.newtable.RowData row
java.util.Iterator i
int columnCount
public void splitColumn (int)
org.xhtmlrenderer.newtable.RowData row
java.util.Iterator i
int pos
public void recalcCells (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
java.util.Iterator j
org.xhtmlrenderer.newtable.TableRowBox row
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
int cRow
public void calcBorders (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
java.util.Iterator j
org.xhtmlrenderer.newtable.TableRowBox row
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.newtable.TableCellBox cellAt (int, int)
int row
int col
private void setCellAt (int, int, org.xhtmlrenderer.newtable.TableCellBox)
int row
int col
org.xhtmlrenderer.newtable.TableCellBox cell
private void ensureRows (int)
org.xhtmlrenderer.newtable.RowData row
int numRows
int nRows
int nCols
private org.xhtmlrenderer.newtable.TableBox getTable ()
protected void layoutChildren (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
private void addCell (org.xhtmlrenderer.newtable.TableRowBox, org.xhtmlrenderer.newtable.TableCellBox, int)
int currentSpan
org.xhtmlrenderer.newtable.ColumnData cData
int currentSpan
int r
org.xhtmlrenderer.newtable.TableRowBox row
org.xhtmlrenderer.newtable.TableCellBox cell
int cRow
int rSpan
int cSpan
java.util.List columns
int nCols
int cCol
int col
org.xhtmlrenderer.newtable.TableCellBox set
public void reset (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
void setCellWidths (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.newtable.TableCellBox cell
int endCol
int cspan
int w
int j
org.xhtmlrenderer.newtable.RowData row
java.util.List cols
int hspacing
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
int[] columnPos
public boolean isAutoHeight ()
public int numRows ()
protected boolean isSkipWhenCollapsingMargins ()
public void paintBorder (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public void paintBackground (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public org.xhtmlrenderer.newtable.TableRowBox getLastRow ()
boolean isNeedCellWidthCalc ()
void setNeedCellWidthCalc (boolean)
boolean needCellWidthCalc
private boolean isNeedCellRecalc ()
private void setNeedCellRecalc (boolean)
boolean needCellRecalc
public void layout (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
boolean running
public boolean isFooter ()
public void setFooter (boolean)
boolean footer
public boolean isHeader ()
public void setHeader (boolean)
boolean header
public boolean isCapturedOriginalAbsY ()
public void setCapturedOriginalAbsY (boolean)
boolean capturedOriginalAbsY
public int getOriginalAbsY ()
public void setOriginalAbsY (int)
int originalAbsY
}
org/xhtmlrenderer/pdf/
org/xhtmlrenderer/pdf/AbstractFormField.classAbstractFormField.java
package org.xhtmlrenderer.pdf
public abstract org.xhtmlrenderer.pdf.AbstractFormField extends java.lang.Object implements org.xhtmlrenderer.pdf.ITextReplacedElement {
protected static final String DEFAULT_CHECKED_STATE
protected static final String OFF_STATE
private static final float FONT_SIZE_ADJUSTMENT
private int _x
private int _y
private int _width
private int _height
private String _fieldName
public void ()
protected abstract java.lang.String getFieldType ()
protected int getX ()
protected void setX (int)
int x
protected int getY ()
protected void setY (int)
int y
protected int getWidth ()
protected void setWidth (int)
int width
protected int getHeight ()
protected void setHeight (int)
int height
protected java.lang.String getFieldName (org.xhtmlrenderer.pdf.ITextOutputDevice, org.w3c.dom.Element)
String result
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.w3c.dom.Element e
protected java.lang.String getValue (org.w3c.dom.Element)
org.w3c.dom.Element e
String result
protected boolean isChecked (org.w3c.dom.Element)
org.w3c.dom.Element e
protected boolean isReadOnly (org.w3c.dom.Element)
org.w3c.dom.Element e
protected boolean isSelected (org.w3c.dom.Element)
org.w3c.dom.Element e
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public int getIntrinsicHeight ()
public int getIntrinsicWidth ()
public java.awt.Point getLocation ()
public boolean isRequiresInteractivePaint ()
public void setLocation (int, int)
int x
int y
protected void initDimensions (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
protected java.lang.String spaces (int)
int i
int count
StringBuffer result
protected void setStrokeColor (com.lowagie.text.pdf.PdfTemplate, org.xhtmlrenderer.css.parser.FSColor)
org.xhtmlrenderer.css.parser.FSRGBColor rgb
org.xhtmlrenderer.css.parser.FSCMYKColor cmyk
com.lowagie.text.pdf.PdfTemplate template
org.xhtmlrenderer.css.parser.FSColor color
protected void setFillColor (com.lowagie.text.pdf.PdfTemplate, org.xhtmlrenderer.css.parser.FSColor)
org.xhtmlrenderer.css.parser.FSRGBColor rgb
org.xhtmlrenderer.css.parser.FSCMYKColor cmyk
com.lowagie.text.pdf.PdfTemplate template
org.xhtmlrenderer.css.parser.FSColor color
}
org/xhtmlrenderer/pdf/BookmarkElement.classBookmarkElement.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.BookmarkElement extends java.lang.Object implements org.xhtmlrenderer.pdf.ITextReplacedElement {
private java.awt.Point _location
private String _anchorName
public void ()
public int getIntrinsicWidth ()
public int getIntrinsicHeight ()
public java.awt.Point getLocation ()
public void setLocation (int, int)
int x
int y
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public java.lang.String getAnchorName ()
public void setAnchorName (java.lang.String)
String anchorName
public boolean isRequiresInteractivePaint ()
public void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/pdf/CheckboxFormField.classCheckboxFormField.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.CheckboxFormField extends org.xhtmlrenderer.pdf.AbstractFormField {
private static final String FIELD_TYPE
public void (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
protected java.lang.String getFieldType ()
public void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
com.lowagie.text.pdf.PdfContentByte cb
com.lowagie.text.pdf.PdfWriter writer
com.lowagie.text.pdf.PdfFormField field
org.w3c.dom.Element e
String onValue
boolean checked
float width
float height
org.xhtmlrenderer.css.parser.FSColor color
org.xhtmlrenderer.css.parser.FSColor darker
private void createAppearances (com.lowagie.text.pdf.PdfContentByte, com.lowagie.text.pdf.PdfFormField, java.lang.String, float, float, boolean, org.xhtmlrenderer.css.parser.FSColor, org.xhtmlrenderer.css.parser.FSColor)
com.lowagie.text.pdf.PdfContentByte cb
com.lowagie.text.pdf.PdfFormField field
String onValue
float width
float height
boolean normal
org.xhtmlrenderer.css.parser.FSColor color
org.xhtmlrenderer.css.parser.FSColor darker
com.lowagie.text.pdf.PdfAppearance tpOff
com.lowagie.text.pdf.PdfAppearance tpOn
float sLen
private float reduce (float)
float value
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/pdf/DOMUtil.classDOMUtil.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.DOMUtil extends java.lang.Object {
public void ()
public static org.w3c.dom.Element getChild (org.w3c.dom.Element, java.lang.String)
org.w3c.dom.Element elem
org.w3c.dom.Node n
int i
org.w3c.dom.Element parent
String name
org.w3c.dom.NodeList children
public static java.util.List getChildren (org.w3c.dom.Element, java.lang.String)
org.w3c.dom.Element elem
org.w3c.dom.Node n
int i
org.w3c.dom.Element parent
String name
java.util.List result
org.w3c.dom.NodeList children
}
org/xhtmlrenderer/pdf/DefaultPDFCreationListener.classDefaultPDFCreationListener.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.DefaultPDFCreationListener extends java.lang.Object implements org.xhtmlrenderer.pdf.PDFCreationListener {
public void ()
public void preOpen (org.xhtmlrenderer.pdf.ITextRenderer)
org.xhtmlrenderer.pdf.ITextRenderer iTextRenderer
public void onClose (org.xhtmlrenderer.pdf.ITextRenderer)
org.xhtmlrenderer.pdf.ITextRenderer renderer
}
org/xhtmlrenderer/pdf/DocumentSplitter$Namespace.classDocumentSplitter.java
package org.xhtmlrenderer.pdf
final org.xhtmlrenderer.pdf.DocumentSplitter$Namespace extends java.lang.Object {
private String _prefix
private String _uri
public void (java.lang.String, java.lang.String)
String prefix
String uri
public java.lang.String getPrefix ()
public java.lang.String getUri ()
}
org/xhtmlrenderer/pdf/DocumentSplitter$NamespaceScope.classDocumentSplitter.java
package org.xhtmlrenderer.pdf
final org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope extends java.lang.Object {
private org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope _parent
private java.util.List _namespaces
public void ()
public void (org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope)
org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope parent
public void addNamespace (org.xhtmlrenderer.pdf.DocumentSplitter$Namespace)
org.xhtmlrenderer.pdf.DocumentSplitter$Namespace namespace
public void replay (org.xml.sax.ContentHandler, boolean) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler contentHandler
boolean start
private void replay (org.xml.sax.ContentHandler, java.util.Set, boolean) throws org.xml.sax.SAXException
org.xhtmlrenderer.pdf.DocumentSplitter$Namespace ns
java.util.Iterator i
org.xml.sax.ContentHandler contentHandler
java.util.Set seen
boolean start
public org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope getParent ()
}
org/xhtmlrenderer/pdf/DocumentSplitter$ProcessingInstruction.classDocumentSplitter.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.DocumentSplitter$ProcessingInstruction extends java.lang.Object {
private String _target
private String _data
public void (java.lang.String, java.lang.String)
String target
String data
public java.lang.String getData ()
public java.lang.String getTarget ()
}
org/xhtmlrenderer/pdf/DocumentSplitter.classDocumentSplitter.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.DocumentSplitter extends java.lang.Object implements org.xml.sax.ContentHandler {
private static final String HEAD_ELEMENT_NAME
private java.util.List _processingInstructions
private org.xhtmlrenderer.pdf.SAXEventRecorder _head
private boolean _inHead
private int _depth
private boolean _needNewNSScope
private org.xhtmlrenderer.pdf.DocumentSplitter$NamespaceScope _currentNSScope
private boolean _needNSScopePop
private org.xml.sax.Locator _locator
private javax.xml.transform.sax.TransformerHandler _handler
private boolean _inDocument
private java.util.List _documents
private boolean _replayedHead
public void ()
public void characters (char[], int, int) throws org.xml.sax.SAXException
char[] ch
int start
int length
public void endDocument () throws org.xml.sax.SAXException
public void endPrefixMapping (java.lang.String) throws org.xml.sax.SAXException
String prefix
public void ignorableWhitespace (char[], int, int) throws org.xml.sax.SAXException
char[] ch
int start
int length
public void processingInstruction (java.lang.String, java.lang.String) throws org.xml.sax.SAXException
String target
String data
public void setDocumentLocator (org.xml.sax.Locator)
org.xml.sax.Locator locator
public void skippedEntity (java.lang.String) throws org.xml.sax.SAXException
String name
public void startDocument () throws org.xml.sax.SAXException
public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) throws org.xml.sax.SAXException
org.xhtmlrenderer.pdf.DocumentSplitter$ProcessingInstruction pI
java.util.Iterator i
javax.xml.parsers.DocumentBuilderFactory factory
org.w3c.dom.Document doc
javax.xml.parsers.ParserConfigurationException e
javax.xml.transform.TransformerConfigurationException e
String uri
String localName
String qName
org.xml.sax.Attributes atts
public void endElement (java.lang.String, java.lang.String, java.lang.String) throws org.xml.sax.SAXException
String uri
String localName
String qName
public void startPrefixMapping (java.lang.String, java.lang.String) throws org.xml.sax.SAXException
String prefix
String uri
public java.util.List getDocuments ()
}
org/xhtmlrenderer/pdf/ITextFSFont.classITextFSFont.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextFSFont extends java.lang.Object implements org.xhtmlrenderer.render.FSFont {
private org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription _font
private float _size
public void (org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription, float)
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription font
float size
public float getSize2D ()
public org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription getFontDescription ()
}
org/xhtmlrenderer/pdf/ITextFSFontMetrics.classITextFSFontMetrics.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextFSFontMetrics extends java.lang.Object implements org.xhtmlrenderer.render.FSFontMetrics {
private float _ascent
private float _descent
private float _strikethroughOffset
private float _strikethroughThickness
private float _underlineOffset
private float _underlineThickness
public void ()
public float getAscent ()
public void setAscent (float)
float ascent
public float getDescent ()
public void setDescent (float)
float descent
public float getStrikethroughOffset ()
public void setStrikethroughOffset (float)
float strikethroughOffset
public float getStrikethroughThickness ()
public void setStrikethroughThickness (float)
float strikethroughThickness
public float getUnderlineOffset ()
public void setUnderlineOffset (float)
float underlineOffset
public float getUnderlineThickness ()
public void setUnderlineThickness (float)
float underlineThickness
}
org/xhtmlrenderer/pdf/ITextFSImage.classITextFSImage.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextFSImage extends java.lang.Object implements org.xhtmlrenderer.extend.FSImage {
private com.lowagie.text.Image _image
public void (com.lowagie.text.Image)
com.lowagie.text.Image image
public int getWidth ()
public int getHeight ()
public void scale (int, int)
int width
int height
int targetWidth
int targetHeight
public com.lowagie.text.Image getImage ()
}
org/xhtmlrenderer/pdf/ITextFontContext.classITextFontContext.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextFontContext extends java.lang.Object implements org.xhtmlrenderer.extend.FontContext {
public void ()
}
org/xhtmlrenderer/pdf/ITextFontResolver$1.classITextFontResolver.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.ITextFontResolver$1 extends java.lang.Object implements java.io.FilenameFilter {
private final org.xhtmlrenderer.pdf.ITextFontResolver this$0
void (org.xhtmlrenderer.pdf.ITextFontResolver)
public boolean accept (java.io.File, java.lang.String)
java.io.File dir
String name
String lower
}
org/xhtmlrenderer/pdf/ITextFontResolver$FontDescription.classITextFontResolver.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription extends java.lang.Object {
private org.xhtmlrenderer.css.constants.IdentValue _style
private int _weight
private com.lowagie.text.pdf.BaseFont _font
private float _underlinePosition
private float _underlineThickness
private float _yStrikeoutSize
private float _yStrikeoutPosition
private boolean _isFromFontFace
public void ()
public void (com.lowagie.text.pdf.BaseFont)
com.lowagie.text.pdf.BaseFont font
public void (com.lowagie.text.pdf.BaseFont, org.xhtmlrenderer.css.constants.IdentValue, int)
com.lowagie.text.pdf.BaseFont font
org.xhtmlrenderer.css.constants.IdentValue style
int weight
public com.lowagie.text.pdf.BaseFont getFont ()
public void setFont (com.lowagie.text.pdf.BaseFont)
com.lowagie.text.pdf.BaseFont font
public int getWeight ()
public void setWeight (int)
int weight
public org.xhtmlrenderer.css.constants.IdentValue getStyle ()
public void setStyle (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue style
public float getUnderlinePosition ()
public void setUnderlinePosition (float)
float underlinePosition
public float getUnderlineThickness ()
public void setUnderlineThickness (float)
float underlineThickness
public float getYStrikeoutPosition ()
public void setYStrikeoutPosition (float)
float strikeoutPosition
public float getYStrikeoutSize ()
public void setYStrikeoutSize (float)
float strikeoutSize
private void setMetricDefaults ()
int[] box
public boolean isFromFontFace ()
public void setFromFontFace (boolean)
boolean isFromFontFace
}
org/xhtmlrenderer/pdf/ITextFontResolver$FontFamily$1.classITextFontResolver.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily$1 extends java.lang.Object implements java.util.Comparator {
private final org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily this$0
void (org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily)
public int compare (java.lang.Object, java.lang.Object)
Object o1
Object o2
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription f1
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription f2
}
org/xhtmlrenderer/pdf/ITextFontResolver$FontFamily.classITextFontResolver.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily extends java.lang.Object {
private String _name
private java.util.List _fontDescriptions
private static final int SM_EXACT
private static final int SM_LIGHTER_OR_DARKER
private static final int SM_DARKER_OR_LIGHTER
public void ()
public java.util.List getFontDescriptions ()
public void addFontDescription (org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription)
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
public java.lang.String getName ()
public void setName (java.lang.String)
String name
public org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription match (int, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription description
java.util.Iterator i
int desiredWeight
org.xhtmlrenderer.css.constants.IdentValue style
java.util.List candidates
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription[] matches
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription result
private org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription findByWeight (org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription[], int, int)
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
int i
int offset
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
int offset
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription[] matches
int desiredWeight
int searchMode
}
org/xhtmlrenderer/pdf/ITextFontResolver.classITextFontResolver.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextFontResolver extends java.lang.Object implements org.xhtmlrenderer.extend.FontResolver {
private java.util.Map _fontFamilies
private java.util.Map _fontCache
private org.xhtmlrenderer.layout.SharedContext _sharedContext
public void (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext sharedContext
public org.xhtmlrenderer.render.FSFont resolveFont (org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.layout.SharedContext renderingContext
org.xhtmlrenderer.css.value.FontSpecification spec
public void flushCache ()
public void flushFontFaceFonts ()
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription d
java.util.Iterator j
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily family
java.util.Iterator i
public void importFontFaces (java.util.List)
byte[] t
com.lowagie.text.DocumentException e
java.io.IOException e
org.xhtmlrenderer.css.sheet.FontFaceRule rule
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.style.FSDerivedValue src
byte[] font1
byte[] font2
org.xhtmlrenderer.css.style.FSDerivedValue metricsSrc
boolean embedded
String encoding
java.util.Iterator i
java.util.List fontFaces
public void addFontDirectory (java.lang.String, boolean) throws com.lowagie.text.DocumentException java.io.IOException
int i
java.io.File[] files
String dir
boolean embedded
java.io.File f
public void addFont (java.lang.String, boolean) throws com.lowagie.text.DocumentException java.io.IOException
String path
boolean embedded
public void addFont (java.lang.String, java.lang.String, boolean) throws com.lowagie.text.DocumentException java.io.IOException
String path
String encoding
boolean embedded
public void addFont (java.lang.String, java.lang.String, boolean, java.lang.String) throws com.lowagie.text.DocumentException java.io.IOException
Exception e
com.lowagie.text.pdf.BaseFont font
String fontFamilyName
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily fontFamily
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
int i
String[] names
com.lowagie.text.pdf.BaseFont font
String fontFamilyName
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily fontFamily
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
String path
String encoding
boolean embedded
String pathToPFB
String lower
private void addFontFaceFont (java.lang.String, java.lang.String, boolean, byte[], byte[]) throws com.lowagie.text.DocumentException java.io.IOException
Exception e
com.lowagie.text.pdf.BaseFont font
String fontFamilyName
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily fontFamily
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
String name
com.lowagie.text.pdf.BaseFont font
String fontFamilyName
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily fontFamily
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
String uri
String encoding
boolean embedded
byte[] afmttf
byte[] pfb
String lower
private byte[] readFile (java.lang.String) throws java.io.IOException
java.io.IOException e
byte[] buf
int i
java.io.IOException e
java.io.ByteArrayOutputStream result
java.io.InputStream is
String path
java.io.File f
public org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily getFontFamily (java.lang.String)
String fontFamilyName
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily fontFamily
private org.xhtmlrenderer.render.FSFont resolveFont (org.xhtmlrenderer.layout.SharedContext, java.lang.String[], float, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.render.FSFont font
int i
org.xhtmlrenderer.layout.SharedContext ctx
String[] families
float size
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.constants.IdentValue variant
private java.lang.String normalizeFontFamily (java.lang.String)
String fontFamily
String result
private org.xhtmlrenderer.render.FSFont resolveFont (org.xhtmlrenderer.layout.SharedContext, java.lang.String, float, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.layout.SharedContext ctx
String fontFamily
float size
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.constants.IdentValue style
org.xhtmlrenderer.css.constants.IdentValue variant
String normalizedFontFamily
String cacheKey
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription result
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily family
private int convertWeightToInt (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue weight
protected static java.lang.String getHashName (java.lang.String, org.xhtmlrenderer.css.constants.IdentValue, org.xhtmlrenderer.css.constants.IdentValue)
String name
org.xhtmlrenderer.css.constants.IdentValue weight
org.xhtmlrenderer.css.constants.IdentValue style
private static java.util.Map createInitialFontMap ()
com.lowagie.text.DocumentException e
java.io.IOException e
java.util.HashMap result
private static com.lowagie.text.pdf.BaseFont createFont (java.lang.String) throws com.lowagie.text.DocumentException java.io.IOException
String name
private static void addCourier (java.util.HashMap) throws com.lowagie.text.DocumentException java.io.IOException
java.util.HashMap result
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily courier
private static void addTimes (java.util.HashMap) throws com.lowagie.text.DocumentException java.io.IOException
java.util.HashMap result
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily times
private static void addHelvetica (java.util.HashMap) throws com.lowagie.text.DocumentException java.io.IOException
java.util.HashMap result
org.xhtmlrenderer.pdf.ITextFontResolver$FontFamily helvetica
}
org/xhtmlrenderer/pdf/ITextImageElement.classITextImageElement.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextImageElement extends java.lang.Object implements org.xhtmlrenderer.pdf.ITextReplacedElement {
private org.xhtmlrenderer.extend.FSImage _image
private java.awt.Point _location
public void (org.xhtmlrenderer.extend.FSImage)
org.xhtmlrenderer.extend.FSImage image
public int getIntrinsicWidth ()
public int getIntrinsicHeight ()
public java.awt.Point getLocation ()
public void setLocation (int, int)
int x
int y
public org.xhtmlrenderer.extend.FSImage getImage ()
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public boolean isRequiresInteractivePaint ()
public void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
java.awt.Rectangle contentBounds
org.xhtmlrenderer.extend.ReplacedElement element
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/pdf/ITextOutputDevice$1.classITextOutputDevice.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.ITextOutputDevice$1 extends java.lang.Object implements java.util.Comparator {
private final org.xhtmlrenderer.pdf.ITextOutputDevice this$0
void (org.xhtmlrenderer.pdf.ITextOutputDevice)
public int compare (java.lang.Object, java.lang.Object)
Object arg0
Object arg1
org.xhtmlrenderer.pdf.PagePosition p1
org.xhtmlrenderer.pdf.PagePosition p2
}
org/xhtmlrenderer/pdf/ITextOutputDevice$Bookmark.classITextOutputDevice.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark extends java.lang.Object {
private String _name
private String _HRef
private java.util.List _children
public void ()
public void (java.lang.String, java.lang.String)
String name
String href
public java.lang.String getHRef ()
public void setHRef (java.lang.String)
String href
public java.lang.String getName ()
public void setName (java.lang.String)
String name
public void addChild (org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark)
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark child
public java.util.List getChildren ()
}
org/xhtmlrenderer/pdf/ITextOutputDevice.classITextOutputDevice.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextOutputDevice extends org.xhtmlrenderer.render.AbstractOutputDevice implements org.xhtmlrenderer.extend.OutputDevice {
private static final int FILL
private static final int STROKE
private static final int CLIP
private static java.awt.geom.AffineTransform IDENTITY
private static final java.awt.BasicStroke STROKE_ONE
private com.lowagie.text.pdf.PdfContentByte _currentPage
private float _pageHeight
private org.xhtmlrenderer.pdf.ITextFSFont _font
private java.awt.geom.AffineTransform _transform
private java.awt.Color _color
private java.awt.Color _fillColor
private java.awt.Color _strokeColor
private java.awt.Stroke _stroke
private java.awt.Stroke _originalStroke
private java.awt.Stroke _oldStroke
private java.awt.geom.Area _clip
private org.xhtmlrenderer.layout.SharedContext _sharedContext
private float _dotsPerPoint
private com.lowagie.text.pdf.PdfWriter _writer
private java.util.Map _readerCache
private com.lowagie.text.pdf.PdfDestination _defaultDestination
private java.util.List _bookmarks
private org.xhtmlrenderer.render.Box _root
private int _startPageNo
private int _nextFormFieldIndex
private java.util.Set _linkTargetAreas
public void (float)
float dotsPerPoint
public void setWriter (com.lowagie.text.pdf.PdfWriter)
com.lowagie.text.pdf.PdfWriter writer
public com.lowagie.text.pdf.PdfWriter getWriter ()
public int getNextFormFieldIndex ()
public void initializePage (com.lowagie.text.pdf.PdfContentByte, float)
com.lowagie.text.pdf.PdfContentByte currentPage
float height
public void finishPage ()
public void paintReplacedElement (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.pdf.ITextReplacedElement element
public void paintBackground (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
private com.lowagie.text.Rectangle calcTotalLinkArea (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box prev
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.render.Box current
com.lowagie.text.Rectangle result
private com.lowagie.text.Rectangle add (com.lowagie.text.Rectangle, com.lowagie.text.Rectangle)
com.lowagie.text.Rectangle r1
com.lowagie.text.Rectangle r2
float llx
float urx
float lly
float ury
private java.lang.String createRectKey (com.lowagie.text.Rectangle)
com.lowagie.text.Rectangle rect
private com.lowagie.text.Rectangle checkLinkArea (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
com.lowagie.text.Rectangle targetArea
String key
private void processLink (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
com.lowagie.text.pdf.PdfDestination dest
com.lowagie.text.pdf.PdfAction action
com.lowagie.text.Rectangle targetArea
com.lowagie.text.pdf.PdfAnnotation annot
String anchor
org.xhtmlrenderer.render.Box target
com.lowagie.text.pdf.PdfAction action
com.lowagie.text.Rectangle targetArea
com.lowagie.text.pdf.PdfAnnotation annot
org.xhtmlrenderer.extend.NamespaceHandler handler
String uri
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
org.w3c.dom.Element elem
public com.lowagie.text.Rectangle createLocalTargetArea (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
private com.lowagie.text.Rectangle createLocalTargetArea (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box, boolean)
java.awt.Rectangle bounds
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
boolean useAggregateBounds
java.awt.Rectangle bounds
java.awt.geom.Point2D docCorner
java.awt.geom.Point2D pdfCorner
com.lowagie.text.Rectangle result
public com.lowagie.text.Rectangle createTargetArea (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
java.awt.Rectangle bounds
org.xhtmlrenderer.render.PageBox page
float bottom
float left
com.lowagie.text.Rectangle result
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.render.PageBox current
boolean inCurrentPage
public float getDeviceLength (float)
float length
private com.lowagie.text.pdf.PdfDestination createDestination (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
com.lowagie.text.pdf.PdfDestination result
org.xhtmlrenderer.render.PageBox page
int distanceFromTop
public void drawBorderLine (java.awt.Rectangle, int, int, boolean)
float offset
float offset
java.awt.Rectangle bounds
int side
int lineWidth
boolean solid
float x
float y
float w
float h
float adj
float adj2
java.awt.geom.Line2D$Float line
public void setColor (org.xhtmlrenderer.css.parser.FSColor)
org.xhtmlrenderer.css.parser.FSRGBColor rgb
org.xhtmlrenderer.css.parser.FSCMYKColor cmyk
org.xhtmlrenderer.css.parser.FSColor color
private void draw (java.awt.Shape)
java.awt.Shape s
protected void drawLine (int, int, int, int)
int x1
int y1
int x2
int y2
java.awt.geom.Line2D line
public void drawRect (int, int, int, int)
int x
int y
int width
int height
public void drawOval (int, int, int, int)
int x
int y
int width
int height
java.awt.geom.Ellipse2D oval
public void fill (java.awt.Shape)
java.awt.Shape s
public void fillRect (int, int, int, int)
int x
int y
int width
int height
public void fillOval (int, int, int, int)
int x
int y
int width
int height
java.awt.geom.Ellipse2D oval
public void translate (double, double)
double tx
double ty
public java.lang.Object getRenderingHint (java.awt.RenderingHints$Key)
java.awt.RenderingHints$Key key
public void setRenderingHint (java.awt.RenderingHints$Key, java.lang.Object)
java.awt.RenderingHints$Key key
Object value
public void setFont (org.xhtmlrenderer.render.FSFont)
org.xhtmlrenderer.render.FSFont font
private java.awt.geom.AffineTransform normalizeMatrix (java.awt.geom.AffineTransform)
java.awt.geom.AffineTransform current
double[] mx
java.awt.geom.AffineTransform result
public void drawString (java.lang.String, float, float, org.xhtmlrenderer.render.JustificationInfo)
com.lowagie.text.pdf.PdfTextArray array
String s
float x
float y
org.xhtmlrenderer.render.JustificationInfo info
com.lowagie.text.pdf.PdfContentByte cb
java.awt.geom.AffineTransform at
java.awt.geom.AffineTransform inverse
java.awt.geom.AffineTransform flipper
double[] mx
private com.lowagie.text.pdf.PdfTextArray makeJustificationArray (java.lang.String, org.xhtmlrenderer.render.JustificationInfo)
float offset
float offset
char c
int i
String s
org.xhtmlrenderer.render.JustificationInfo info
com.lowagie.text.pdf.PdfTextArray array
int len
private java.awt.geom.AffineTransform getTransform ()
private void ensureFillColor ()
private void ensureStrokeColor ()
public com.lowagie.text.pdf.PdfContentByte getCurrentPage ()
private void followPath (java.awt.Shape, int)
java.awt.geom.PathIterator points
int segtype
java.awt.Shape s
int drawType
com.lowagie.text.pdf.PdfContentByte cb
java.awt.geom.PathIterator points
float[] coords
int traces
private float normalizeY (float)
float y
private void normalizeY (float[])
float[] coords
private void setStrokeDiff (java.awt.Stroke, java.awt.Stroke)
boolean makeDash
boolean makeDash
boolean makeDash
boolean makeDash
boolean makeDash
int k
int lim
float[] dash
java.awt.Stroke newStroke
java.awt.Stroke oldStroke
com.lowagie.text.pdf.PdfContentByte cb
java.awt.BasicStroke nStroke
boolean oldOk
java.awt.BasicStroke oStroke
boolean makeDash
public void setStroke (java.awt.Stroke)
java.awt.Stroke s
private java.awt.Stroke transformStroke (java.awt.Stroke)
int k
java.awt.Stroke stroke
java.awt.BasicStroke st
float scale
float[] dash
public void clip (java.awt.Shape)
java.awt.Shape s
public java.awt.Shape getClip ()
java.awt.geom.NoninvertibleTransformException e
public void setClip (java.awt.Shape)
java.awt.Shape s
com.lowagie.text.pdf.PdfContentByte cb
public java.awt.Stroke getStroke ()
public void drawImage (org.xhtmlrenderer.extend.FSImage, int, int)
com.lowagie.text.DocumentException e
com.lowagie.text.Image image
java.awt.geom.AffineTransform at
java.awt.geom.AffineTransform inverse
java.awt.geom.AffineTransform flipper
double[] mx
org.xhtmlrenderer.extend.FSImage fsImage
int x
int y
private void drawPDFAsImage (org.xhtmlrenderer.pdf.PDFAsImage, int, int)
java.io.IOException e
org.xhtmlrenderer.pdf.PDFAsImage image
int x
int y
java.net.URL url
com.lowagie.text.pdf.PdfReader reader
com.lowagie.text.pdf.PdfImportedPage page
java.awt.geom.AffineTransform at
java.awt.geom.AffineTransform inverse
java.awt.geom.AffineTransform flipper
double[] mx
public com.lowagie.text.pdf.PdfReader getReader (java.net.URL) throws java.io.IOException
java.net.URL url
com.lowagie.text.pdf.PdfReader result
public float getDotsPerPoint ()
public void start (org.w3c.dom.Document)
org.w3c.dom.Document doc
public void finish (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box root
private void writeOutline (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box root
private void writeBookmarks (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box, com.lowagie.text.pdf.PdfOutline, java.util.List)
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark bookmark
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box root
com.lowagie.text.pdf.PdfOutline parent
java.util.List bookmarks
private int getPageRefY (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.Box box
private void writeBookmark (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box, com.lowagie.text.pdf.PdfOutline, org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark)
org.xhtmlrenderer.render.PageBox page
int distanceFromTop
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box root
com.lowagie.text.pdf.PdfOutline parent
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark bookmark
String href
com.lowagie.text.pdf.PdfDestination target
com.lowagie.text.pdf.PdfOutline outline
private void loadBookmarks (org.w3c.dom.Document)
org.w3c.dom.Element e
java.util.Iterator i
java.util.List l
org.w3c.dom.Element bookmarks
org.w3c.dom.Document doc
org.w3c.dom.Element head
private void loadBookmark (org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark, org.w3c.dom.Element)
org.w3c.dom.Element e
java.util.Iterator i
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark parent
org.w3c.dom.Element bookmark
org.xhtmlrenderer.pdf.ITextOutputDevice$Bookmark us
java.util.List l
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public void setSharedContext (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext sharedContext
public void setRoot (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box root
public int getStartPageNo ()
public void setStartPageNo (int)
int startPageNo
public void drawSelection (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.InlineText inlineText
public boolean isSupportsSelection ()
public boolean isSupportsCMYKColors ()
public java.util.List findPagePositionsByID (org.xhtmlrenderer.css.style.CssContext, java.util.regex.Pattern)
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.pdf.PagePosition pos
java.util.Map$Entry entry
String id
java.util.Iterator i
org.xhtmlrenderer.css.style.CssContext c
java.util.regex.Pattern pattern
java.util.Map idMap
java.util.List result
private org.xhtmlrenderer.pdf.PagePosition calcPDFPagePosition (org.xhtmlrenderer.css.style.CssContext, java.lang.String, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.css.style.CssContext c
String id
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.render.PageBox page
float x
float y
org.xhtmlrenderer.pdf.PagePosition result
static void ()
}
org/xhtmlrenderer/pdf/ITextRenderer$1.classITextRenderer.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.ITextRenderer$1 extends java.lang.Object {
}
org/xhtmlrenderer/pdf/ITextRenderer$NullUserInterface.classITextRenderer.java
package org.xhtmlrenderer.pdf
final org.xhtmlrenderer.pdf.ITextRenderer$NullUserInterface extends java.lang.Object implements org.xhtmlrenderer.extend.UserInterface {
private void ()
public boolean isHover (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isActive (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isFocus (org.w3c.dom.Element)
org.w3c.dom.Element e
void (org.xhtmlrenderer.pdf.ITextRenderer$1)
org.xhtmlrenderer.pdf.ITextRenderer$1 x0
}
org/xhtmlrenderer/pdf/ITextRenderer.classITextRenderer.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextRenderer extends java.lang.Object {
private static final float DEFAULT_DOTS_PER_POINT
private static final int DEFAULT_DOTS_PER_PIXEL
private org.xhtmlrenderer.layout.SharedContext _sharedContext
private org.xhtmlrenderer.pdf.ITextOutputDevice _outputDevice
private org.w3c.dom.Document _doc
private org.xhtmlrenderer.render.BlockBox _root
private float _dotsPerPoint
private com.lowagie.text.Document _pdfDoc
private com.lowagie.text.pdf.PdfWriter _writer
private org.xhtmlrenderer.pdf.PDFEncryption _pdfEncryption
private Character _pdfVersion
private char[] validPdfVersions
private org.xhtmlrenderer.pdf.PDFCreationListener _listener
public void ()
public void (float, int)
float dotsPerPoint
int dotsPerPixel
org.xhtmlrenderer.pdf.ITextUserAgent userAgent
org.xhtmlrenderer.pdf.ITextFontResolver fontResolver
org.xhtmlrenderer.pdf.ITextReplacedElementFactory replacedElementFactory
public org.xhtmlrenderer.pdf.ITextFontResolver getFontResolver ()
private org.w3c.dom.Document loadDocument (java.lang.String)
String uri
public void setDocument (java.lang.String)
String uri
public void setDocument (org.w3c.dom.Document, java.lang.String)
org.w3c.dom.Document doc
String url
public void setDocument (java.io.File) throws java.io.IOException
java.io.File file
java.io.File parent
public void setDocumentFromString (java.lang.String)
String content
org.xml.sax.InputSource is
org.w3c.dom.Document dom
public void setDocument (org.w3c.dom.Document, java.lang.String, org.xhtmlrenderer.extend.NamespaceHandler)
org.w3c.dom.Document doc
String url
org.xhtmlrenderer.extend.NamespaceHandler nsh
public org.xhtmlrenderer.pdf.PDFEncryption getPDFEncryption ()
public void setPDFEncryption (org.xhtmlrenderer.pdf.PDFEncryption)
org.xhtmlrenderer.pdf.PDFEncryption pdfEncryption
public void setPDFVersion (char)
int i
char _v
public char getPDFVersion ()
public void layout ()
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox root
java.awt.Dimension dim
private java.awt.Rectangle getInitialExtents (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.PageBox first
private org.xhtmlrenderer.render.RenderingContext newRenderingContext ()
org.xhtmlrenderer.render.RenderingContext result
private org.xhtmlrenderer.layout.LayoutContext newLayoutContext ()
org.xhtmlrenderer.layout.LayoutContext result
public void createPDF (java.io.OutputStream) throws com.lowagie.text.DocumentException
java.io.OutputStream os
public void writeNextDocument () throws com.lowagie.text.DocumentException
public void writeNextDocument (int) throws com.lowagie.text.DocumentException
int initialPageNo
java.util.List pages
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox firstPage
com.lowagie.text.Rectangle firstPageSize
public void finishPDF ()
public void createPDF (java.io.OutputStream, boolean) throws com.lowagie.text.DocumentException
java.io.OutputStream os
boolean finish
public void createPDF (java.io.OutputStream, boolean, int) throws com.lowagie.text.DocumentException
java.io.OutputStream os
boolean finish
int initialPageNo
java.util.List pages
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox firstPage
com.lowagie.text.Rectangle firstPageSize
com.lowagie.text.Document doc
com.lowagie.text.pdf.PdfWriter writer
private void firePreOpen ()
private void fireOnClose ()
private void writePDF (java.util.List, org.xhtmlrenderer.render.RenderingContext, com.lowagie.text.Rectangle, com.lowagie.text.Document, com.lowagie.text.pdf.PdfWriter) throws com.lowagie.text.DocumentException
org.xhtmlrenderer.render.PageBox nextPage
com.lowagie.text.Rectangle nextPageSize
org.xhtmlrenderer.render.PageBox currentPage
int i
java.util.List pages
org.xhtmlrenderer.render.RenderingContext c
com.lowagie.text.Rectangle firstPageSize
com.lowagie.text.Document doc
com.lowagie.text.pdf.PdfWriter writer
int pageCount
private void paintPage (org.xhtmlrenderer.render.RenderingContext, com.lowagie.text.pdf.PdfWriter, org.xhtmlrenderer.render.PageBox)
org.xhtmlrenderer.render.RenderingContext c
com.lowagie.text.pdf.PdfWriter writer
org.xhtmlrenderer.render.PageBox page
java.awt.Shape working
java.awt.Rectangle content
int top
int left
private void provideMetadataToPage (com.lowagie.text.pdf.PdfWriter, org.xhtmlrenderer.render.PageBox)
String metadataBody
java.io.UnsupportedEncodingException e
com.lowagie.text.pdf.PdfWriter writer
org.xhtmlrenderer.render.PageBox page
byte[] metadata
private java.lang.String stringfyMetadata (org.w3c.dom.Element)
javax.xml.transform.TransformerFactory factory
javax.xml.transform.Transformer transformer
java.io.StringWriter output
javax.xml.transform.TransformerConfigurationException e
javax.xml.transform.TransformerException e
org.w3c.dom.Element element
org.w3c.dom.Element target
private static org.w3c.dom.Element getFirstChildElement (org.w3c.dom.Element)
org.w3c.dom.Element element
org.w3c.dom.Node n
private java.lang.String createXPacket (java.lang.String)
String metadata
StringBuffer result
public org.xhtmlrenderer.pdf.ITextOutputDevice getOutputDevice ()
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public void exportText (java.io.Writer) throws java.io.IOException
java.io.Writer writer
org.xhtmlrenderer.render.RenderingContext c
public org.xhtmlrenderer.render.BlockBox getRootBox ()
public float getDotsPerPoint ()
public java.util.List findPagePositionsByID (java.util.regex.Pattern)
java.util.regex.Pattern pattern
public org.xhtmlrenderer.pdf.PDFCreationListener getListener ()
public void setListener (org.xhtmlrenderer.pdf.PDFCreationListener)
org.xhtmlrenderer.pdf.PDFCreationListener listener
public com.lowagie.text.pdf.PdfWriter getWriter ()
}
org/xhtmlrenderer/pdf/ITextReplacedElement.classITextReplacedElement.java
package org.xhtmlrenderer.pdf
public abstract org.xhtmlrenderer.pdf.ITextReplacedElement extends java.lang.Object implements org.xhtmlrenderer.extend.ReplacedElement {
public abstract void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
}
org/xhtmlrenderer/pdf/ITextReplacedElementFactory.classITextReplacedElementFactory.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextReplacedElementFactory extends java.lang.Object implements org.xhtmlrenderer.extend.ReplacedElementFactory {
private org.xhtmlrenderer.pdf.ITextOutputDevice _outputDevice
private java.util.Map _radioButtonsByElem
private java.util.Map _radioButtonsByName
public void (org.xhtmlrenderer.pdf.ITextOutputDevice)
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.extend.UserAgentCallback, int, int)
org.xhtmlrenderer.extend.FSImage fsImage
String name
org.xhtmlrenderer.pdf.BookmarkElement result
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.extend.UserAgentCallback uac
int cssWidth
int cssHeight
org.w3c.dom.Element e
String nodeName
private boolean isTextarea (org.w3c.dom.Element)
short nodeType
org.w3c.dom.Element e
org.w3c.dom.Node n
private void saveResult (org.w3c.dom.Element, org.xhtmlrenderer.pdf.RadioButtonFormField)
org.w3c.dom.Element e
org.xhtmlrenderer.pdf.RadioButtonFormField result
String fieldName
java.util.List fields
public void reset ()
public void remove (org.w3c.dom.Element)
String fieldName
java.util.List values
org.w3c.dom.Element e
org.xhtmlrenderer.pdf.RadioButtonFormField field
public void remove (java.lang.String)
org.xhtmlrenderer.pdf.RadioButtonFormField field
java.util.Iterator i
String fieldName
java.util.List values
public java.util.List getRadioButtons (java.lang.String)
String name
public void setFormSubmissionListener (org.xhtmlrenderer.simple.extend.FormSubmissionListener)
org.xhtmlrenderer.simple.extend.FormSubmissionListener listener
}
org/xhtmlrenderer/pdf/ITextTextRenderer.classITextTextRenderer.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextTextRenderer extends java.lang.Object implements org.xhtmlrenderer.extend.TextRenderer {
private static float TEXT_MEASURING_DELTA
public void ()
public void setup (org.xhtmlrenderer.extend.FontContext)
org.xhtmlrenderer.extend.FontContext context
public void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
String string
float x
float y
public void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float, org.xhtmlrenderer.render.JustificationInfo)
org.xhtmlrenderer.extend.OutputDevice outputDevice
String string
float x
float y
org.xhtmlrenderer.render.JustificationInfo info
public org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.FontContext context
org.xhtmlrenderer.render.FSFont font
String string
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
com.lowagie.text.pdf.BaseFont bf
float size
org.xhtmlrenderer.pdf.ITextFSFontMetrics result
public int getWidth (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.FontContext context
org.xhtmlrenderer.render.FSFont font
String string
com.lowagie.text.pdf.BaseFont bf
float result
public void setFontScale (float)
float scale
public float getFontScale ()
public void setSmoothingThreshold (float)
float fontsize
public int getSmoothingLevel ()
public void setSmoothingLevel (int)
int level
public java.awt.Rectangle getGlyphBounds (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector, int, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector
int index
float x
float y
public float[] getGlyphPositions (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector
public org.xhtmlrenderer.extend.FSGlyphVector getGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
String string
public void drawGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.extend.FSGlyphVector, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.extend.FSGlyphVector vector
float x
float y
static void ()
}
org/xhtmlrenderer/pdf/ITextUserAgent.classITextUserAgent.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ITextUserAgent extends org.xhtmlrenderer.swing.NaiveUserAgent {
private static final int IMAGE_CACHE_CAPACITY
private org.xhtmlrenderer.layout.SharedContext _sharedContext
private org.xhtmlrenderer.pdf.ITextOutputDevice _outputDevice
public void (org.xhtmlrenderer.pdf.ITextOutputDevice)
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
public org.xhtmlrenderer.resource.ImageResource getImageResource (java.lang.String)
com.lowagie.text.pdf.PdfReader reader
org.xhtmlrenderer.pdf.PDFAsImage image
com.lowagie.text.Rectangle rect
com.lowagie.text.Image image
java.net.URL url
java.io.IOException e
java.io.IOException e
java.io.IOException e
com.lowagie.text.BadElementException e
java.io.IOException e
java.io.IOException e
java.io.InputStream is
String uri
org.xhtmlrenderer.resource.ImageResource resource
private void scaleToOutputResolution (com.lowagie.text.Image)
com.lowagie.text.Image image
float factor
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public void setSharedContext (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext sharedContext
}
org/xhtmlrenderer/pdf/PDFAsImage.classPDFAsImage.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.PDFAsImage extends java.lang.Object implements org.xhtmlrenderer.extend.FSImage {
private java.net.URL _source
private float _width
private float _height
private float _unscaledWidth
private float _unscaledHeight
public void (java.net.URL)
java.net.URL source
public int getWidth ()
public int getHeight ()
public void scale (int, int)
int width
int height
float targetWidth
float targetHeight
public java.net.URL getURL ()
public void setInitialWidth (float)
float width
public void setInitialHeight (float)
float height
public float getWidthAsFloat ()
public float getHeightAsFloat ()
public float getUnscaledHeight ()
public void setUnscaledHeight (float)
float unscaledHeight
public float getUnscaledWidth ()
public void setUnscaledWidth (float)
float unscaledWidth
public float scaleHeight ()
public float scaleWidth ()
}
org/xhtmlrenderer/pdf/PDFCreationListener.classPDFCreationListener.java
package org.xhtmlrenderer.pdf
public abstract org.xhtmlrenderer.pdf.PDFCreationListener extends java.lang.Object {
public abstract void preOpen (org.xhtmlrenderer.pdf.ITextRenderer)
public abstract void onClose (org.xhtmlrenderer.pdf.ITextRenderer)
}
org/xhtmlrenderer/pdf/PDFEncryption.classPDFEncryption.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.PDFEncryption extends java.lang.Object {
private byte[] _userPassword
private byte[] _ownerPassword
private int _allowedPrivileges
private int _encryptionType
public void ()
public void (byte[], byte[])
byte[] userPassword
byte[] ownerPassword
public void (byte[], byte[], int)
byte[] userPassword
byte[] ownerPassword
int allowedPrivileges
public void (byte[], byte[], int, int)
byte[] userPassword
byte[] ownerPassword
int allowedPrivileges
int encryptionType
public byte[] getUserPassword ()
public void setUserPassword (byte[])
byte[] userPassword
public byte[] getOwnerPassword ()
public void setOwnerPassword (byte[])
byte[] ownerPassword
public int getAllowedPrivileges ()
public void setAllowedPrivileges (int)
int allowedPrivileges
public int getEncryptionType ()
public void setEncryptionType (int)
int encryptionType
}
org/xhtmlrenderer/pdf/PagePosition.classPagePosition.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.PagePosition extends java.lang.Object {
private String _id
private int _pageNo
private float _x
private float _width
private float _y
private float _height
public void ()
public int getPageNo ()
public void setPageNo (int)
int pageNo
public float getX ()
public void setX (float)
float x
public float getWidth ()
public void setWidth (float)
float width
public float getY ()
public void setY (float)
float y
public float getHeight ()
public void setHeight (float)
float height
public java.lang.String getId ()
public void setId (java.lang.String)
String id
}
org/xhtmlrenderer/pdf/RadioButtonFormField.classRadioButtonFormField.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.RadioButtonFormField extends org.xhtmlrenderer.pdf.AbstractFormField {
private static final String FIELD_TYPE
private org.xhtmlrenderer.pdf.ITextReplacedElementFactory _factory
private org.xhtmlrenderer.render.Box _box
protected java.lang.String getFieldType ()
public void (org.xhtmlrenderer.pdf.ITextReplacedElementFactory, org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.pdf.ITextReplacedElementFactory factory
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
public void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.pdf.RadioButtonFormField fieldElem
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
String fieldName
java.util.List radioBoxes
com.lowagie.text.pdf.PdfContentByte cb
com.lowagie.text.pdf.PdfWriter writer
com.lowagie.text.pdf.PdfFormField group
org.xhtmlrenderer.pdf.RadioButtonFormField checked
private org.xhtmlrenderer.pdf.RadioButtonFormField getChecked (java.util.List)
org.xhtmlrenderer.pdf.RadioButtonFormField f
java.util.Iterator i
java.util.List fields
org.xhtmlrenderer.pdf.RadioButtonFormField result
private void createField (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, com.lowagie.text.pdf.PdfContentByte, com.lowagie.text.pdf.PdfWriter, com.lowagie.text.pdf.PdfFormField, org.xhtmlrenderer.pdf.RadioButtonFormField, org.xhtmlrenderer.pdf.RadioButtonFormField)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
com.lowagie.text.pdf.PdfContentByte cb
com.lowagie.text.pdf.PdfWriter writer
com.lowagie.text.pdf.PdfFormField group
org.xhtmlrenderer.pdf.RadioButtonFormField fieldElem
org.xhtmlrenderer.pdf.RadioButtonFormField checked
org.xhtmlrenderer.render.Box box
org.w3c.dom.Element e
String onValue
float width
float height
com.lowagie.text.pdf.PdfFormField field
org.xhtmlrenderer.css.parser.FSColor color
org.xhtmlrenderer.css.parser.FSColor darker
java.awt.Rectangle bounds
org.xhtmlrenderer.render.PageBox page
private void createAppearances (com.lowagie.text.pdf.PdfContentByte, com.lowagie.text.pdf.PdfFormField, java.lang.String, float, float, boolean, org.xhtmlrenderer.css.parser.FSColor, org.xhtmlrenderer.css.parser.FSColor)
com.lowagie.text.pdf.PdfContentByte cb
com.lowagie.text.pdf.PdfFormField field
String onValue
float width
float height
boolean normal
org.xhtmlrenderer.css.parser.FSColor color
org.xhtmlrenderer.css.parser.FSColor darker
com.lowagie.text.pdf.PdfAppearance tpOff
com.lowagie.text.pdf.PdfAppearance tpOn
float diameter
float strokeWidth
private float reduce (float)
float value
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.render.Box getBox ()
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/pdf/SAXEventRecorder$1.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$1 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final char[] val$ch
private final int val$start
private final int val$length
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, char[], int, int)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$10.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$10 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final String val$prefix
private final String val$uri
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, java.lang.String, java.lang.String)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$2.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$2 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$3.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$3 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final String val$uri
private final String val$localName
private final String val$qName
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, java.lang.String, java.lang.String, java.lang.String)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$4.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$4 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final String val$prefix
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, java.lang.String)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$5.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$5 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final char[] val$ch
private final int val$start
private final int val$length
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, char[], int, int)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$6.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$6 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final String val$target
private final String val$data
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, java.lang.String, java.lang.String)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$7.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$7 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final String val$name
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, java.lang.String)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$8.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$8 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$9.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SAXEventRecorder$9 extends java.lang.Object implements org.xhtmlrenderer.pdf.SAXEventRecorder$Event {
private final String val$uri
private final String val$localName
private final String val$qName
private final org.xml.sax.Attributes val$atts
private final org.xhtmlrenderer.pdf.SAXEventRecorder this$0
void (org.xhtmlrenderer.pdf.SAXEventRecorder, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SAXEventRecorder$Event.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
abstract org.xhtmlrenderer.pdf.SAXEventRecorder$Event extends java.lang.Object {
public abstract void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
}
org/xhtmlrenderer/pdf/SAXEventRecorder.classSAXEventRecorder.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.SAXEventRecorder extends java.lang.Object implements org.xml.sax.ContentHandler {
private java.util.List _events
public void ()
public void characters (char[], int, int) throws org.xml.sax.SAXException
char[] ch
int start
int length
public void endDocument () throws org.xml.sax.SAXException
public void endElement (java.lang.String, java.lang.String, java.lang.String) throws org.xml.sax.SAXException
String uri
String localName
String qName
public void endPrefixMapping (java.lang.String) throws org.xml.sax.SAXException
String prefix
public void ignorableWhitespace (char[], int, int) throws org.xml.sax.SAXException
char[] ch
int start
int length
public void processingInstruction (java.lang.String, java.lang.String) throws org.xml.sax.SAXException
String target
String data
public void setDocumentLocator (org.xml.sax.Locator)
org.xml.sax.Locator locator
public void skippedEntity (java.lang.String) throws org.xml.sax.SAXException
String name
public void startDocument () throws org.xml.sax.SAXException
public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) throws org.xml.sax.SAXException
String uri
String localName
String qName
org.xml.sax.Attributes atts
public void startPrefixMapping (java.lang.String, java.lang.String) throws org.xml.sax.SAXException
String prefix
String uri
public void replay (org.xml.sax.ContentHandler) throws org.xml.sax.SAXException
org.xhtmlrenderer.pdf.SAXEventRecorder$Event e
java.util.Iterator i
org.xml.sax.ContentHandler handler
}
org/xhtmlrenderer/pdf/SelectFormField$1.classSelectFormField.java
package org.xhtmlrenderer.pdf
org.xhtmlrenderer.pdf.SelectFormField$1 extends java.lang.Object {
}
org/xhtmlrenderer/pdf/SelectFormField$Option.classSelectFormField.java
package org.xhtmlrenderer.pdf
final org.xhtmlrenderer.pdf.SelectFormField$Option extends java.lang.Object {
private String _value
private String _label
private boolean _selected
private void ()
public java.lang.String getValue ()
public void setValue (java.lang.String)
String value
public java.lang.String getLabel ()
public void setLabel (java.lang.String)
String label
public boolean isSelected ()
public void setSelected (boolean)
boolean selected
void (org.xhtmlrenderer.pdf.SelectFormField$1)
org.xhtmlrenderer.pdf.SelectFormField$1 x0
}
org/xhtmlrenderer/pdf/SelectFormField.classSelectFormField.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.SelectFormField extends org.xhtmlrenderer.pdf.AbstractFormField {
private static final String FIELD_TYPE
private static final int EMPTY_SPACE_COUNT
private static final int EXTRA_SPACE_COUNT
private java.util.List _options
private int _baseline
public void (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
float fontSize
private int getSelectedIndex ()
org.xhtmlrenderer.pdf.SelectFormField$Option option
java.util.Iterator i
int result
java.util.List options
int offset
private java.lang.String[][] getPDFOptions ()
org.xhtmlrenderer.pdf.SelectFormField$Option option
java.util.Iterator i
java.util.List options
String[][] result
int offset
private int calcDefaultWidth (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.pdf.SelectFormField$Option option
String result
int width
java.util.Iterator i
int maxWidth
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
java.util.List options
private java.util.List readOptions (org.w3c.dom.Element)
String value
org.xhtmlrenderer.pdf.SelectFormField$Option option
org.w3c.dom.Element optionElem
String label
org.w3c.dom.Attr valueAttr
String value
org.w3c.dom.Element e
java.util.List result
org.w3c.dom.Node n
private java.lang.String collectText (org.w3c.dom.Element)
org.w3c.dom.Text t
short nodeType
org.w3c.dom.Element e
StringBuffer result
org.w3c.dom.Node n
protected void initDimensions (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
private int getSize (org.w3c.dom.Element)
int i
String v
NumberFormatException e
org.w3c.dom.Element elem
int result
protected boolean isMultiple (org.w3c.dom.Element)
org.w3c.dom.Element e
protected java.lang.String getFieldType ()
public void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
com.lowagie.text.pdf.PdfWriter writer
String[][] options
int selectedIndex
com.lowagie.text.pdf.PdfFormField field
private void createAppearance (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox, com.lowagie.text.pdf.PdfFormField)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
com.lowagie.text.pdf.PdfFormField field
com.lowagie.text.pdf.PdfWriter writer
org.xhtmlrenderer.pdf.ITextFSFont font
com.lowagie.text.pdf.PdfContentByte cb
float width
float height
float fontSize
com.lowagie.text.pdf.PdfAppearance tp
org.xhtmlrenderer.css.parser.FSColor color
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/pdf/SplitterTest$1.classSplitterTest.java
package org.xhtmlrenderer.pdf
final org.xhtmlrenderer.pdf.SplitterTest$1 extends java.lang.Object implements org.xml.sax.ErrorHandler {
void ()
public void error (org.xml.sax.SAXParseException) throws org.xml.sax.SAXException
org.xml.sax.SAXParseException exception
public void fatalError (org.xml.sax.SAXParseException) throws org.xml.sax.SAXException
org.xml.sax.SAXParseException exception
public void warning (org.xml.sax.SAXParseException) throws org.xml.sax.SAXException
org.xml.sax.SAXParseException exception
}
org/xhtmlrenderer/pdf/SplitterTest.classSplitterTest.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.SplitterTest extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
org.w3c.dom.Document doc
java.util.Iterator i
String[] args
javax.xml.parsers.SAXParserFactory factory
org.xml.sax.XMLReader reader
org.xhtmlrenderer.pdf.DocumentSplitter splitter
}
org/xhtmlrenderer/pdf/TextAreaFormField.classTextAreaFormField.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.TextAreaFormField extends org.xhtmlrenderer.pdf.AbstractFormField {
private static final String FIELD_TYPE
private static final int DEFAULT_ROWS
private static final int DEFAULT_COLS
private java.util.List _lines
public void (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
protected java.lang.String getFieldType ()
public void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/pdf/TextFormField.classTextFormField.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.TextFormField extends org.xhtmlrenderer.pdf.AbstractFormField {
private static final String FIELD_TYPE
private static final int DEFAULT_SIZE
private int _baseline
public void (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
float fontSize
protected void initDimensions (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox box
int cssWidth
int cssHeight
protected java.lang.String getFieldType ()
public void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
com.lowagie.text.pdf.PdfWriter writer
org.w3c.dom.Element elem
com.lowagie.text.pdf.PdfFormField field
com.lowagie.text.Rectangle targetArea
String value
private void createAppearance (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.pdf.ITextOutputDevice, org.xhtmlrenderer.render.BlockBox, com.lowagie.text.pdf.PdfFormField, java.lang.String)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.pdf.ITextOutputDevice outputDevice
org.xhtmlrenderer.render.BlockBox box
com.lowagie.text.pdf.PdfFormField field
String value
com.lowagie.text.pdf.PdfWriter writer
org.xhtmlrenderer.pdf.ITextFSFont font
com.lowagie.text.pdf.PdfContentByte cb
float width
float height
float fontSize
com.lowagie.text.pdf.PdfAppearance tp
com.lowagie.text.pdf.PdfAppearance tp2
org.xhtmlrenderer.css.parser.FSColor color
private int getSize (org.w3c.dom.Element)
NumberFormatException e
org.w3c.dom.Element elem
String sSize
private int getMaxLength (org.w3c.dom.Element)
NumberFormatException e
org.w3c.dom.Element elem
String sMaxLen
protected java.lang.String getValue (org.w3c.dom.Element)
org.w3c.dom.Element e
String result
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/pdf/ToPDF.classToPDF.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.ToPDF extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.io.IOException com.lowagie.text.DocumentException
java.io.File f
String[] args
String url
public static void createPDF (java.lang.String, java.lang.String) throws java.io.IOException com.lowagie.text.DocumentException
org.xhtmlrenderer.pdf.ITextRenderer renderer
java.io.IOException e
java.io.IOException e
String url
String pdf
java.io.OutputStream os
}
org/xhtmlrenderer/pdf/TrueTypeUtil.classTrueTypeUtil.java
package org.xhtmlrenderer.pdf
public org.xhtmlrenderer.pdf.TrueTypeUtil extends java.lang.Object {
public void ()
private static org.xhtmlrenderer.css.constants.IdentValue guessStyle (com.lowagie.text.pdf.BaseFont)
String[] name
String lower
int i
com.lowagie.text.pdf.BaseFont font
String[][] names
public static java.lang.String getFamilyName (com.lowagie.text.pdf.BaseFont)
String[] name
int k
com.lowagie.text.pdf.BaseFont font
String[][] names
String name10
String name3x
String finalName
private static java.util.Map extractTables (com.lowagie.text.pdf.BaseFont) throws java.lang.SecurityException java.lang.NoSuchFieldException java.lang.IllegalArgumentException java.lang.IllegalAccessException
java.lang.reflect.Field f
com.lowagie.text.pdf.BaseFont font
Class current
private static java.lang.String getTTCName (java.lang.String)
String name
int idx
public static void populateDescription (java.lang.String, com.lowagie.text.pdf.BaseFont, org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription) throws java.io.IOException java.lang.NoSuchFieldException java.lang.IllegalAccessException com.lowagie.text.DocumentException
java.io.IOException e
java.io.IOException e
String path
com.lowagie.text.pdf.BaseFont font
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
com.lowagie.text.pdf.RandomAccessFileOrArray rf
public static void populateDescription (java.lang.String, byte[], com.lowagie.text.pdf.BaseFont, org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription) throws java.io.IOException java.lang.NoSuchFieldException java.lang.IllegalAccessException com.lowagie.text.DocumentException
java.io.IOException e
java.io.IOException e
String path
byte[] contents
com.lowagie.text.pdf.BaseFont font
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
com.lowagie.text.pdf.RandomAccessFileOrArray rf
private static com.lowagie.text.pdf.RandomAccessFileOrArray populateDescription0 (java.lang.String, com.lowagie.text.pdf.BaseFont, org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription, com.lowagie.text.pdf.RandomAccessFileOrArray) throws java.lang.NoSuchFieldException java.lang.IllegalAccessException com.lowagie.text.DocumentException java.io.IOException
String path
com.lowagie.text.pdf.BaseFont font
org.xhtmlrenderer.pdf.ITextFontResolver$FontDescription descr
com.lowagie.text.pdf.RandomAccessFileOrArray rf
java.util.Map tables
int[] location
}
org/xhtmlrenderer/protocols/
org/xhtmlrenderer/protocols/data/
org/xhtmlrenderer/protocols/data/Base64.classDataURLConnection.java
package org.xhtmlrenderer.protocols.data
org.xhtmlrenderer.protocols.data.Base64 extends java.lang.Object {
private static String _map
void ()
public static byte[] decode (java.lang.String)
int e
int i
String s
int padding
byte[] input
byte[] output
int outputIndex
static void ()
}
org/xhtmlrenderer/protocols/data/DataURLConnection.classDataURLConnection.java
package org.xhtmlrenderer.protocols.data
public org.xhtmlrenderer.protocols.data.DataURLConnection extends java.net.URLConnection {
private java.util.Map _headers
private byte[] _data
void (java.net.URL)
java.net.URL u
public void connect () throws java.io.IOException
public java.lang.String getContentType ()
String type
public int getContentLength ()
public java.io.InputStream getInputStream () throws java.io.IOException
protected void parseURL () throws java.io.UnsupportedEncodingException
String[] nameValuePair
int index
String[] parts
String sub
int comma
String meta
String data
boolean isBase64
java.util.Map properties
String charset
}
org/xhtmlrenderer/protocols/data/Handler.classHandler.java
package org.xhtmlrenderer.protocols.data
public org.xhtmlrenderer.protocols.data.Handler extends java.net.URLStreamHandler {
public void ()
protected void parseURL (java.net.URL, java.lang.String, int, int)
java.net.URL u
String spec
int start
int limit
String sub
protected java.net.URLConnection openConnection (java.net.URL) throws java.io.IOException
java.net.URL u
}
org/xhtmlrenderer/protocols/data/URLByteDecoder.classDataURLConnection.java
package org.xhtmlrenderer.protocols.data
org.xhtmlrenderer.protocols.data.URLByteDecoder extends java.lang.Object {
void ()
public static byte[] decode (java.lang.String)
char c
String s
byte[] buffer
int index
int bindex
byte[] result
}
org/xhtmlrenderer/render/
org/xhtmlrenderer/render/AbstractOutputDevice.classAbstractOutputDevice.java
package org.xhtmlrenderer.render
public abstract org.xhtmlrenderer.render.AbstractOutputDevice extends java.lang.Object implements org.xhtmlrenderer.extend.OutputDevice {
public void ()
protected abstract void drawLine (int, int, int, int)
public void drawText (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.JustificationInfo info
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.InlineText inlineText
org.xhtmlrenderer.render.InlineLayoutBox iB
String text
private void drawFontMetrics (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.InlineText inlineText
org.xhtmlrenderer.render.InlineLayoutBox iB
String text
org.xhtmlrenderer.render.FSFontMetrics fm
int width
int x
int y
public void drawTextDecoration (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineLayoutBox, org.xhtmlrenderer.render.TextDecoration)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.TextDecoration decoration
java.awt.Rectangle edge
public void drawTextDecoration (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.LineBox)
org.xhtmlrenderer.render.TextDecoration textDecoration
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.LineBox lineBox
org.xhtmlrenderer.render.Box parent
java.util.List decorations
public void drawDebugOutline (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box, org.xhtmlrenderer.css.parser.FSColor)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.css.parser.FSColor color
java.awt.Rectangle rect
public void paintCollapsedBorder (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.derived.BorderPropertySet, java.awt.Rectangle, int)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
java.awt.Rectangle bounds
int side
public void paintBorder (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
java.awt.Rectangle borderBounds
public void paintBorder (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.CalculatedStyle, java.awt.Rectangle, int)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
java.awt.Rectangle edge
int sides
private org.xhtmlrenderer.extend.FSImage getBackgroundImage (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.CalculatedStyle)
Exception ex
String uri
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
public void paintBackground (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.CalculatedStyle, java.awt.Rectangle, java.awt.Rectangle)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
java.awt.Rectangle bounds
java.awt.Rectangle bgImageContainer
public void paintBackground (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.Box box
java.awt.Rectangle backgroundBounds
private void paintBackground0 (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.css.style.CalculatedStyle, java.awt.Rectangle, java.awt.Rectangle)
java.awt.Rectangle imageBounds
java.awt.Rectangle imageBounds
java.awt.Rectangle imageBounds
java.awt.Rectangle localBGImageContainer
int xoff
int yoff
java.awt.Shape oldclip
float imageWidth
float imageHeight
org.xhtmlrenderer.css.style.BackgroundPosition position
boolean hrepeat
boolean vrepeat
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
java.awt.Rectangle backgroundBounds
java.awt.Rectangle bgImageContainer
org.xhtmlrenderer.css.parser.FSColor backgroundColor
org.xhtmlrenderer.extend.FSImage backgroundImage
private int adjustTo (int, int, int)
int target
int current
int imageDim
int result
private void paintTiles (org.xhtmlrenderer.extend.FSImage, int, int, int, int)
int y
int x
org.xhtmlrenderer.extend.FSImage image
int left
int top
int right
int bottom
int width
int height
private void paintVerticalBand (org.xhtmlrenderer.extend.FSImage, int, int, int)
int y
org.xhtmlrenderer.extend.FSImage image
int left
int top
int bottom
int height
private void paintHorizontalBand (org.xhtmlrenderer.extend.FSImage, int, int, int)
int x
org.xhtmlrenderer.extend.FSImage image
int left
int top
int right
int width
private int calcOffset (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.parser.PropertyValue, float, float)
float percent
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.parser.PropertyValue value
float boundsDim
float imageDim
}
org/xhtmlrenderer/render/AnonymousBlockBox.classAnonymousBlockBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.AnonymousBlockBox extends org.xhtmlrenderer.render.BlockBox {
private java.util.List _openInlineBoxes
public void (org.w3c.dom.Element)
org.w3c.dom.Element element
public void layout (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public int getContentWidth ()
public org.xhtmlrenderer.render.Box find (org.xhtmlrenderer.css.style.CssContext, int, int, boolean)
org.xhtmlrenderer.css.style.CssContext cssCtx
int absX
int absY
boolean findAnonymous
org.xhtmlrenderer.render.Box result
public java.util.List getOpenInlineBoxes ()
public void setOpenInlineBoxes (java.util.List)
java.util.List openInlineBoxes
public boolean isSkipWhenCollapsingMargins ()
org.xhtmlrenderer.layout.Styleable styleable
org.xhtmlrenderer.css.style.CalculatedStyle style
java.util.Iterator i
public void provideSiblingMarginToFloats (int)
org.xhtmlrenderer.render.BlockBox b
org.xhtmlrenderer.layout.Styleable styleable
java.util.Iterator i
int margin
public boolean isMayCollapseMarginsWithChildren ()
public void styleText (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.render.BlockBox copyOf ()
}
org/xhtmlrenderer/render/BlockBox$1.classBlockBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.BlockBox$1 extends java.lang.Object implements org.xhtmlrenderer.layout.FloatManager$FloatOperation {
private final org.xhtmlrenderer.css.style.CssContext val$c
private final boolean val$useCache
private final org.xhtmlrenderer.layout.PaintingInfo val$result
private final org.xhtmlrenderer.render.BlockBox this$0
void (org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.css.style.CssContext, boolean, org.xhtmlrenderer.layout.PaintingInfo)
public void operate (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box floater
org.xhtmlrenderer.layout.PaintingInfo info
}
org/xhtmlrenderer/render/BlockBox$LastLineBoxContext.classBlockBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.BlockBox$LastLineBoxContext extends java.lang.Object {
public int current
public org.xhtmlrenderer.render.LineBox line
public void (int)
int i
}
org/xhtmlrenderer/render/BlockBox$MarginCollapseResult.classBlockBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult extends java.lang.Object {
private int maxPositive
private int maxNegative
private void ()
public void update (int)
int value
public int getMargin ()
public boolean hasMargin ()
void (org.xhtmlrenderer.render.BlockBox$1)
org.xhtmlrenderer.render.BlockBox$1 x0
}
org/xhtmlrenderer/render/BlockBox.classBlockBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.BlockBox extends org.xhtmlrenderer.render.Box implements org.xhtmlrenderer.layout.InlinePaintable {
public static final int POSITION_VERTICALLY
public static final int POSITION_HORIZONTALLY
public static final int POSITION_BOTH
public static final int CONTENT_UNKNOWN
public static final int CONTENT_INLINE
public static final int CONTENT_BLOCK
public static final int CONTENT_EMPTY
protected static final int NO_BASELINE
private org.xhtmlrenderer.render.MarkerData _markerData
private int _listCounter
private org.xhtmlrenderer.layout.PersistentBFC _persistentBFC
private org.xhtmlrenderer.render.Box _staticEquivalent
private boolean _needPageClear
private org.xhtmlrenderer.extend.ReplacedElement _replacedElement
private int _childrenContentType
private java.util.List _inlineContent
private boolean _topMarginCalculated
private boolean _bottomMarginCalculated
private org.xhtmlrenderer.render.BlockBox$MarginCollapseResult _pendingCollapseCalculation
private int _minWidth
private int _maxWidth
private boolean _minMaxCalculated
private boolean _dimensionsCalculated
private boolean _needShrinkToFitCalculatation
private org.xhtmlrenderer.css.newmatch.CascadedStyle _firstLineStyle
private org.xhtmlrenderer.css.newmatch.CascadedStyle _firstLetterStyle
private org.xhtmlrenderer.render.FloatedBoxData _floatedBoxData
private int _childrenHeight
private boolean _fromCaptionedTable
public void ()
public org.xhtmlrenderer.render.BlockBox copyOf ()
org.xhtmlrenderer.render.BlockBox result
protected java.lang.String getExtraBoxDescription ()
public java.lang.String toString ()
StringBuffer result
String className
protected void appendPositioningInfo (java.lang.StringBuffer)
StringBuffer result
public java.lang.String dump (org.xhtmlrenderer.layout.LayoutContext, java.lang.String, int)
org.xhtmlrenderer.render.BlockBox b
org.xhtmlrenderer.layout.Styleable styleable
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
String indent
int which
StringBuffer result
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet styleMargin
public void paintListMarker (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public java.awt.Rectangle getPaintingClipEdge (org.xhtmlrenderer.css.style.CssContext)
int delta
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Rectangle result
public void paintInline (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public boolean isInline ()
org.xhtmlrenderer.render.Box parent
public org.xhtmlrenderer.render.LineBox getLineBox ()
org.xhtmlrenderer.render.Box b
public void paintDebugOutline (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public org.xhtmlrenderer.render.MarkerData getMarkerData ()
public void setMarkerData (org.xhtmlrenderer.render.MarkerData)
org.xhtmlrenderer.render.MarkerData markerData
public void createMarkerData (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.StrutMetrics strutMetrics
boolean imageMarker
org.xhtmlrenderer.render.MarkerData result
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.IdentValue listStyle
String image
private org.xhtmlrenderer.render.MarkerData$GlyphMarker makeGlyphMarker (org.xhtmlrenderer.render.StrutMetrics)
org.xhtmlrenderer.render.StrutMetrics strutMetrics
int diameter
org.xhtmlrenderer.render.MarkerData$GlyphMarker result
private org.xhtmlrenderer.render.MarkerData$ImageMarker makeImageMarker (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.StrutMetrics, java.lang.String)
org.xhtmlrenderer.render.StrutMetrics strutMetrics
org.xhtmlrenderer.render.MarkerData$ImageMarker result
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.StrutMetrics structMetrics
String image
org.xhtmlrenderer.extend.FSImage img
private org.xhtmlrenderer.render.MarkerData$TextMarker makeTextMarker (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.constants.IdentValue listStyle
String text
int listCounter
int w
org.xhtmlrenderer.render.MarkerData$TextMarker result
public int getListCounter ()
public void setListCounter (int)
int listCounter
public org.xhtmlrenderer.layout.PersistentBFC getPersistentBFC ()
public void setPersistentBFC (org.xhtmlrenderer.layout.PersistentBFC)
org.xhtmlrenderer.layout.PersistentBFC persistentBFC
public org.xhtmlrenderer.render.Box getStaticEquivalent ()
public void setStaticEquivalent (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box staticEquivalent
public boolean isReplaced ()
public void calcCanvasLocation ()
org.xhtmlrenderer.layout.FloatManager manager
java.awt.Point offset
org.xhtmlrenderer.render.Box cb
org.xhtmlrenderer.render.Box parent
java.awt.Point location
org.xhtmlrenderer.render.LineBox lineBox
public void calcInitialFloatedCanvasLocation (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
java.awt.Point offset
org.xhtmlrenderer.layout.FloatManager manager
public void calcChildLocations ()
public boolean isNeedPageClear ()
public void setNeedPageClear (boolean)
boolean needPageClear
private void alignToStaticEquivalent ()
public void positionAbsolute (org.xhtmlrenderer.css.style.CssContext, int)
int pinnedHeight
org.xhtmlrenderer.css.style.CssContext cssCtx
int direction
org.xhtmlrenderer.css.style.CalculatedStyle style
java.awt.Rectangle boundingBox
int cbContentHeight
public void positionAbsoluteOnPage (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.extend.ReplacedElement getReplacedElement ()
public void setReplacedElement (org.xhtmlrenderer.extend.ReplacedElement)
org.xhtmlrenderer.extend.ReplacedElement replacedElement
public void reset (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
private int calcPinnedContentWidth (org.xhtmlrenderer.css.style.CssContext)
int left
int right
int result
org.xhtmlrenderer.css.style.CssContext c
private int calcPinnedHeight (org.xhtmlrenderer.css.style.CssContext)
int top
int bottom
int result
org.xhtmlrenderer.css.style.CssContext c
protected void resolveAutoMargins (org.xhtmlrenderer.layout.LayoutContext, int, org.xhtmlrenderer.css.style.derived.RectPropertySet, org.xhtmlrenderer.css.style.derived.BorderPropertySet)
int available
boolean autoLeft
boolean autoRight
org.xhtmlrenderer.layout.LayoutContext c
int cssWidth
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int withoutMargins
public void calcDimensions (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
protected void calcDimensions (org.xhtmlrenderer.layout.LayoutContext, int)
int pinnedContentWidth
int cssHeight
org.xhtmlrenderer.extend.ReplacedElement re
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.layout.LayoutContext c
int cssWidth
private void calcClearance (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
private void calcExtraPageClearance (org.xhtmlrenderer.layout.LayoutContext)
int diff
org.xhtmlrenderer.render.PageBox first
org.xhtmlrenderer.layout.LayoutContext c
private void addBoxID (org.xhtmlrenderer.layout.LayoutContext)
String name
String id
org.xhtmlrenderer.layout.LayoutContext c
public void layout (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public void layout (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.BlockFormattingContext bfc
org.xhtmlrenderer.render.PageBox firstPage
int delta
int delta
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
org.xhtmlrenderer.css.style.CalculatedStyle style
boolean pushedLayer
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
int originalHeight
boolean didSetMarkerData
int tx
int ty
protected boolean isAllowHeightToShrink ()
protected int getPageClearance ()
protected void calcLayoutHeight (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.RectPropertySet, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
private void calcShrinkToFitWidthIfNeeded (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
private void applyCSSMinMaxWidth (org.xhtmlrenderer.css.style.CssContext)
int cssMaxWidth
org.xhtmlrenderer.css.style.CssContext c
int cssMinWidth
private void applyCSSMinMaxHeight (org.xhtmlrenderer.css.style.CssContext)
int cssMaxHeight
org.xhtmlrenderer.css.style.CssContext c
int cssMinHeight
public void ensureChildren (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
protected void layoutChildren (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
protected void layoutInlineChildren (org.xhtmlrenderer.layout.LayoutContext, int, int, boolean)
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
int breakAtLine
boolean tryAgain
private void justifyText ()
org.xhtmlrenderer.render.LineBox line
java.util.Iterator i
private void satisfyWidowsAndOrphans (org.xhtmlrenderer.layout.LayoutContext, int, boolean)
org.xhtmlrenderer.render.LineBox lB
org.xhtmlrenderer.render.LineBox lB
int breakAtLine
org.xhtmlrenderer.render.LineBox lastLineBox
java.util.List pages
org.xhtmlrenderer.render.PageBox lastPage
int widows
int orphans
org.xhtmlrenderer.layout.LayoutContext c
int contentStart
boolean tryAgain
org.xhtmlrenderer.render.LineBox firstLineBox
org.xhtmlrenderer.render.PageBox firstPage
int noContentLBs
int i
int cCount
public int getChildrenContentType ()
public void setChildrenContentType (int)
int contentType
public java.util.List getInlineContent ()
public void setInlineContent (java.util.List)
org.xhtmlrenderer.layout.Styleable child
java.util.Iterator i
java.util.List inlineContent
protected boolean isSkipWhenCollapsingMargins ()
protected boolean isMayCollapseMarginsWithChildren ()
private void collapseMargins (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult collapsedMargin
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult collapsedMargin
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult collapsedMargin
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.layout.LayoutContext c
private void setCollapsedBottomMargin (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.derived.RectPropertySet, org.xhtmlrenderer.render.BlockBox$MarginCollapseResult)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult collapsedMargin
org.xhtmlrenderer.render.BlockBox next
private org.xhtmlrenderer.render.BlockBox getNextCollapsableSibling (org.xhtmlrenderer.render.BlockBox$MarginCollapseResult)
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult collapsedMargin
org.xhtmlrenderer.render.BlockBox next
private void collapseTopMargin (org.xhtmlrenderer.layout.LayoutContext, boolean, org.xhtmlrenderer.render.BlockBox$MarginCollapseResult)
org.xhtmlrenderer.render.BlockBox child
java.util.Iterator i
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.layout.LayoutContext c
boolean calculationRoot
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult result
private void collapseBottomMargin (org.xhtmlrenderer.layout.LayoutContext, boolean, org.xhtmlrenderer.render.BlockBox$MarginCollapseResult)
org.xhtmlrenderer.render.BlockBox child
int i
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.layout.LayoutContext c
boolean calculationRoot
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult result
private boolean isNoTopPaddingOrBorder (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
private boolean isNoBottomPaddingOrBorder (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
private void collapseEmptySubtreeMargins (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox$MarginCollapseResult)
org.xhtmlrenderer.render.BlockBox child
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox$MarginCollapseResult result
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
private boolean isVerticalMarginsAdjoin (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox child
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.style.derived.BorderPropertySet borderWidth
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
boolean bordersOrPadding
public boolean isTopMarginCalculated ()
public void setTopMarginCalculated (boolean)
boolean topMarginCalculated
public boolean isBottomMarginCalculated ()
public void setBottomMarginCalculated (boolean)
boolean bottomMarginCalculated
protected int getCSSWidth (org.xhtmlrenderer.css.style.CssContext)
int result
org.xhtmlrenderer.css.style.CssContext c
protected int getCSSHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
public boolean isAutoHeight ()
org.xhtmlrenderer.render.Box cb
private int getCSSMinWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
private int getCSSMaxWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
private int getCSSMinHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
private int getCSSMaxHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
private int getContainingBlockCSSHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
private int calcShrinkToFitWidth (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
protected int getAvailableWidth (org.xhtmlrenderer.layout.LayoutContext)
int left
int right
org.xhtmlrenderer.layout.LayoutContext c
protected boolean isFixedWidthAdvisoryOnly ()
private void recalcMargin (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.FSDerivedValue topMargin
boolean resetTop
org.xhtmlrenderer.css.style.FSDerivedValue bottomMargin
boolean resetBottom
org.xhtmlrenderer.css.style.derived.RectPropertySet styleMargin
org.xhtmlrenderer.css.style.derived.RectPropertySet workingMargin
public void calcMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext)
int height
org.xhtmlrenderer.extend.ReplacedElement re
int cw
int minimumMaxWidth
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
int width
org.xhtmlrenderer.layout.LayoutContext c
private void calcMinMaxCSSMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.derived.RectPropertySet, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.RectPropertySet)
int cssMaxWidth
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
int cssMinWidth
private void calcMinMaxWidthBlockChildren (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox child
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
int childMinWidth
int childMaxWidth
private void calcMinMaxWidthInlineChildren (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox block
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.css.constants.IdentValue whitespace
org.xhtmlrenderer.layout.Styleable child
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
int textIndent
int childMinWidth
int childMaxWidth
int lineWidth
org.xhtmlrenderer.render.InlineBox trimmableIB
public int getMaxWidth ()
protected void setMaxWidth (int)
int maxWidth
public int getMinWidth ()
protected void setMinWidth (int)
int minWidth
public void styleText (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public void styleText (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.newmatch.CascadedStyle cs
org.xhtmlrenderer.render.InlineBox iB
org.xhtmlrenderer.layout.Styleable child
java.util.Iterator i
java.util.LinkedList styles
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.CalculatedStyle style
protected void calcChildPaintingInfo (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.PaintingInfo, boolean)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.layout.PaintingInfo result
boolean useCache
public org.xhtmlrenderer.css.newmatch.CascadedStyle getFirstLetterStyle ()
public void setFirstLetterStyle (org.xhtmlrenderer.css.newmatch.CascadedStyle)
org.xhtmlrenderer.css.newmatch.CascadedStyle firstLetterStyle
public org.xhtmlrenderer.css.newmatch.CascadedStyle getFirstLineStyle ()
public void setFirstLineStyle (org.xhtmlrenderer.css.newmatch.CascadedStyle)
org.xhtmlrenderer.css.newmatch.CascadedStyle firstLineStyle
protected boolean isMinMaxCalculated ()
protected void setMinMaxCalculated (boolean)
boolean minMaxCalculated
protected void setDimensionsCalculated (boolean)
boolean dimensionsCalculated
private boolean isDimensionsCalculated ()
protected void setNeedShrinkToFitCalculatation (boolean)
boolean needShrinkToFitCalculatation
private boolean isNeedShrinkToFitCalculatation ()
public void initStaticPos (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, int)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox parent
int childOffset
public int calcBaseline (org.xhtmlrenderer.layout.LayoutContext)
int result
org.xhtmlrenderer.render.Box b
int i
org.xhtmlrenderer.layout.LayoutContext c
protected int calcInitialBreakAtLine (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.BreakAtLineContext bContext
public boolean isCurrentBreakAtLineContext (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.layout.BreakAtLineContext bContext
public org.xhtmlrenderer.layout.BreakAtLineContext calcBreakAtLineContext (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox breakBox
org.xhtmlrenderer.render.PageBox linePage
org.xhtmlrenderer.render.PageBox ourPage
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.LineBox breakLine
public int calcInlineBaseline (org.xhtmlrenderer.css.style.CssContext)
java.awt.Rectangle bounds
org.xhtmlrenderer.render.LineBox lastLine
org.xhtmlrenderer.css.style.CssContext c
public int findOffset (org.xhtmlrenderer.render.Box)
int i
org.xhtmlrenderer.render.Box box
int ccount
public org.xhtmlrenderer.render.LineBox findLastNthLineBox (int)
int count
org.xhtmlrenderer.render.BlockBox$LastLineBoxContext context
private void findLastLineBox (org.xhtmlrenderer.render.BlockBox$LastLineBoxContext)
org.xhtmlrenderer.render.LineBox child
int i
int i
org.xhtmlrenderer.render.BlockBox$LastLineBoxContext context
int type
int ccount
private org.xhtmlrenderer.render.LineBox findLastLineBox ()
org.xhtmlrenderer.render.LineBox result
int i
org.xhtmlrenderer.render.LineBox result
int i
int type
int ccount
private org.xhtmlrenderer.render.LineBox findFirstLineBox ()
org.xhtmlrenderer.render.LineBox result
int i
org.xhtmlrenderer.render.LineBox result
int i
int type
int ccount
public boolean isNeedsKeepWithInline (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.PageBox linePage
org.xhtmlrenderer.render.PageBox ourPage
org.xhtmlrenderer.render.LineBox line
org.xhtmlrenderer.layout.LayoutContext c
public boolean isFloated ()
public org.xhtmlrenderer.render.FloatedBoxData getFloatedBoxData ()
public void setFloatedBoxData (org.xhtmlrenderer.render.FloatedBoxData)
org.xhtmlrenderer.render.FloatedBoxData floatedBoxData
public int getChildrenHeight ()
protected void setChildrenHeight (int)
int childrenHeight
public boolean isFromCaptionedTable ()
public void setFromCaptionedTable (boolean)
boolean fromTable
protected boolean isInlineBlock ()
public boolean isInMainFlow ()
org.xhtmlrenderer.render.Box flowRoot
public org.xhtmlrenderer.render.Box getDocumentParent ()
org.xhtmlrenderer.render.Box staticEquivalent
public boolean isContainsInlineContent (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox box
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
public boolean checkPageContext (org.xhtmlrenderer.layout.LayoutContext)
String pageName
org.xhtmlrenderer.layout.LayoutContext c
public boolean isNeedsClipOnPaint (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
protected void propagateExtraSpace (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.ContentLimitContainer, org.xhtmlrenderer.render.ContentLimitContainer, int, int)
int top
int bottom
org.xhtmlrenderer.render.ContentLimit contentLimit
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.ContentLimitContainer parentContainer
org.xhtmlrenderer.render.ContentLimitContainer currentContainer
int extraTop
int extraBottom
int start
int end
int current
protected boolean isInitialContainingBlock ()
}
org/xhtmlrenderer/render/BorderPainter$1.classBorderPainter.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.BorderPainter$1 extends java.lang.Object {
}
org/xhtmlrenderer/render/BorderPainter$DoubleBorderInfo.classBorderPainter.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.BorderPainter$DoubleBorderInfo extends java.lang.Object {
private int _outer
private int _center
private int _inner
private void ()
public int getCenter ()
public void setCenter (int)
int center
public int getInner ()
public void setInner (int)
int inner
public int getOuter ()
public void setOuter (int)
int outer
void (org.xhtmlrenderer.render.BorderPainter$1)
org.xhtmlrenderer.render.BorderPainter$1 x0
}
org/xhtmlrenderer/render/BorderPainter.classBorderPainter.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.BorderPainter extends java.lang.Object {
public static final int TOP
public static final int LEFT
public static final int BOTTOM
public static final int RIGHT
public static final int ALL
public void ()
public static void paint (java.awt.Rectangle, int, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.render.RenderingContext, int, boolean)
java.awt.Rectangle bounds
int sides
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.render.RenderingContext ctx
int xOffset
boolean bevel
private static java.awt.Rectangle shrinkRect (java.awt.Rectangle, org.xhtmlrenderer.css.style.derived.BorderPropertySet, int)
java.awt.Rectangle rect
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int sides
java.awt.Rectangle r2
private static void paintBorderSide (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.css.style.derived.BorderPropertySet, java.awt.Rectangle, int, int, org.xhtmlrenderer.css.constants.IdentValue, int, boolean)
org.xhtmlrenderer.css.style.derived.BorderPropertySet bd2
int thickness
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
java.awt.Rectangle bounds
int sides
int currentSide
org.xhtmlrenderer.css.constants.IdentValue borderSideStyle
int xOffset
boolean bevel
private static org.xhtmlrenderer.render.BorderPainter$DoubleBorderInfo calcDoubleBorderInfo (int)
int extra
int width
org.xhtmlrenderer.render.BorderPainter$DoubleBorderInfo result
private static void paintDoubleBorder (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.css.style.derived.BorderPropertySet, java.awt.Rectangle, int, int, boolean)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
java.awt.Rectangle bounds
int sides
int currentSide
boolean bevel
org.xhtmlrenderer.render.BorderPainter$DoubleBorderInfo topBorderInfo
org.xhtmlrenderer.render.BorderPainter$DoubleBorderInfo rightBorderInfo
org.xhtmlrenderer.render.BorderPainter$DoubleBorderInfo bottomBorderInfo
org.xhtmlrenderer.render.BorderPainter$DoubleBorderInfo leftBorderInfo
org.xhtmlrenderer.css.style.derived.BorderPropertySet outer
org.xhtmlrenderer.css.style.derived.BorderPropertySet center
org.xhtmlrenderer.css.style.derived.BorderPropertySet inner
java.awt.Rectangle b2
private static java.awt.Polygon getBorderSidePolygon (java.awt.Rectangle, org.xhtmlrenderer.css.style.derived.BorderPropertySet, int, int, boolean)
java.awt.Rectangle bounds
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
int sides
int currentSide
boolean bevel
int rightCorner
int leftCorner
int topCorner
int bottomCorner
java.awt.Polygon poly
private static void paintPatternedRect (org.xhtmlrenderer.extend.OutputDevice, java.awt.Rectangle, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.BorderPropertySet, float[], int, int, int)
org.xhtmlrenderer.extend.OutputDevice outputDevice
java.awt.Rectangle bounds
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.BorderPropertySet color
float[] pattern
int sides
int currentSide
int xOffset
java.awt.Stroke old_stroke
private static void paintBorderSidePolygon (org.xhtmlrenderer.extend.OutputDevice, java.awt.Rectangle, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.BorderPropertySet, int, int, boolean)
org.xhtmlrenderer.extend.OutputDevice outputDevice
java.awt.Rectangle bounds
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.BorderPropertySet high
org.xhtmlrenderer.css.style.derived.BorderPropertySet low
int sides
int currentSide
boolean bevel
private static void paintSolid (org.xhtmlrenderer.extend.OutputDevice, java.awt.Rectangle, org.xhtmlrenderer.css.style.derived.BorderPropertySet, org.xhtmlrenderer.css.style.derived.BorderPropertySet, int, int, boolean)
org.xhtmlrenderer.extend.OutputDevice outputDevice
java.awt.Rectangle bounds
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.BorderPropertySet bcolor
int sides
int currentSide
boolean bevel
java.awt.Polygon poly
}
org/xhtmlrenderer/render/Box.classBox.java
package org.xhtmlrenderer.render
public abstract org.xhtmlrenderer.render.Box extends java.lang.Object implements org.xhtmlrenderer.layout.Styleable {
protected static final String LINE_SEPARATOR
private org.w3c.dom.Element _element
private int _x
private int _y
private int _absY
private int _absX
private int _contentWidth
private int _rightMBP
private int _leftMBP
private int _height
private org.xhtmlrenderer.layout.Layer _layer
private org.xhtmlrenderer.layout.Layer _containingLayer
private org.xhtmlrenderer.render.Box _parent
private java.util.List _boxes
private int _tx
private int _ty
private org.xhtmlrenderer.css.style.CalculatedStyle _style
private org.xhtmlrenderer.render.Box _containingBlock
private java.awt.Dimension _relativeOffset
private org.xhtmlrenderer.layout.PaintingInfo _paintingInfo
private org.xhtmlrenderer.css.style.derived.RectPropertySet _workingMargin
private int _index
private String _pseudoElementOrClass
private boolean _anonymous
public static final int NOTHING
public static final int FLUX
public static final int CHILDREN_FLUX
public static final int DONE
private int _state
public static final int DUMP_RENDER
public static final int DUMP_LAYOUT
protected void ()
public abstract java.lang.String dump (org.xhtmlrenderer.layout.LayoutContext, java.lang.String, int)
protected void dumpBoxes (org.xhtmlrenderer.layout.LayoutContext, java.lang.String, java.util.List, int, java.lang.StringBuffer)
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
String indent
java.util.List boxes
int which
StringBuffer result
public int getWidth ()
public java.lang.String toString ()
StringBuffer sb
public void addChildForLayout (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.Box child
public void addChild (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box child
public void addAllChildren (java.util.List)
org.xhtmlrenderer.render.Box box
java.util.Iterator i
java.util.List children
public void removeAllChildren ()
public void removeChild (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box child
java.util.Iterator i
boolean found
org.xhtmlrenderer.render.Box target
public org.xhtmlrenderer.render.Box getPreviousSibling ()
org.xhtmlrenderer.render.Box parent
public org.xhtmlrenderer.render.Box getNextSibling ()
org.xhtmlrenderer.render.Box parent
protected org.xhtmlrenderer.render.Box getPrevious (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box child
protected org.xhtmlrenderer.render.Box getNext (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box child
public void removeChild (int)
int i
public void setParent (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box box
public org.xhtmlrenderer.render.Box getParent ()
public org.xhtmlrenderer.render.Box getDocumentParent ()
public int getChildCount ()
public org.xhtmlrenderer.render.Box getChild (int)
int i
public java.util.Iterator getChildIterator ()
public java.util.List getChildren ()
public synchronized int getState ()
public synchronized void setState (int)
int state
public static java.lang.String stateToString (int)
int state
public final org.xhtmlrenderer.css.style.CalculatedStyle getStyle ()
public void setStyle (org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle style
public org.xhtmlrenderer.render.Box getContainingBlock ()
public void setContainingBlock (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box containingBlock
public java.awt.Rectangle getMarginEdge (int, int, org.xhtmlrenderer.css.style.CssContext, int, int)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
int tx
int ty
java.awt.Rectangle result
public java.awt.Rectangle getMarginEdge (org.xhtmlrenderer.css.style.CssContext, int, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int tx
int ty
public java.awt.Rectangle getPaintingBorderEdge (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public java.awt.Rectangle getPaintingPaddingEdge (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public java.awt.Rectangle getPaintingClipEdge (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public java.awt.Rectangle getChildrenClipEdge (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public boolean intersects (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape)
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Shape clip
public java.awt.Rectangle getBorderEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
java.awt.Rectangle result
public java.awt.Rectangle getPaddingEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet border
java.awt.Rectangle result
protected int getPaddingWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
public java.awt.Rectangle getContentAreaEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
java.awt.Rectangle result
public org.xhtmlrenderer.layout.Layer getLayer ()
public void setLayer (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer layer
public java.awt.Dimension positionRelative (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CalculatedStyle cbStyle
org.xhtmlrenderer.css.style.CssContext cssCtx
int initialX
int initialY
org.xhtmlrenderer.css.style.CalculatedStyle style
int cbContentHeight
protected boolean isInlineBlock ()
public void setAbsY (int)
int absY
public int getAbsY ()
public void setAbsX (int)
int absX
public int getAbsX ()
public boolean isStyled ()
public int getBorderSides ()
public void paintBorder (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
private boolean isPaintsRootElementBackground ()
public void paintBackground (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public void paintRootElementBackground (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.Box body
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.layout.PaintingInfo pI
private void paintRootElementBackground (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.layout.PaintingInfo)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.layout.PaintingInfo pI
java.awt.Dimension marginCorner
java.awt.Rectangle canvasBounds
public org.xhtmlrenderer.layout.Layer getContainingLayer ()
public void setContainingLayer (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer containingLayer
public void initContainingLayer (org.xhtmlrenderer.layout.LayoutContext)
java.util.List content
org.xhtmlrenderer.layout.LayoutContext c
public void connectChildrenToCurrentLayer (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.Box box
int i
org.xhtmlrenderer.layout.LayoutContext c
public java.util.List getElementBoxes (org.w3c.dom.Element)
org.xhtmlrenderer.render.Box child
int i
org.w3c.dom.Element elem
java.util.List result
public void reset (org.xhtmlrenderer.layout.LayoutContext)
String id
org.xhtmlrenderer.layout.LayoutContext c
String anchorName
org.w3c.dom.Element e
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public void resetChildren (org.xhtmlrenderer.layout.LayoutContext, int, int)
org.xhtmlrenderer.render.Box box
int i
org.xhtmlrenderer.layout.LayoutContext c
int start
int end
protected void resetChildren (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.Box box
int i
org.xhtmlrenderer.layout.LayoutContext c
int remaining
public abstract void calcCanvasLocation ()
public void calcChildLocations ()
org.xhtmlrenderer.render.Box child
int i
public int forcePageBreakBefore (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.constants.IdentValue, boolean)
int pageBreakCount
int delta
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.constants.IdentValue pageBreakValue
boolean pendingPageName
org.xhtmlrenderer.render.PageBox page
public void forcePageBreakAfter (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.constants.IdentValue pageBreakValue
boolean needSecondPageBreak
org.xhtmlrenderer.render.PageBox page
int delta
public boolean crossesPageBreak (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.PageBox pageBox
public java.awt.Dimension getRelativeOffset ()
public void setRelativeOffset (java.awt.Dimension)
java.awt.Dimension relativeOffset
public org.xhtmlrenderer.render.Box find (org.xhtmlrenderer.css.style.CssContext, int, int, boolean)
org.xhtmlrenderer.render.Box child
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
int absX
int absY
boolean findAnonymous
org.xhtmlrenderer.layout.PaintingInfo pI
org.xhtmlrenderer.render.Box result
java.awt.Rectangle edge
public boolean isRoot ()
public boolean isBody ()
public org.w3c.dom.Element getElement ()
public void setElement (org.w3c.dom.Element)
org.w3c.dom.Element element
public void setMarginTop (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssContext
int marginTop
public void setMarginBottom (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssContext
int marginBottom
public void setMarginLeft (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssContext
int marginLeft
public void setMarginRight (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssContext
int marginRight
private void ensureWorkingMargin (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssContext
public org.xhtmlrenderer.css.style.derived.RectPropertySet getMargin (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssContext
protected org.xhtmlrenderer.css.style.derived.RectPropertySet getStyleMargin (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssContext
protected org.xhtmlrenderer.css.style.derived.RectPropertySet getStyleMargin (org.xhtmlrenderer.css.style.CssContext, boolean)
org.xhtmlrenderer.css.style.CssContext cssContext
boolean useCache
public org.xhtmlrenderer.css.style.derived.RectPropertySet getPadding (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public org.xhtmlrenderer.css.style.derived.BorderPropertySet getBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
protected int getContainingBlockWidth ()
protected void resetTopMargin (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.derived.RectPropertySet styleMargin
org.xhtmlrenderer.css.style.CssContext cssContext
public void clearSelection (java.util.List)
org.xhtmlrenderer.render.Box child
int i
java.util.List modified
public void selectAll ()
org.xhtmlrenderer.render.Box child
int i
public org.xhtmlrenderer.layout.PaintingInfo calcPaintingInfo (org.xhtmlrenderer.css.style.CssContext, boolean)
org.xhtmlrenderer.css.style.CssContext c
boolean useCache
org.xhtmlrenderer.layout.PaintingInfo cached
org.xhtmlrenderer.layout.PaintingInfo result
java.awt.Rectangle bounds
protected void calcChildPaintingInfo (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.PaintingInfo, boolean)
org.xhtmlrenderer.render.Box child
org.xhtmlrenderer.layout.PaintingInfo info
int i
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.layout.PaintingInfo result
boolean useCache
public int getMarginBorderPadding (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int which
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
protected void moveIfGreater (java.awt.Dimension, java.awt.Dimension)
java.awt.Dimension result
java.awt.Dimension test
public void restyle (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox container
org.xhtmlrenderer.render.Box parent
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Element e
org.xhtmlrenderer.css.style.CalculatedStyle style
String pe
protected void restyleChildren (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.Box b
int i
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.render.Box getRestyleTarget ()
protected int getIndex ()
protected void setIndex (int)
int index
public java.lang.String getPseudoElementOrClass ()
public void setPseudoElementOrClass (java.lang.String)
String pseudoElementOrClass
public void setX (int)
int x
public int getX ()
public void setY (int)
int y
public int getY ()
public void setTy (int)
int ty
public int getTy ()
public void setTx (int)
int tx
public int getTx ()
public void setRightMBP (int)
int rightMBP
public int getRightMBP ()
public void setLeftMBP (int)
int leftMBP
public int getLeftMBP ()
public void setHeight (int)
int height
public int getHeight ()
public void setContentWidth (int)
int contentWidth
public int getContentWidth ()
public org.xhtmlrenderer.layout.PaintingInfo getPaintingInfo ()
private void setPaintingInfo (org.xhtmlrenderer.layout.PaintingInfo)
org.xhtmlrenderer.layout.PaintingInfo paintingInfo
public boolean isAnonymous ()
public void setAnonymous (boolean)
boolean anonymous
public org.xhtmlrenderer.render.BoxDimensions getBoxDimensions ()
org.xhtmlrenderer.render.BoxDimensions result
public void setBoxDimensions (org.xhtmlrenderer.render.BoxDimensions)
org.xhtmlrenderer.render.BoxDimensions dimensions
public void collectText (org.xhtmlrenderer.render.RenderingContext, java.lang.StringBuffer) throws java.io.IOException
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
StringBuffer buffer
public void exportText (org.xhtmlrenderer.render.RenderingContext, java.io.Writer) throws java.io.IOException
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
java.io.Writer writer
private void exportPageBoxText (org.xhtmlrenderer.render.RenderingContext, java.io.Writer) throws java.io.IOException
org.xhtmlrenderer.render.PageBox next
java.util.List pages
org.xhtmlrenderer.render.RenderingContext c
java.io.Writer writer
protected void exportPageBoxText (org.xhtmlrenderer.render.RenderingContext, java.io.Writer, int) throws java.io.IOException
org.xhtmlrenderer.render.RenderingContext c
java.io.Writer writer
int yPos
java.util.List pages
org.xhtmlrenderer.render.PageBox next
public boolean isInDocumentFlow ()
org.xhtmlrenderer.render.Box parent
org.xhtmlrenderer.render.Box flowRoot
public void analyzePageBreaks (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.ContentLimitContainer)
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.ContentLimitContainer container
public org.xhtmlrenderer.css.parser.FSColor getEffBackgroundColor (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.css.parser.FSColor result
org.xhtmlrenderer.render.Box current
org.xhtmlrenderer.render.PageBox page
protected boolean isMarginAreaRoot ()
public boolean isContainedInMarginBox ()
org.xhtmlrenderer.render.Box parent
org.xhtmlrenderer.render.Box current
public int getEffectiveWidth ()
static void ()
}
org/xhtmlrenderer/render/BoxDimensions.classBoxDimensions.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.BoxDimensions extends java.lang.Object {
private int _leftMBP
private int _rightMBP
private int _contentWidth
private int _height
public void ()
public int getContentWidth ()
public void setContentWidth (int)
int contentWidth
public int getHeight ()
public void setHeight (int)
int height
public int getLeftMBP ()
public void setLeftMBP (int)
int leftMBP
public int getRightMBP ()
public void setRightMBP (int)
int rightMBP
}
org/xhtmlrenderer/render/CharCounts.classCharCounts.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.CharCounts extends java.lang.Object {
private int _spaceCount
private int _nonSpaceCount
public void ()
public int getSpaceCount ()
public void setSpaceCount (int)
int spaceCount
public int getNonSpaceCount ()
public void setNonSpaceCount (int)
int nonSpaceCount
}
org/xhtmlrenderer/render/ContentLimit.classContentLimit.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.ContentLimit extends java.lang.Object {
public static final int UNDEFINED
private int _top
private int _bottom
public void ()
public int getTop ()
public void setTop (int)
int top
public void updateTop (int)
int top
public int getBottom ()
public void setBottom (int)
int bottom
public void updateBottom (int)
int bottom
public java.lang.String toString ()
}
org/xhtmlrenderer/render/ContentLimitContainer.classContentLimitContainer.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.ContentLimitContainer extends java.lang.Object {
private org.xhtmlrenderer.render.ContentLimitContainer _parent
private int _initialPageNo
private java.util.List _contentLimits
private org.xhtmlrenderer.render.PageBox _lastPage
public void (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int startAbsY
public int getInitialPageNo ()
public int getLastPageNo ()
public org.xhtmlrenderer.render.ContentLimit getContentLimit (int)
int pageNo
private org.xhtmlrenderer.render.ContentLimit getContentLimit (int, boolean)
int pageNo
boolean addAsNeeded
int target
public void updateTop (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int absY
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.render.ContentLimitContainer parent
public void updateBottom (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int absY
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.render.ContentLimitContainer parent
public org.xhtmlrenderer.render.PageBox getPage (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.layout.LayoutContext c
int absY
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.render.PageBox last
private org.xhtmlrenderer.render.PageBox getLastPage ()
org.xhtmlrenderer.render.ContentLimitContainer c
private void setLastPage (org.xhtmlrenderer.render.PageBox)
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.render.ContentLimitContainer c
public org.xhtmlrenderer.render.ContentLimitContainer getParent ()
public void setParent (org.xhtmlrenderer.render.ContentLimitContainer)
org.xhtmlrenderer.render.ContentLimitContainer parent
public boolean isContainsMultiplePages ()
public java.lang.String toString ()
}
org/xhtmlrenderer/render/FSFont.classFSFont.java
package org.xhtmlrenderer.render
public abstract org.xhtmlrenderer.render.FSFont extends java.lang.Object {
public abstract float getSize2D ()
}
org/xhtmlrenderer/render/FSFontMetrics.classFSFontMetrics.java
package org.xhtmlrenderer.render
public abstract org.xhtmlrenderer.render.FSFontMetrics extends java.lang.Object {
public abstract float getAscent ()
public abstract float getDescent ()
public abstract float getStrikethroughOffset ()
public abstract float getStrikethroughThickness ()
public abstract float getUnderlineOffset ()
public abstract float getUnderlineThickness ()
}
org/xhtmlrenderer/render/FloatDistances.classFloatDistances.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.FloatDistances extends java.lang.Object {
private int _leftFloatDistance
private int _rightFloatDistance
public void ()
public int getLeftFloatDistance ()
public void setLeftFloatDistance (int)
int leftFloatDistance
public int getRightFloatDistance ()
public void setRightFloatDistance (int)
int rightFloatDistance
}
org/xhtmlrenderer/render/FloatedBoxData.classFloatedBoxData.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.FloatedBoxData extends java.lang.Object {
private org.xhtmlrenderer.layout.Layer _drawingLayer
private org.xhtmlrenderer.layout.FloatManager _manager
private int _marginFromSibling
public void ()
public org.xhtmlrenderer.layout.Layer getDrawingLayer ()
public void setDrawingLayer (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer drawingLayer
public org.xhtmlrenderer.layout.FloatManager getManager ()
public void setManager (org.xhtmlrenderer.layout.FloatManager)
org.xhtmlrenderer.layout.FloatManager manager
public int getMarginFromSibling ()
public void setMarginFromSibling (int)
int marginFromSibling
}
org/xhtmlrenderer/render/InlineBox.classInlineBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.InlineBox extends java.lang.Object implements org.xhtmlrenderer.layout.Styleable {
private org.w3c.dom.Element _element
private String _originalText
private String _text
private boolean _removableWhitespace
private boolean _startsHere
private boolean _endsHere
private org.xhtmlrenderer.css.style.CalculatedStyle _style
private org.xhtmlrenderer.css.extend.ContentFunction _contentFunction
private org.xhtmlrenderer.css.parser.FSFunction _function
private boolean _minMaxCalculated
private int _maxWidth
private int _minWidth
private int _firstLineWidth
private String _pseudoElementOrClass
private final org.w3c.dom.Text _textNode
public void (java.lang.String, org.w3c.dom.Text)
String text
org.w3c.dom.Text textNode
public java.lang.String getText ()
public void setText (java.lang.String)
String text
public void applyTextTransform ()
public boolean isRemovableWhitespace ()
public void setRemovableWhitespace (boolean)
boolean removeableWhitespace
public boolean isEndsHere ()
public void setEndsHere (boolean)
boolean endsHere
public boolean isStartsHere ()
public void setStartsHere (boolean)
boolean startsHere
public org.xhtmlrenderer.css.style.CalculatedStyle getStyle ()
public void setStyle (org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle style
public org.w3c.dom.Element getElement ()
public void setElement (org.w3c.dom.Element)
org.w3c.dom.Element element
public org.xhtmlrenderer.css.extend.ContentFunction getContentFunction ()
public void setContentFunction (org.xhtmlrenderer.css.extend.ContentFunction)
org.xhtmlrenderer.css.extend.ContentFunction contentFunction
public boolean isDynamicFunction ()
private int getTextWidth (org.xhtmlrenderer.layout.LayoutContext, java.lang.String)
org.xhtmlrenderer.layout.LayoutContext c
String s
private void calcMaxWidthFromLineLength (org.xhtmlrenderer.layout.LayoutContext, int, boolean)
String target
int length
org.xhtmlrenderer.layout.LayoutContext c
int cbWidth
boolean trim
int last
int current
String target
int length
public int getSpaceWidth (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public int getTrailingSpaceWidth (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
private int calcMinWidthFromWordLength (org.xhtmlrenderer.layout.LayoutContext, int, boolean, boolean)
int i
int i
int length
int i
int leftMBP
int rightMBP
org.xhtmlrenderer.layout.LayoutContext c
int cbWidth
boolean trimLeadingSpace
boolean includeWS
int spaceWidth
int last
int current
int maxWidth
int spaceCount
boolean haveFirstWord
int firstWord
int lastWord
String text
int length
private java.lang.String getText (boolean)
boolean trimLeadingSpace
private int getInlineMBP (org.xhtmlrenderer.layout.LayoutContext, int)
org.xhtmlrenderer.layout.LayoutContext c
int cbWidth
public void calcMinMaxWidth (org.xhtmlrenderer.layout.LayoutContext, int, boolean)
org.xhtmlrenderer.css.constants.IdentValue whitespace
org.xhtmlrenderer.layout.LayoutContext c
int cbWidth
boolean trimLeadingSpace
public int getMaxWidth ()
public int getMinWidth ()
public int getFirstLineWidth ()
public java.lang.String getPseudoElementOrClass ()
public void setPseudoElementOrClass (java.lang.String)
String pseudoElementOrClass
public java.lang.String toString ()
StringBuffer result
protected void appendPositioningInfo (java.lang.StringBuffer)
StringBuffer result
private java.lang.String shortText ()
char c
int i
StringBuffer result
public org.xhtmlrenderer.css.parser.FSFunction getFunction ()
public void setFunction (org.xhtmlrenderer.css.parser.FSFunction)
org.xhtmlrenderer.css.parser.FSFunction function
public void truncateText ()
public org.w3c.dom.Text getTextNode ()
}
org/xhtmlrenderer/render/InlineLayoutBox.classInlineLayoutBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.InlineLayoutBox extends org.xhtmlrenderer.render.Box implements org.xhtmlrenderer.layout.InlinePaintable {
private int _baseline
private boolean _startsHere
private boolean _endsHere
private java.util.List _inlineChildren
private boolean _pending
private int _inlineWidth
private java.util.List _textDecorations
private int _containingBlockWidth
public void (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element, org.xhtmlrenderer.css.style.CalculatedStyle, int)
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Element elem
org.xhtmlrenderer.css.style.CalculatedStyle style
int cbWidth
private void ()
public org.xhtmlrenderer.render.InlineLayoutBox copyOf ()
org.xhtmlrenderer.render.InlineLayoutBox result
public void calculateHeight (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
org.xhtmlrenderer.render.FSFontMetrics metrics
public int getBaseline ()
public void setBaseline (int)
int baseline
public int getInlineChildCount ()
public void addInlineChild (org.xhtmlrenderer.layout.LayoutContext, java.lang.Object)
org.xhtmlrenderer.layout.LayoutContext c
Object child
public void addInlineChild (org.xhtmlrenderer.layout.LayoutContext, java.lang.Object, boolean)
org.xhtmlrenderer.render.Box b
org.xhtmlrenderer.layout.LayoutContext c
Object child
boolean callUnmarkPending
public java.util.List getInlineChildren ()
public java.lang.Object getInlineChild (int)
int i
public int getInlineWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public void prunePending ()
Object child
org.xhtmlrenderer.render.InlineLayoutBox iB
int i
public boolean isEndsHere ()
public void setEndsHere (boolean)
boolean endsHere
public boolean isStartsHere ()
public void setStartsHere (boolean)
boolean startsHere
public boolean isPending ()
public void setPending (boolean)
boolean b
public void unmarkPending (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.layout.LayoutContext c
public void connectChildrenToCurrentLayer (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.Box box
Object obj
int i
org.xhtmlrenderer.layout.LayoutContext c
public void paintSelection (org.xhtmlrenderer.render.RenderingContext)
Object child
int i
org.xhtmlrenderer.render.RenderingContext c
public void paintInline (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.TextDecoration tD
org.xhtmlrenderer.css.constants.IdentValue ident
java.util.Iterator i
Object child
int i
org.xhtmlrenderer.render.TextDecoration tD
org.xhtmlrenderer.css.constants.IdentValue ident
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
java.util.List textDecorations
public int getBorderSides ()
int result
public java.awt.Rectangle getBorderEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
float marginLeft
float marginRight
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
java.awt.Rectangle result
public java.awt.Rectangle getMarginEdge (int, int, org.xhtmlrenderer.css.style.CssContext, int, int)
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
int tx
int ty
java.awt.Rectangle result
float marginLeft
float marginRight
public java.awt.Rectangle getContentAreaEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.css.style.derived.BorderPropertySet border
org.xhtmlrenderer.css.style.derived.RectPropertySet padding
float marginLeft
float marginRight
float borderLeft
float borderRight
float paddingLeft
float paddingRight
java.awt.Rectangle result
public int getLeftMarginBorderPadding (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public int getRightMarginPaddingBorder (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public int getInlineWidth ()
public void setInlineWidth (int)
int inlineWidth
public boolean isContainsVisibleContent ()
org.xhtmlrenderer.render.InlineText iT
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.Box b
Object child
int i
public boolean intersectsInlineBlocks (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape)
boolean possibleResult
org.xhtmlrenderer.layout.BoxCollector collector
Object obj
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Shape clip
public java.util.List getTextDecorations ()
public void setTextDecorations (java.util.List)
java.util.List textDecoration
private void addToContentList (java.util.List)
Object child
int i
java.util.List list
public org.xhtmlrenderer.render.LineBox getLineBox ()
org.xhtmlrenderer.render.Box b
public java.util.List getElementWithContent ()
org.xhtmlrenderer.render.InlineLayoutBox iB
int i
java.util.List elementBoxes
java.util.List result
org.xhtmlrenderer.render.BlockBox container
private org.xhtmlrenderer.render.AnonymousBlockBox addFollowingBlockBoxes (org.xhtmlrenderer.render.BlockBox, java.util.List)
org.xhtmlrenderer.render.BlockBox container
java.util.List result
org.xhtmlrenderer.render.Box parent
int current
private boolean containsEnd (java.util.List)
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.render.Box b
int i
java.util.List result
public java.util.List getElementBoxes (org.w3c.dom.Element)
org.xhtmlrenderer.render.Box b
Object child
int i
org.w3c.dom.Element elem
java.util.List result
public java.awt.Dimension positionRelative (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.render.Box b
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Dimension delta
java.util.List toTranslate
public void addAllChildren (java.util.List, org.xhtmlrenderer.layout.Layer)
Object child
int i
java.util.List list
org.xhtmlrenderer.layout.Layer layer
public void paintDebugOutline (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
protected void resetChildren (org.xhtmlrenderer.layout.LayoutContext)
Object object
int i
org.xhtmlrenderer.layout.LayoutContext c
public void removeChild (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box child
public void removeChild (int)
int i
protected org.xhtmlrenderer.render.Box getPrevious (org.xhtmlrenderer.render.Box)
Object previous
Object obj
int i
org.xhtmlrenderer.render.Box child
protected org.xhtmlrenderer.render.Box getNext (org.xhtmlrenderer.render.Box)
Object next
Object obj
int i
org.xhtmlrenderer.render.Box child
public void calcCanvasLocation ()
org.xhtmlrenderer.render.LineBox lineBox
public void calcChildLocations ()
org.xhtmlrenderer.render.Box child
Object obj
int i
public void clearSelection (java.util.List)
Object obj
int i
java.util.List modified
boolean changed
public void selectAll ()
Object obj
int i
protected void calcChildPaintingInfo (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.layout.PaintingInfo, boolean)
org.xhtmlrenderer.layout.PaintingInfo info
Object obj
int i
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.layout.PaintingInfo result
boolean useCache
public void lookForDynamicFunctions (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.InlineText iT
Object obj
int i
org.xhtmlrenderer.render.RenderingContext c
public org.xhtmlrenderer.render.InlineText findTrailingText ()
Object child
int offset
org.xhtmlrenderer.render.InlineText result
public void calculateTextDecoration (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
java.util.List decorations
public org.xhtmlrenderer.render.Box find (org.xhtmlrenderer.css.style.CssContext, int, int, boolean)
Object child
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
int absX
int absY
boolean findAnonymous
org.xhtmlrenderer.layout.PaintingInfo pI
org.xhtmlrenderer.render.Box result
java.awt.Rectangle edge
public int getContainingBlockWidth ()
public void setContainingBlockWidth (int)
int containingBlockWidth
public java.lang.String toString ()
StringBuffer result
public java.lang.String dump (org.xhtmlrenderer.layout.LayoutContext, java.lang.String, int)
org.xhtmlrenderer.render.Box b
Object obj
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
String indent
int which
StringBuffer result
public void restyle (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
protected void restyleChildren (org.xhtmlrenderer.layout.LayoutContext)
Object obj
int i
org.xhtmlrenderer.layout.LayoutContext c
public org.xhtmlrenderer.render.Box getRestyleTarget ()
org.xhtmlrenderer.render.Box result
public void collectText (org.xhtmlrenderer.render.RenderingContext, java.lang.StringBuffer) throws java.io.IOException
Object obj
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
StringBuffer buffer
public void countJustifiableChars (org.xhtmlrenderer.render.CharCounts)
Object o
java.util.Iterator i
org.xhtmlrenderer.render.CharCounts counts
boolean justifyThis
public float adjustHorizontalPosition (org.xhtmlrenderer.render.JustificationInfo, float)
org.xhtmlrenderer.render.InlineText iT
float adj
float adj
org.xhtmlrenderer.render.Box b
Object o
java.util.Iterator i
org.xhtmlrenderer.render.JustificationInfo info
float adjust
float runningTotal
float result
public int getEffectiveWidth ()
}
org/xhtmlrenderer/render/InlineText.classInlineText.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.InlineText extends java.lang.Object {
private org.xhtmlrenderer.render.InlineLayoutBox _parent
private int _x
private String _masterText
private int _start
private int _end
private int _width
private org.xhtmlrenderer.layout.FunctionData _functionData
private boolean _containedLF
private short _selectionStart
private short _selectionEnd
private float[] _glyphPositions
private boolean _trimmedLeadingSpace
private boolean _trimmedTrailingSpace
private org.w3c.dom.Text _textNode
public void ()
public void trimTrailingSpace (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public boolean isEmpty ()
public java.lang.String getSubstring ()
public void setSubstring (int, int)
int start
int end
public java.lang.String getMasterText ()
public void setMasterText (java.lang.String)
String masterText
public int getX ()
public void setX (int)
int x
public int getWidth ()
public void setWidth (int)
int width
public void paint (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public void paintSelection (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
public org.xhtmlrenderer.render.InlineLayoutBox getParent ()
public void setParent (org.xhtmlrenderer.render.InlineLayoutBox)
org.xhtmlrenderer.render.InlineLayoutBox parent
public boolean isDynamicFunction ()
public org.xhtmlrenderer.layout.FunctionData getFunctionData ()
public void setFunctionData (org.xhtmlrenderer.layout.FunctionData)
org.xhtmlrenderer.layout.FunctionData functionData
public void updateDynamicValue (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.RenderingContext c
String value
public java.lang.String toString ()
StringBuffer result
public boolean updateSelection (org.xhtmlrenderer.render.RenderingContext, java.awt.Rectangle)
java.awt.Rectangle target
int i
org.xhtmlrenderer.render.RenderingContext c
java.awt.Rectangle selection
float[] positions
int y
int offset
int prevSelectionStart
int prevSelectionEnd
boolean found
private void ensureGlyphPositions (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.extend.FSGlyphVector glyphVector
org.xhtmlrenderer.render.RenderingContext c
public boolean clearSelection ()
boolean result
public boolean isSelected ()
public short getSelectionEnd ()
public short getSelectionStart ()
public java.lang.String getSelection ()
public void selectAll ()
public java.lang.String getTextExportText ()
char c
int i
char[] ch
StringBuffer result
public boolean isTrimmedLeadingSpace ()
public void setTrimmedLeadingSpace (boolean)
boolean trimmedLeadingSpace
private void setTrimmedTrailingSpace (boolean)
boolean trimmedTrailingSpace
private boolean isTrimmedTrailingSpace ()
public void countJustifiableChars (org.xhtmlrenderer.render.CharCounts)
char c
int i
org.xhtmlrenderer.render.CharCounts counts
String s
int len
int spaces
int other
public float calcTotalAdjustment (org.xhtmlrenderer.render.JustificationInfo)
char c
int i
org.xhtmlrenderer.render.JustificationInfo info
String s
int len
float result
public int getStart ()
public int getEnd ()
public void setSelectionStart (short)
short s
public void setSelectionEnd (short)
short s
public org.w3c.dom.Text getTextNode ()
public void setTextNode (org.w3c.dom.Text)
org.w3c.dom.Text node
}
org/xhtmlrenderer/render/JustificationInfo.classJustificationInfo.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.JustificationInfo extends java.lang.Object {
private float _nonSpaceAdjust
private float _spaceAdjust
public void ()
public float getNonSpaceAdjust ()
public void setNonSpaceAdjust (float)
float nonSpaceAdjust
public float getSpaceAdjust ()
public void setSpaceAdjust (float)
float spaceAdjust
}
org/xhtmlrenderer/render/LineBox.classLineBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.LineBox extends org.xhtmlrenderer.render.Box implements org.xhtmlrenderer.layout.InlinePaintable {
private static final float JUSTIFY_NON_SPACE_SHARE
private static final float JUSTIFY_SPACE_SHARE
private boolean _containsContent
private boolean _containsBlockLevelContent
private org.xhtmlrenderer.render.FloatDistances _floatDistances
private java.util.List _textDecorations
private int _paintingTop
private int _paintingHeight
private java.util.List _nonFlowContent
private org.xhtmlrenderer.render.MarkerData _markerData
private boolean _containsDynamicFunction
private int _contentStart
private int _baseline
private org.xhtmlrenderer.render.JustificationInfo _justificationInfo
public void ()
public java.lang.String dump (org.xhtmlrenderer.layout.LayoutContext, java.lang.String, int)
org.xhtmlrenderer.layout.LayoutContext c
String indent
int which
StringBuffer result
public java.lang.String toString ()
public java.awt.Rectangle getMarginEdge (org.xhtmlrenderer.css.style.CssContext, int, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int tx
int ty
java.awt.Rectangle result
public void paintInline (org.xhtmlrenderer.render.RenderingContext)
int totalLineWidth
org.xhtmlrenderer.render.RenderingContext c
private void lookForDynamicFunctions (org.xhtmlrenderer.render.RenderingContext)
org.xhtmlrenderer.render.Box b
int i
org.xhtmlrenderer.render.RenderingContext c
public boolean isFirstLine ()
org.xhtmlrenderer.render.Box parent
public void prunePendingInlineBoxes ()
org.xhtmlrenderer.render.Box b
org.xhtmlrenderer.render.InlineLayoutBox iB
int i
public boolean isContainsContent ()
public void setContainsContent (boolean)
boolean containsContent
public void align (boolean)
int floatDistance
int leftFloatDistance
int rightFloatDistance
int midpoint
int floatDistance
boolean dynamic
org.xhtmlrenderer.css.constants.IdentValue align
int calcX
public void justify ()
int toAdd
org.xhtmlrenderer.render.CharCounts counts
org.xhtmlrenderer.render.JustificationInfo info
int leftFloatDistance
int rightFloatDistance
int available
private void adjustChildren (org.xhtmlrenderer.render.JustificationInfo)
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.render.JustificationInfo info
float adjust
private boolean isLastLineWithContent ()
org.xhtmlrenderer.render.LineBox current
private org.xhtmlrenderer.render.CharCounts countJustifiableChars ()
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.render.CharCounts result
public org.xhtmlrenderer.render.FloatDistances getFloatDistances ()
public void setFloatDistances (org.xhtmlrenderer.render.FloatDistances)
org.xhtmlrenderer.render.FloatDistances floatDistances
public boolean isContainsBlockLevelContent ()
public void setContainsBlockLevelContent (boolean)
boolean containsBlockLevelContent
public boolean intersects (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape)
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Shape clip
private boolean intersectsLine (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape)
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Shape clip
java.awt.Rectangle result
public java.awt.Rectangle getPaintingClipEdge (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.render.Box parent
java.awt.Rectangle result
private boolean intersectsInlineBlocks (org.xhtmlrenderer.css.style.CssContext, java.awt.Shape)
boolean possibleResult
org.xhtmlrenderer.layout.BoxCollector collector
org.xhtmlrenderer.render.Box child
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Shape clip
public java.util.List getTextDecorations ()
public void setTextDecorations (java.util.List)
java.util.List textDecorations
public int getPaintingHeight ()
public void setPaintingHeight (int)
int paintingHeight
public int getPaintingTop ()
public void setPaintingTop (int)
int paintingTop
public void addAllChildren (java.util.List, org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.render.Box child
int i
java.util.List list
org.xhtmlrenderer.layout.Layer layer
public java.util.List getNonFlowContent ()
public void addNonFlowContent (org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.BlockBox box
public void reset (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.Box content
int i
org.xhtmlrenderer.layout.LayoutContext c
public void calcCanvasLocation ()
org.xhtmlrenderer.render.Box parent
public void calcChildLocations ()
org.xhtmlrenderer.render.Box content
int i
public org.xhtmlrenderer.render.MarkerData getMarkerData ()
public void setMarkerData (org.xhtmlrenderer.render.MarkerData)
org.xhtmlrenderer.render.MarkerData markerData
public boolean isContainsDynamicFunction ()
public void setContainsDynamicFunction (boolean)
boolean containsPageCounter
public int getContentStart ()
public void setContentStart (int)
int contentOffset
public org.xhtmlrenderer.render.InlineText findTrailingText ()
org.xhtmlrenderer.render.InlineText result
org.xhtmlrenderer.render.Box child
int offset
public void trimTrailingSpace (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.css.constants.IdentValue whitespace
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.InlineText text
public org.xhtmlrenderer.render.Box find (org.xhtmlrenderer.css.style.CssContext, int, int, boolean)
org.xhtmlrenderer.render.Box child
int i
org.xhtmlrenderer.css.style.CssContext cssCtx
int absX
int absY
boolean findAnonymous
org.xhtmlrenderer.layout.PaintingInfo pI
org.xhtmlrenderer.render.Box result
public int getBaseline ()
public void setBaseline (int)
int baseline
public boolean isContainsOnlyBlockLevelContent ()
org.xhtmlrenderer.render.Box b
int i
public org.xhtmlrenderer.render.Box getRestyleTarget ()
public void restyle (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.Box parent
org.w3c.dom.Element e
public boolean isContainsVisibleContent ()
boolean maybeResult
org.xhtmlrenderer.render.Box b
int i
public void clearSelection (java.util.List)
org.xhtmlrenderer.render.Box b
java.util.Iterator i
java.util.List modified
public void selectAll ()
org.xhtmlrenderer.render.BlockBox box
java.util.Iterator i
public void collectText (org.xhtmlrenderer.render.RenderingContext, java.lang.StringBuffer) throws java.io.IOException
org.xhtmlrenderer.render.Box b
java.util.Iterator i
org.xhtmlrenderer.render.RenderingContext c
StringBuffer buffer
public void exportText (org.xhtmlrenderer.render.RenderingContext, java.io.Writer) throws java.io.IOException
org.xhtmlrenderer.render.Box b
java.util.Iterator i
StringBuffer result
org.xhtmlrenderer.render.RenderingContext c
java.io.Writer writer
int baselinePos
public void analyzePageBreaks (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.ContentLimitContainer)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.ContentLimitContainer container
public void checkPagePosition (org.xhtmlrenderer.layout.LayoutContext, boolean)
int diff
boolean needsPageBreak
org.xhtmlrenderer.layout.LayoutContext c
boolean alwaysBreak
org.xhtmlrenderer.render.PageBox pageBox
public org.xhtmlrenderer.render.JustificationInfo getJustificationInfo ()
private void setJustificationInfo (org.xhtmlrenderer.render.JustificationInfo)
org.xhtmlrenderer.render.JustificationInfo justificationInfo
}
org/xhtmlrenderer/render/LineMetricsAdapter.classLineMetricsAdapter.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.LineMetricsAdapter extends java.lang.Object implements org.xhtmlrenderer.render.FSFontMetrics {
private java.awt.font.LineMetrics _lineMetrics
public void (java.awt.font.LineMetrics)
java.awt.font.LineMetrics lineMetrics
public float getAscent ()
public float getDescent ()
public float getStrikethroughOffset ()
public float getStrikethroughThickness ()
public float getUnderlineOffset ()
public float getUnderlineThickness ()
}
org/xhtmlrenderer/render/ListItemPainter.classListItemPainter.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.ListItemPainter extends java.lang.Object {
public void ()
public static void paint (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.IdentValue listStyle
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.render.MarkerData markerData
private static void drawImage (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.render.MarkerData)
org.xhtmlrenderer.render.StrutMetrics strutMetrics
int x
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.render.MarkerData markerData
org.xhtmlrenderer.extend.FSImage img
org.xhtmlrenderer.render.MarkerData$ImageMarker marker
private static int getReferenceX (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.render.MarkerData markerData
private static int getReferenceBaseline (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.render.MarkerData markerData
org.xhtmlrenderer.render.StrutMetrics strutMetrics
private static void drawGlyph (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.css.style.CalculatedStyle, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.css.style.CalculatedStyle style
org.xhtmlrenderer.css.constants.IdentValue listStyle
Object aa_key
org.xhtmlrenderer.render.StrutMetrics strutMetrics
org.xhtmlrenderer.render.MarkerData$GlyphMarker marker
int x
int y
private static void drawText (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.css.constants.IdentValue listStyle
org.xhtmlrenderer.render.MarkerData$TextMarker text
int x
int y
}
org/xhtmlrenderer/render/MarginBox.classMarginBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.MarginBox extends org.xhtmlrenderer.render.BlockBox {
private java.awt.Rectangle _bounds
public void (java.awt.Rectangle)
java.awt.Rectangle bounds
public int getWidth ()
public int getHeight ()
public int getContentWidth ()
public java.awt.Rectangle getContentAreaEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
public java.awt.Rectangle getPaddingEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
protected int getContainingBlockWidth ()
protected int getPaddingWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public org.xhtmlrenderer.render.BlockBox copyOf ()
}
org/xhtmlrenderer/render/MarkerData$GlyphMarker.classMarkerData.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.MarkerData$GlyphMarker extends java.lang.Object {
private int _diameter
private int _layoutWidth
public void ()
public int getDiameter ()
public void setDiameter (int)
int diameter
public int getLayoutWidth ()
public void setLayoutWidth (int)
int layoutWidth
}
org/xhtmlrenderer/render/MarkerData$ImageMarker.classMarkerData.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.MarkerData$ImageMarker extends java.lang.Object {
private int _layoutWidth
private org.xhtmlrenderer.extend.FSImage _image
public void ()
public org.xhtmlrenderer.extend.FSImage getImage ()
public void setImage (org.xhtmlrenderer.extend.FSImage)
org.xhtmlrenderer.extend.FSImage image
public int getLayoutWidth ()
public void setLayoutWidth (int)
int layoutWidth
}
org/xhtmlrenderer/render/MarkerData$TextMarker.classMarkerData.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.MarkerData$TextMarker extends java.lang.Object {
private String _text
private int _layoutWidth
public void ()
public java.lang.String getText ()
public void setText (java.lang.String)
String text
public int getLayoutWidth ()
public void setLayoutWidth (int)
int width
}
org/xhtmlrenderer/render/MarkerData.classMarkerData.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.MarkerData extends java.lang.Object {
private org.xhtmlrenderer.render.StrutMetrics _structMetrics
private org.xhtmlrenderer.render.MarkerData$TextMarker _textMarker
private org.xhtmlrenderer.render.MarkerData$GlyphMarker _glyphMarker
private org.xhtmlrenderer.render.MarkerData$ImageMarker _imageMarker
private org.xhtmlrenderer.render.LineBox _referenceLine
private org.xhtmlrenderer.render.LineBox _previousReferenceLine
public void ()
public org.xhtmlrenderer.render.MarkerData$TextMarker getTextMarker ()
public void setTextMarker (org.xhtmlrenderer.render.MarkerData$TextMarker)
org.xhtmlrenderer.render.MarkerData$TextMarker markerText
public org.xhtmlrenderer.render.MarkerData$GlyphMarker getGlyphMarker ()
public void setGlyphMarker (org.xhtmlrenderer.render.MarkerData$GlyphMarker)
org.xhtmlrenderer.render.MarkerData$GlyphMarker glyphMarker
public org.xhtmlrenderer.render.MarkerData$ImageMarker getImageMarker ()
public void setImageMarker (org.xhtmlrenderer.render.MarkerData$ImageMarker)
org.xhtmlrenderer.render.MarkerData$ImageMarker imageMarker
public org.xhtmlrenderer.render.StrutMetrics getStructMetrics ()
public void setStructMetrics (org.xhtmlrenderer.render.StrutMetrics)
org.xhtmlrenderer.render.StrutMetrics structMetrics
public int getLayoutWidth ()
public org.xhtmlrenderer.render.LineBox getReferenceLine ()
public void setReferenceLine (org.xhtmlrenderer.render.LineBox)
org.xhtmlrenderer.render.LineBox referenceLine
public void restorePreviousReferenceLine (org.xhtmlrenderer.render.LineBox)
org.xhtmlrenderer.render.LineBox current
}
org/xhtmlrenderer/render/PageBox$1.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$1 extends java.lang.Object {
}
org/xhtmlrenderer/render/PageBox$BottomLeftCorner.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$BottomLeftCorner extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
}
org/xhtmlrenderer/render/PageBox$BottomMarginArea.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$BottomMarginArea extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
}
org/xhtmlrenderer/render/PageBox$BottomRightCorner.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$BottomRightCorner extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
}
org/xhtmlrenderer/render/PageBox$LeftMarginArea.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$LeftMarginArea extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
public int getDirection ()
}
org/xhtmlrenderer/render/PageBox$MarginArea.classPageBox.java
package org.xhtmlrenderer.render
abstract org.xhtmlrenderer.render.PageBox$MarginArea extends java.lang.Object {
private final org.xhtmlrenderer.css.constants.MarginBoxName[] _marginBoxNames
private org.xhtmlrenderer.newtable.TableBox _table
public abstract java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
public abstract java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
public void (org.xhtmlrenderer.css.constants.MarginBoxName)
org.xhtmlrenderer.css.constants.MarginBoxName marginBoxName
public void (org.xhtmlrenderer.css.constants.MarginBoxName[])
org.xhtmlrenderer.css.constants.MarginBoxName[] marginBoxNames
public org.xhtmlrenderer.newtable.TableBox getTable ()
public void setTable (org.xhtmlrenderer.newtable.TableBox)
org.xhtmlrenderer.newtable.TableBox table
public org.xhtmlrenderer.css.constants.MarginBoxName[] getMarginBoxNames ()
public int getDirection ()
}
org/xhtmlrenderer/render/PageBox$MarginAreaContainer.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$MarginAreaContainer extends java.lang.Object {
private final org.xhtmlrenderer.render.PageBox$MarginArea _area
private final org.xhtmlrenderer.newtable.TableBox _table
public void (org.xhtmlrenderer.render.PageBox$MarginArea, org.xhtmlrenderer.newtable.TableBox)
org.xhtmlrenderer.render.PageBox$MarginArea area
org.xhtmlrenderer.newtable.TableBox table
public org.xhtmlrenderer.render.PageBox$MarginArea getArea ()
public org.xhtmlrenderer.newtable.TableBox getTable ()
}
org/xhtmlrenderer/render/PageBox$PageDimensions.classPageBox.java
package org.xhtmlrenderer.render
final org.xhtmlrenderer.render.PageBox$PageDimensions extends java.lang.Object {
private int _width
private int _height
private void ()
public int getHeight ()
public void setHeight (int)
int height
public int getWidth ()
public void setWidth (int)
int width
void (org.xhtmlrenderer.render.PageBox$1)
org.xhtmlrenderer.render.PageBox$1 x0
}
org/xhtmlrenderer/render/PageBox$RightMarginArea.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$RightMarginArea extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
public int getDirection ()
}
org/xhtmlrenderer/render/PageBox$TopLeftCorner.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$TopLeftCorner extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
}
org/xhtmlrenderer/render/PageBox$TopMarginArea.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$TopMarginArea extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
}
org/xhtmlrenderer/render/PageBox$TopRightCorner.classPageBox.java
package org.xhtmlrenderer.render
org.xhtmlrenderer.render.PageBox$TopRightCorner extends org.xhtmlrenderer.render.PageBox$MarginArea {
public void ()
public java.awt.Dimension getLayoutDimension (org.xhtmlrenderer.css.style.CssContext, org.xhtmlrenderer.render.PageBox, org.xhtmlrenderer.css.style.derived.RectPropertySet)
org.xhtmlrenderer.css.style.CssContext c
org.xhtmlrenderer.render.PageBox page
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public java.awt.Point getPaintingPosition (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.PageBox, int, short)
int top
int top
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
int additionalClearance
short mode
int left
int top
}
org/xhtmlrenderer/render/PageBox.classPageBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.PageBox extends java.lang.Object {
private static final org.xhtmlrenderer.render.PageBox$MarginArea[] MARGIN_AREA_DEFS
private static final int LEADING_TRAILING_SPLIT
private org.xhtmlrenderer.css.style.CalculatedStyle _style
private int _top
private int _bottom
private int _paintingTop
private int _paintingBottom
private int _pageNo
private int _outerPageWidth
private org.xhtmlrenderer.render.PageBox$PageDimensions _pageDimensions
private org.xhtmlrenderer.css.newmatch.PageInfo _pageInfo
private org.xhtmlrenderer.render.PageBox$MarginAreaContainer[] _marginAreas
private org.w3c.dom.Element _metadata
public void ()
public int getWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public int getHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
private void resolvePageDimensions (org.xhtmlrenderer.css.style.CssContext)
int width
int height
int temp
org.xhtmlrenderer.css.style.CalculatedStyle style
int width
int height
org.xhtmlrenderer.render.PageBox$PageDimensions dim
org.xhtmlrenderer.css.style.CssContext cssCtx
private boolean isUseLetterSize ()
java.util.Locale l
String county
private int resolveAutoPageWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
private int resolveAutoPageHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public int getContentHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public int getContentWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public org.xhtmlrenderer.css.style.CalculatedStyle getStyle ()
public void setStyle (org.xhtmlrenderer.css.style.CalculatedStyle)
org.xhtmlrenderer.css.style.CalculatedStyle style
public int getBottom ()
public int getTop ()
public void setTopAndBottom (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int top
public int getPaintingBottom ()
public void setPaintingBottom (int)
int paintingBottom
public int getPaintingTop ()
public void setPaintingTop (int)
int paintingTop
public java.awt.Rectangle getScreenPaintingBounds (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int additionalClearance
public java.awt.Rectangle getPrintPaintingBounds (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public java.awt.Rectangle getPagedViewClippingBounds (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int additionalClearance
java.awt.Rectangle result
public java.awt.Rectangle getPrintClippingBounds (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
java.awt.Rectangle result
public org.xhtmlrenderer.css.style.derived.RectPropertySet getMargin (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
private java.awt.Rectangle getBorderEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
java.awt.Rectangle result
public void paintBorder (org.xhtmlrenderer.render.RenderingContext, int, short)
org.xhtmlrenderer.render.RenderingContext c
int additionalClearance
short mode
int top
public void paintBackground (org.xhtmlrenderer.render.RenderingContext, int, short)
java.awt.Rectangle bounds
org.xhtmlrenderer.render.RenderingContext c
int additionalClearance
short mode
java.awt.Rectangle bounds
public void paintMarginAreas (org.xhtmlrenderer.render.RenderingContext, int, short)
org.xhtmlrenderer.newtable.TableBox table
java.awt.Point p
org.xhtmlrenderer.render.PageBox$MarginAreaContainer container
int i
org.xhtmlrenderer.render.RenderingContext c
int additionalClearance
short mode
public int getPageNo ()
public void setPageNo (int)
int pageNo
public int getOuterPageWidth ()
public void setOuterPageWidth (int)
int containingBlockWidth
public int getMarginBorderPadding (org.xhtmlrenderer.css.style.CssContext, int)
org.xhtmlrenderer.css.style.CssContext cssCtx
int which
public org.xhtmlrenderer.css.newmatch.PageInfo getPageInfo ()
public void setPageInfo (org.xhtmlrenderer.css.newmatch.PageInfo)
org.xhtmlrenderer.css.newmatch.PageInfo pageInfo
public org.w3c.dom.Element getMetadata ()
public void layout (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
private void retrievePageMetadata (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.BlockBox metadata
org.xhtmlrenderer.css.parser.FSFunction func
org.xhtmlrenderer.css.parser.PropertyValue funcVal
org.xhtmlrenderer.css.parser.PropertyValue value
java.util.List values
org.xhtmlrenderer.css.sheet.PropertyDeclaration decl
java.util.Iterator i
org.xhtmlrenderer.layout.LayoutContext c
java.util.List props
private void layoutMarginAreas (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.render.PageBox$MarginArea area
java.awt.Dimension dim
org.xhtmlrenderer.newtable.TableBox table
int i
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
public boolean isLeftPage ()
public boolean isRightPage ()
public void exportLeadingText (org.xhtmlrenderer.render.RenderingContext, java.io.Writer) throws java.io.IOException
org.xhtmlrenderer.render.PageBox$MarginAreaContainer container
int i
org.xhtmlrenderer.render.RenderingContext c
java.io.Writer writer
public void exportTrailingText (org.xhtmlrenderer.render.RenderingContext, java.io.Writer) throws java.io.IOException
org.xhtmlrenderer.render.PageBox$MarginAreaContainer container
int i
org.xhtmlrenderer.render.RenderingContext c
java.io.Writer writer
static void ()
}
org/xhtmlrenderer/render/RenderingContext.classRenderingContext.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.RenderingContext extends java.lang.Object implements org.xhtmlrenderer.css.style.CssContext {
protected org.xhtmlrenderer.layout.SharedContext sharedContext
private org.xhtmlrenderer.extend.OutputDevice outputDevice
private org.xhtmlrenderer.extend.FontContext fontContext
private int pageCount
private int pageNo
private org.xhtmlrenderer.render.PageBox page
private org.xhtmlrenderer.layout.Layer rootLayer
private int initialPageNo
public void (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext sharedContext
public void setContext (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext sharedContext
public void setBaseURL (java.lang.String)
String url
public org.xhtmlrenderer.extend.UserAgentCallback getUac ()
public java.lang.String getBaseURL ()
public float getDPI ()
public float getMmPerDot ()
public int getDotsPerPixel ()
public float getFontSize2D (org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.css.value.FontSpecification font
public float getXHeight (org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.css.value.FontSpecification parentFont
public org.xhtmlrenderer.extend.TextRenderer getTextRenderer ()
public boolean isPaged ()
public org.xhtmlrenderer.extend.FontResolver getFontResolver ()
public org.xhtmlrenderer.render.FSFont getFont (org.xhtmlrenderer.css.value.FontSpecification)
org.xhtmlrenderer.css.value.FontSpecification font
public org.xhtmlrenderer.swing.RootPanel getCanvas ()
public java.awt.Rectangle getFixedRectangle ()
java.awt.Rectangle result
java.awt.Rectangle result
public java.awt.Rectangle getViewportRectangle ()
java.awt.Rectangle result
public boolean debugDrawBoxes ()
public boolean debugDrawLineBoxes ()
public boolean debugDrawInlineBoxes ()
public boolean debugDrawFontMetrics ()
public boolean isInteractive ()
public boolean isPrint ()
public org.xhtmlrenderer.extend.OutputDevice getOutputDevice ()
public void setOutputDevice (org.xhtmlrenderer.extend.OutputDevice)
org.xhtmlrenderer.extend.OutputDevice outputDevice
public org.xhtmlrenderer.extend.FontContext getFontContext ()
public void setFontContext (org.xhtmlrenderer.extend.FontContext)
org.xhtmlrenderer.extend.FontContext fontContext
public void setPage (int, org.xhtmlrenderer.render.PageBox)
int pageNo
org.xhtmlrenderer.render.PageBox page
public int getPageCount ()
public void setPageCount (int)
int pageCount
public org.xhtmlrenderer.render.PageBox getPage ()
public int getPageNo ()
public org.xhtmlrenderer.context.StyleReference getCss ()
public org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.render.FSFont)
org.xhtmlrenderer.render.FSFont font
public org.xhtmlrenderer.layout.Layer getRootLayer ()
public void setRootLayer (org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.layout.Layer rootLayer
public int getInitialPageNo ()
public void setInitialPageNo (int)
int initialPageNo
public org.xhtmlrenderer.render.Box getBoxById (java.lang.String)
String id
}
org/xhtmlrenderer/render/StrutMetrics.classStrutMetrics.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.StrutMetrics extends java.lang.Object {
private int _baseline
private float _ascent
private float _descent
public void (float, int, float)
float ascent
int baseline
float descent
public void ()
public float getAscent ()
public void setAscent (float)
float ascent
public int getBaseline ()
public void setBaseline (int)
int baseline
public float getDescent ()
public void setDescent (float)
float descent
}
org/xhtmlrenderer/render/TextDecoration.classTextDecoration.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.TextDecoration extends java.lang.Object {
private org.xhtmlrenderer.css.constants.IdentValue _identValue
private int _offset
private int _thickness
public void (org.xhtmlrenderer.css.constants.IdentValue)
org.xhtmlrenderer.css.constants.IdentValue identValue
public int getOffset ()
public void setOffset (int)
int offset
public int getThickness ()
public void setThickness (int)
int thickness
public org.xhtmlrenderer.css.constants.IdentValue getIdentValue ()
}
org/xhtmlrenderer/render/ViewportBox.classViewportBox.java
package org.xhtmlrenderer.render
public org.xhtmlrenderer.render.ViewportBox extends org.xhtmlrenderer.render.BlockBox {
private java.awt.Rectangle _viewport
public void (java.awt.Rectangle)
java.awt.Rectangle viewport
public int getWidth ()
public int getHeight ()
public int getContentWidth ()
public java.awt.Rectangle getContentAreaEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
public java.awt.Rectangle getPaddingEdge (int, int, org.xhtmlrenderer.css.style.CssContext)
int left
int top
org.xhtmlrenderer.css.style.CssContext cssCtx
protected int getPaddingWidth (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext cssCtx
public org.xhtmlrenderer.render.BlockBox copyOf ()
public boolean isAutoHeight ()
protected int getCSSHeight (org.xhtmlrenderer.css.style.CssContext)
org.xhtmlrenderer.css.style.CssContext c
protected boolean isInitialContainingBlock ()
}
org/xhtmlrenderer/resource/
org/xhtmlrenderer/resource/AbstractResource.classAbstractResource.java
package org.xhtmlrenderer.resource
public abstract org.xhtmlrenderer.resource.AbstractResource extends java.lang.Object implements org.xhtmlrenderer.resource.Resource {
private org.xml.sax.InputSource inputSource
private long createTimeStamp
private long elapsedLoadTime
private void ()
public void (org.xml.sax.InputSource)
org.xml.sax.InputSource source
public void (java.io.InputStream)
java.io.InputStream is
public org.xml.sax.InputSource getResourceInputSource ()
public long getResourceLoadTimeStamp ()
public long getElapsedLoadTime ()
void setElapsedLoadTime (long)
long elapsedLoadTime
}
org/xhtmlrenderer/resource/CSSResource.classCSSResource.java
package org.xhtmlrenderer.resource
public org.xhtmlrenderer.resource.CSSResource extends org.xhtmlrenderer.resource.AbstractResource {
public void (java.io.InputStream)
java.io.InputStream stream
}
org/xhtmlrenderer/resource/FSCatalog$1.classFSCatalog.java
package org.xhtmlrenderer.resource
org.xhtmlrenderer.resource.FSCatalog$1 extends java.lang.Object implements org.xml.sax.ErrorHandler {
private final org.xhtmlrenderer.resource.FSCatalog this$0
void (org.xhtmlrenderer.resource.FSCatalog)
public void error (org.xml.sax.SAXParseException)
org.xml.sax.SAXParseException ex
public void fatalError (org.xml.sax.SAXParseException)
org.xml.sax.SAXParseException ex
public void warning (org.xml.sax.SAXParseException)
org.xml.sax.SAXParseException ex
}
org/xhtmlrenderer/resource/FSCatalog$CatalogContentHandler.classFSCatalog.java
package org.xhtmlrenderer.resource
org.xhtmlrenderer.resource.FSCatalog$CatalogContentHandler extends org.xml.sax.helpers.DefaultHandler {
private java.util.Map entityMap
private final org.xhtmlrenderer.resource.FSCatalog this$0
public void (org.xhtmlrenderer.resource.FSCatalog)
public java.util.Map getEntityMap ()
public void startElement (java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
String namespaceURI
String localName
String qName
org.xml.sax.Attributes atts
}
org/xhtmlrenderer/resource/FSCatalog.classFSCatalog.java
package org.xhtmlrenderer.resource
public org.xhtmlrenderer.resource.FSCatalog extends java.lang.Object {
static Class class$org$xhtmlrenderer$resource$FSCatalog
public void ()
public java.util.Map parseCatalog (java.lang.String)
Exception ex
String catalogURI
java.net.URL url
java.util.Map map
public java.util.Map parseCatalog (org.xml.sax.InputSource)
Exception ex
org.xml.sax.InputSource inputSource
org.xml.sax.XMLReader xmlReader
org.xhtmlrenderer.resource.FSCatalog$CatalogContentHandler ch
private void addHandlers (org.xml.sax.XMLReader, org.xml.sax.ContentHandler)
Exception ex
org.xml.sax.XMLReader xmlReader
org.xml.sax.ContentHandler ch
private void setFeature (org.xml.sax.XMLReader, java.lang.String, boolean)
org.xml.sax.SAXNotSupportedException ex
org.xml.sax.SAXNotRecognizedException ex
org.xml.sax.XMLReader xmlReader
String featureUri
boolean value
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
}
org/xhtmlrenderer/resource/FSEntityResolver.classFSEntityResolver.java
package org.xhtmlrenderer.resource
public org.xhtmlrenderer.resource.FSEntityResolver extends java.lang.Object implements org.xml.sax.EntityResolver {
private static org.xhtmlrenderer.resource.FSEntityResolver instance
private final java.util.Map entities
private void ()
org.xhtmlrenderer.resource.FSCatalog catalog
public org.xml.sax.InputSource resolveEntity (java.lang.String, java.lang.String) throws org.xml.sax.SAXException
java.io.IOException e
java.net.URL realUrl
java.io.InputStream is
String publicID
String systemID
org.xml.sax.InputSource local
String url
public static synchronized org.xhtmlrenderer.resource.FSEntityResolver instance ()
public java.util.Map getEntities ()
}
org/xhtmlrenderer/resource/ImageResource.classImageResource.java
package org.xhtmlrenderer.resource
public org.xhtmlrenderer.resource.ImageResource extends org.xhtmlrenderer.resource.AbstractResource {
private org.xhtmlrenderer.extend.FSImage _img
public void (org.xhtmlrenderer.extend.FSImage)
org.xhtmlrenderer.extend.FSImage img
public org.xhtmlrenderer.extend.FSImage getImage ()
}
org/xhtmlrenderer/resource/Resource.classResource.java
package org.xhtmlrenderer.resource
public abstract org.xhtmlrenderer.resource.Resource extends java.lang.Object {
public abstract org.xml.sax.InputSource getResourceInputSource ()
public abstract long getResourceLoadTimeStamp ()
}
org/xhtmlrenderer/resource/XMLResource$1.classXMLResource.java
package org.xhtmlrenderer.resource
org.xhtmlrenderer.resource.XMLResource$1 extends java.lang.Object {
}
org/xhtmlrenderer/resource/XMLResource$XMLResourceBuilder$1.classXMLResource.java
package org.xhtmlrenderer.resource
org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder$1 extends java.lang.Object implements org.xml.sax.ErrorHandler {
private final org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder this$0
void (org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder)
public void error (org.xml.sax.SAXParseException)
org.xml.sax.SAXParseException ex
public void fatalError (org.xml.sax.SAXParseException)
org.xml.sax.SAXParseException ex
public void warning (org.xml.sax.SAXParseException)
org.xml.sax.SAXParseException ex
}
org/xhtmlrenderer/resource/XMLResource$XMLResourceBuilder.classXMLResource.java
package org.xhtmlrenderer.resource
org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder extends java.lang.Object {
private void ()
org.xhtmlrenderer.resource.XMLResource createXMLResource (org.xhtmlrenderer.resource.XMLResource)
javax.xml.parsers.DocumentBuilderFactory dbf
Exception ex
Exception ex
org.xhtmlrenderer.resource.XMLResource target
javax.xml.transform.Source input
javax.xml.transform.dom.DOMResult output
javax.xml.transform.TransformerFactory xformFactory
javax.xml.transform.Transformer idTransform
org.xml.sax.XMLReader xmlReader
long st
long end
private void addHandlers (org.xml.sax.XMLReader)
Exception ex
org.xml.sax.XMLReader xmlReader
private void setParserFeatures (org.xml.sax.XMLReader)
org.xml.sax.SAXException s
org.xml.sax.XMLReader xmlReader
private void setFeature (org.xml.sax.XMLReader, java.lang.String, java.lang.String)
org.xml.sax.SAXNotSupportedException ex
org.xml.sax.SAXNotRecognizedException ex
org.xml.sax.XMLReader xmlReader
String featureUri
String configName
public org.xhtmlrenderer.resource.XMLResource createXMLResource (javax.xml.transform.Source)
javax.xml.parsers.DocumentBuilderFactory dbf
Exception ex
Exception ex
javax.xml.transform.Source source
javax.xml.transform.dom.DOMResult output
javax.xml.transform.TransformerFactory xformFactory
javax.xml.transform.Transformer idTransform
long st
long end
org.xhtmlrenderer.resource.XMLResource target
void (org.xhtmlrenderer.resource.XMLResource$1)
org.xhtmlrenderer.resource.XMLResource$1 x0
}
org/xhtmlrenderer/resource/XMLResource.classXMLResource.java
package org.xhtmlrenderer.resource
public org.xhtmlrenderer.resource.XMLResource extends org.xhtmlrenderer.resource.AbstractResource {
private org.w3c.dom.Document document
private static final org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder XML_RESOURCE_BUILDER
private static boolean useConfiguredParser
private void (java.io.InputStream)
java.io.InputStream stream
private void (org.xml.sax.InputSource)
org.xml.sax.InputSource source
public static org.xhtmlrenderer.resource.XMLResource load (java.io.InputStream)
java.io.InputStream stream
public static org.xhtmlrenderer.resource.XMLResource load (org.xml.sax.InputSource)
org.xml.sax.InputSource source
public static org.xhtmlrenderer.resource.XMLResource load (java.io.Reader)
java.io.Reader reader
public static org.xhtmlrenderer.resource.XMLResource load (javax.xml.transform.Source)
javax.xml.transform.Source source
public org.w3c.dom.Document getDocument ()
void setDocument (org.w3c.dom.Document)
org.w3c.dom.Document document
public static final org.xml.sax.XMLReader newXMLReader ()
Exception ex
Exception ex
Exception ex
javax.xml.parsers.SAXParser parser
Exception ex
org.xml.sax.XMLReader xmlReader
String xmlReaderClass
void (org.xml.sax.InputSource, org.xhtmlrenderer.resource.XMLResource$1)
org.xml.sax.InputSource x0
org.xhtmlrenderer.resource.XMLResource$1 x1
static void ()
}
org/xhtmlrenderer/simple/
org/xhtmlrenderer/simple/FSScrollPane$1.classFSScrollPane.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.FSScrollPane$1 extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.simple.FSScrollPane this$0
void (org.xhtmlrenderer.simple.FSScrollPane)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
javax.swing.JScrollBar sb
}
org/xhtmlrenderer/simple/FSScrollPane$2.classFSScrollPane.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.FSScrollPane$2 extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.simple.FSScrollPane this$0
void (org.xhtmlrenderer.simple.FSScrollPane)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
javax.swing.JScrollBar sb
}
org/xhtmlrenderer/simple/FSScrollPane$3.classFSScrollPane.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.FSScrollPane$3 extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.simple.FSScrollPane this$0
void (org.xhtmlrenderer.simple.FSScrollPane)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
javax.swing.JScrollBar sb
}
org/xhtmlrenderer/simple/FSScrollPane$4.classFSScrollPane.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.FSScrollPane$4 extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.simple.FSScrollPane this$0
void (org.xhtmlrenderer.simple.FSScrollPane)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
javax.swing.JScrollBar sb
}
org/xhtmlrenderer/simple/FSScrollPane$5.classFSScrollPane.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.FSScrollPane$5 extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.simple.FSScrollPane this$0
void (org.xhtmlrenderer.simple.FSScrollPane)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
javax.swing.JScrollBar sb
}
org/xhtmlrenderer/simple/FSScrollPane$6.classFSScrollPane.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.FSScrollPane$6 extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.simple.FSScrollPane this$0
void (org.xhtmlrenderer.simple.FSScrollPane)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
javax.swing.JScrollBar sb
}
org/xhtmlrenderer/simple/FSScrollPane$7.classFSScrollPane.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.FSScrollPane$7 extends java.awt.event.ComponentAdapter {
private final org.xhtmlrenderer.simple.FSScrollPane this$0
void (org.xhtmlrenderer.simple.FSScrollPane)
public void componentResized (java.awt.event.ComponentEvent)
java.awt.event.ComponentEvent e
javax.swing.JScrollBar bar
int incr
}
org/xhtmlrenderer/simple/FSScrollPane.classFSScrollPane.java
package org.xhtmlrenderer.simple
public org.xhtmlrenderer.simple.FSScrollPane extends javax.swing.JScrollPane {
private static final long serialVersionUID
public static final String PAGE_DOWN
public static final String PAGE_UP
public static final String LINE_DOWN
public static final String LINE_UP
public static final String PAGE_END
public static final String PAGE_START
public void ()
public void (javax.swing.JPanel)
javax.swing.JPanel aview
public void setViewportView (java.awt.Component)
java.awt.Component view
private void setDefaultInputMap (javax.swing.JComponent)
javax.swing.JComponent view
private void setDefaultActionMap (javax.swing.JComponent)
javax.swing.JComponent view
private void addResizeListener (java.awt.Component)
java.awt.Component view
}
org/xhtmlrenderer/simple/Graphics2DRenderer.classGraphics2DRenderer.java
package org.xhtmlrenderer.simple
public org.xhtmlrenderer.simple.Graphics2DRenderer extends java.lang.Object {
protected org.xhtmlrenderer.simple.XHTMLPanel panel
protected java.awt.Dimension dim
public void ()
public void layout (java.awt.Graphics2D, java.awt.Dimension)
java.awt.Graphics2D g2
java.awt.Dimension dim
public void render (java.awt.Graphics2D)
java.awt.Graphics2D g2
public void setDocument (java.lang.String)
String url
public void setDocument (org.w3c.dom.Document, java.lang.String)
org.w3c.dom.Document doc
String base_url
public void setSharedContext (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext ctx
public java.awt.Rectangle getMinimumSize ()
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public org.xhtmlrenderer.simple.XHTMLPanel getPanel ()
public static java.awt.image.BufferedImage renderToImage (java.lang.String, int, int)
String url
int width
int height
public static java.awt.image.BufferedImage renderToImage (java.lang.String, int, int, int)
String url
int width
int height
int bufferedImageType
org.xhtmlrenderer.simple.Graphics2DRenderer g2r
java.awt.Dimension dim
java.awt.image.BufferedImage buff
java.awt.Graphics2D g
public static java.awt.image.BufferedImage renderToImageAutoSize (java.lang.String, int)
String url
int width
public static java.awt.image.BufferedImage renderToImageAutoSize (java.lang.String, int, int)
String url
int width
int bufferedImageType
org.xhtmlrenderer.simple.Graphics2DRenderer g2r
java.awt.Dimension dim
java.awt.image.BufferedImage buff
java.awt.Graphics2D g
java.awt.Rectangle rect
}
org/xhtmlrenderer/simple/ImageRenderer.classImageRenderer.java
package org.xhtmlrenderer.simple
public org.xhtmlrenderer.simple.ImageRenderer extends java.lang.Object {
public static final int DEFAULT_WIDTH
public void ()
public static java.awt.image.BufferedImage renderToImage (java.lang.String, java.lang.String, int) throws java.io.IOException
String url
String path
int width
public static java.awt.image.BufferedImage renderToImage (java.lang.String, java.lang.String, int, int) throws java.io.IOException
String url
String path
int width
int height
public static java.awt.image.BufferedImage renderToImage (java.io.File, java.lang.String, int) throws java.io.IOException
java.io.File inFile
String path
int width
public static java.awt.image.BufferedImage renderToImage (java.io.File, java.lang.String, int, int) throws java.io.IOException
java.io.File inFile
String path
int width
int height
public static java.awt.image.BufferedImage renderImageToOutput (java.lang.String, org.xhtmlrenderer.util.FSImageWriter, java.lang.String, int) throws java.io.IOException
java.io.IOException e
org.xhtmlrenderer.swing.Java2DRenderer renderer
java.io.IOException e
String url
org.xhtmlrenderer.util.FSImageWriter fsw
String path
int width
java.awt.image.BufferedImage image
java.io.OutputStream os
public static void main (java.lang.String[]) throws java.io.IOException
String output
java.io.File f
java.io.File out
String[] args
String url
private static void usage (java.lang.String)
String err
}
org/xhtmlrenderer/simple/PDFRenderer.classPDFRenderer.java
package org.xhtmlrenderer.simple
public org.xhtmlrenderer.simple.PDFRenderer extends java.lang.Object {
private static final java.util.Map versionMap
public void ()
public static void renderToPDF (java.lang.String, java.lang.String) throws java.io.IOException com.lowagie.text.DocumentException
String url
String pdf
public static void renderToPDF (java.lang.String, java.lang.String, java.lang.Character) throws java.io.IOException com.lowagie.text.DocumentException
String url
String pdf
Character pdfVersion
org.xhtmlrenderer.pdf.ITextRenderer renderer
public static void renderToPDF (java.io.File, java.lang.String) throws java.io.IOException com.lowagie.text.DocumentException
java.io.File file
String pdf
public static void renderToPDF (java.io.File, java.lang.String, java.lang.Character) throws java.io.IOException com.lowagie.text.DocumentException
java.io.File file
String pdf
Character pdfVersion
org.xhtmlrenderer.pdf.ITextRenderer renderer
private static void doRenderToPDF (org.xhtmlrenderer.pdf.ITextRenderer, java.lang.String) throws java.io.IOException com.lowagie.text.DocumentException
java.io.IOException e
java.io.IOException e
org.xhtmlrenderer.pdf.ITextRenderer renderer
String pdf
java.io.OutputStream os
public static void main (java.lang.String[]) throws java.io.IOException com.lowagie.text.DocumentException
java.io.File f
String[] args
Character pdfVersion
String url
private static java.lang.Character checkVersion (java.lang.String)
String version
Character val
private static void usage (java.lang.String)
String err
static void ()
}
org/xhtmlrenderer/simple/XHTMLPanel$1.classXHTMLPanel.java
package org.xhtmlrenderer.simple
org.xhtmlrenderer.simple.XHTMLPanel$1 extends java.lang.Object implements org.xhtmlrenderer.simple.extend.FormSubmissionListener {
private final org.xhtmlrenderer.simple.XHTMLPanel this$0
void (org.xhtmlrenderer.simple.XHTMLPanel)
public void submit (java.lang.String)
String query
}
org/xhtmlrenderer/simple/XHTMLPanel.classXHTMLPanel.java
package org.xhtmlrenderer.simple
public org.xhtmlrenderer.simple.XHTMLPanel extends org.xhtmlrenderer.swing.BasicPanel {
private static final long serialVersionUID
private float fontScalingFactor
private float minFontScale
private float maxFontScale
public void ()
public void (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback uac
private void setupListeners ()
private void resetListeners ()
public void relayout ()
public void setDocument (java.lang.String)
String uri
public void setDocument (org.w3c.dom.Document)
org.w3c.dom.Document doc
public void setDocument (org.w3c.dom.Document, java.lang.String)
org.w3c.dom.Document doc
String url
public void setDocument (java.io.InputStream, java.lang.String) throws java.lang.Exception
java.io.InputStream stream
String url
public void setDocument (java.io.File) throws java.lang.Exception
java.io.File file
java.io.File parent
String parentURL
public void setSharedContext (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext ctx
public void setFontScalingFactor (float)
float scaling
public void incrementFontSize ()
public void resetFontSize ()
org.xhtmlrenderer.layout.SharedContext rc
public void decrementFontSize ()
private void scaleFont (float)
float scaleBy
org.xhtmlrenderer.layout.SharedContext rc
float fs
public float getMaxFontScale ()
public float getMinFontScale ()
public void setMaxFontScale (float)
float f
public void setMinFontScale (float)
float f
static void access$000 (org.xhtmlrenderer.simple.XHTMLPanel, java.lang.String)
org.xhtmlrenderer.simple.XHTMLPanel x0
String x1
}
org/xhtmlrenderer/simple/XHTMLPrintable.classXHTMLPrintable.java
package org.xhtmlrenderer.simple
public org.xhtmlrenderer.simple.XHTMLPrintable extends java.lang.Object implements java.awt.print.Printable {
protected org.xhtmlrenderer.simple.XHTMLPanel panel
protected org.xhtmlrenderer.simple.Graphics2DRenderer g2r
public void (org.xhtmlrenderer.simple.XHTMLPanel)
org.xhtmlrenderer.simple.XHTMLPanel panel
public int print (java.awt.Graphics, java.awt.print.PageFormat, int)
java.awt.Graphics2D g2
Exception ex
java.awt.Graphics g
java.awt.print.PageFormat pf
int page
}
org/xhtmlrenderer/simple/extend/
org/xhtmlrenderer/simple/extend/DefaultFormSubmissionListener.classDefaultFormSubmissionListener.java
package org.xhtmlrenderer.simple.extend
public org.xhtmlrenderer.simple.extend.DefaultFormSubmissionListener extends java.lang.Object implements org.xhtmlrenderer.simple.extend.FormSubmissionListener {
public void ()
public void submit (java.lang.String)
String query
}
org/xhtmlrenderer/simple/extend/FormSubmissionListener.classFormSubmissionListener.java
package org.xhtmlrenderer.simple.extend
public abstract org.xhtmlrenderer.simple.extend.FormSubmissionListener extends java.lang.Object {
public abstract void submit (java.lang.String)
}
org/xhtmlrenderer/simple/extend/URLUTF8Encoder.classURLUTF8Encoder.java
package org.xhtmlrenderer.simple.extend
public org.xhtmlrenderer.simple.extend.URLUTF8Encoder extends java.lang.Object {
static final String[] hex
public void ()
public static java.lang.String encode (java.lang.String)
int ch
int i
String s
StringBuffer sbuf
int len
public static java.lang.String encode (char[])
int ch
int i
char[] chars
StringBuffer sbuf
int len
private static void append (java.lang.StringBuffer, int)
StringBuffer sbuf
int ch
static void ()
}
org/xhtmlrenderer/simple/extend/XhtmlCssOnlyNamespaceHandler.classXhtmlCssOnlyNamespaceHandler.java
package org.xhtmlrenderer.simple.extend
public org.xhtmlrenderer.simple.extend.XhtmlCssOnlyNamespaceHandler extends org.xhtmlrenderer.swing.NoNamespaceHandler {
static final String _namespace
private static org.xhtmlrenderer.css.sheet.StylesheetInfo _defaultStylesheet
private static boolean _defaultStylesheetError
static Class class$org$xhtmlrenderer$simple$extend$XhtmlCssOnlyNamespaceHandler
public void ()
public java.lang.String getNamespace ()
public java.lang.String getClass (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getID (org.w3c.dom.Element)
org.w3c.dom.Element e
String result
protected java.lang.String convertToLength (java.lang.String)
String value
protected boolean isInteger (java.lang.String)
char c
int i
String value
protected java.lang.String getAttribute (org.w3c.dom.Element, java.lang.String)
org.w3c.dom.Element e
String attrName
String result
public java.lang.String getElementStyling (org.w3c.dom.Element)
String s
String s
String s
org.w3c.dom.Element e
StringBuffer style
public java.lang.String getLinkUri (org.w3c.dom.Element)
org.w3c.dom.Element e
String href
public java.lang.String getAnchorName (org.w3c.dom.Element)
org.w3c.dom.Element e
private static java.lang.String readTextContent (org.w3c.dom.Element)
org.w3c.dom.Text t
short nodeType
org.w3c.dom.Element element
StringBuffer result
org.w3c.dom.Node current
private static java.lang.String collapseWhiteSpace (java.lang.String)
char c
int i
String text
StringBuffer result
int l
public java.lang.String getDocumentTitle (org.w3c.dom.Document)
org.w3c.dom.Element titleElem
org.w3c.dom.Document doc
String title
org.w3c.dom.Element html
org.w3c.dom.Element head
private org.w3c.dom.Element findFirstChild (org.w3c.dom.Element, java.lang.String)
org.w3c.dom.Node n
int i
org.w3c.dom.Element parent
String targetName
org.w3c.dom.NodeList children
protected org.xhtmlrenderer.css.sheet.StylesheetInfo readStyleElement (org.w3c.dom.Element)
org.w3c.dom.Element style
String media
org.xhtmlrenderer.css.sheet.StylesheetInfo info
StringBuffer buf
org.w3c.dom.Node current
String css
protected org.xhtmlrenderer.css.sheet.StylesheetInfo readLinkElement (org.w3c.dom.Element)
org.w3c.dom.Element link
String rel
String type
org.xhtmlrenderer.css.sheet.StylesheetInfo info
String media
String title
public org.xhtmlrenderer.css.sheet.StylesheetInfo[] getStylesheets (org.w3c.dom.Document)
org.w3c.dom.Element elem
org.xhtmlrenderer.css.sheet.StylesheetInfo info
String elemName
org.w3c.dom.Node current
org.w3c.dom.Document doc
java.util.List result
org.w3c.dom.Element html
org.w3c.dom.Element head
public org.xhtmlrenderer.css.sheet.StylesheetInfo getDefaultStylesheet (org.xhtmlrenderer.css.extend.StylesheetFactory)
java.io.IOException e
org.xhtmlrenderer.css.sheet.Stylesheet sheet
java.io.IOException e
Exception e
java.io.IOException e
java.io.IOException e
org.xhtmlrenderer.css.sheet.StylesheetInfo info
java.io.InputStream is
org.xhtmlrenderer.css.extend.StylesheetFactory factory
private java.io.InputStream getDefaultStylesheetStream ()
java.io.InputStream stream
String defaultStyleSheet
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
}
org/xhtmlrenderer/simple/extend/XhtmlForm$1.classXhtmlForm.java
package org.xhtmlrenderer.simple.extend
final org.xhtmlrenderer.simple.extend.XhtmlForm$1 extends javax.swing.JComponent {
private static final long serialVersionUID
void ()
}
org/xhtmlrenderer/simple/extend/XhtmlForm$ButtonGroupWrapper.classXhtmlForm.java
package org.xhtmlrenderer.simple.extend
org.xhtmlrenderer.simple.extend.XhtmlForm$ButtonGroupWrapper extends java.lang.Object {
private javax.swing.ButtonGroup _group
private javax.swing.AbstractButton _dummy
public void ()
public void add (javax.swing.AbstractButton)
javax.swing.AbstractButton b
public void clearSelection ()
}
org/xhtmlrenderer/simple/extend/XhtmlForm.classXhtmlForm.java
package org.xhtmlrenderer.simple.extend
public org.xhtmlrenderer.simple.extend.XhtmlForm extends java.lang.Object {
private static final String FS_DEFAULT_GROUP
public static javax.swing.JComponent HIDDEN_FIELD
private static int _defaultGroupCount
private org.xhtmlrenderer.extend.UserAgentCallback _userAgentCallback
private java.util.Map _componentCache
private java.util.Map _buttonGroups
private org.w3c.dom.Element _parentFormElement
private org.xhtmlrenderer.simple.extend.FormSubmissionListener _formSubmissionListener
public void (org.xhtmlrenderer.extend.UserAgentCallback, org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.FormSubmissionListener)
org.xhtmlrenderer.extend.UserAgentCallback uac
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.FormSubmissionListener fsListener
public void (org.xhtmlrenderer.extend.UserAgentCallback, org.w3c.dom.Element)
org.xhtmlrenderer.extend.UserAgentCallback uac
org.w3c.dom.Element e
public org.xhtmlrenderer.extend.UserAgentCallback getUserAgentCallback ()
public void addButtonToGroup (java.lang.String, javax.swing.AbstractButton)
String groupName
javax.swing.AbstractButton button
org.xhtmlrenderer.simple.extend.XhtmlForm$ButtonGroupWrapper group
private static java.lang.String createNewDefaultGroupName ()
private static boolean isFormField (org.w3c.dom.Element)
org.w3c.dom.Element e
String nodeName
public javax.swing.JComponent addComponent (org.w3c.dom.Element)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.form.FormField field
public void reset ()
java.util.Iterator buttonGroups
java.util.Iterator fields
public void submit (javax.swing.JComponent)
int i
String[] dataStrings
java.util.Map$Entry entry
org.xhtmlrenderer.simple.extend.form.FormField field
javax.swing.JComponent source
StringBuffer data
String action
java.util.Iterator fields
boolean first
public static java.lang.String collectText (org.w3c.dom.Element)
org.w3c.dom.Text text
short nodeType
org.w3c.dom.Element e
StringBuffer result
org.w3c.dom.Node node
static void ()
}
org/xhtmlrenderer/simple/extend/XhtmlNamespaceHandler.classXhtmlNamespaceHandler.java
package org.xhtmlrenderer.simple.extend
public org.xhtmlrenderer.simple.extend.XhtmlNamespaceHandler extends org.xhtmlrenderer.simple.extend.XhtmlCssOnlyNamespaceHandler {
public void ()
public boolean isImageElement (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isFormElement (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getImageSourceURI (org.w3c.dom.Element)
org.w3c.dom.Element e
String uri
public java.lang.String getNonCssStyling (org.w3c.dom.Element)
org.w3c.dom.Element e
private java.lang.String applyBlockAlign (org.w3c.dom.Element)
org.w3c.dom.Element e
StringBuffer style
private java.lang.String applyImgStyles (org.w3c.dom.Element)
org.w3c.dom.Element e
StringBuffer style
private java.lang.String applyTableCellStyles (org.w3c.dom.Element)
String s
org.w3c.dom.Element e
StringBuffer style
String s
org.w3c.dom.Element table
private java.lang.String applyTableStyles (org.w3c.dom.Element)
org.w3c.dom.Element e
StringBuffer style
String s
private java.lang.String applyTableRowStyles (org.w3c.dom.Element)
org.w3c.dom.Element e
StringBuffer style
private void applyFloatingAlign (org.w3c.dom.Element, java.lang.StringBuffer)
org.w3c.dom.Element e
StringBuffer style
String s
private void applyTextAlign (org.w3c.dom.Element, java.lang.StringBuffer)
org.w3c.dom.Element e
StringBuffer style
String s
private void applyTableContentAlign (org.w3c.dom.Element, java.lang.StringBuffer)
org.w3c.dom.Element e
StringBuffer style
String s
private boolean looksLikeAMangledColor (java.lang.String)
char c
boolean valid
int i
String s
private org.w3c.dom.Element findTable (org.w3c.dom.Element)
String name
org.w3c.dom.Element next
org.w3c.dom.Element cell
org.w3c.dom.Node n
}
org/xhtmlrenderer/simple/extend/form/
org/xhtmlrenderer/simple/extend/form/ButtonField$1.classButtonField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.ButtonField$1 extends java.lang.Object implements java.awt.event.ActionListener {
private final org.xhtmlrenderer.simple.extend.form.ButtonField this$0
void (org.xhtmlrenderer.simple.extend.form.ButtonField)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent e
}
org/xhtmlrenderer/simple/extend/form/ButtonField.classButtonField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.ButtonField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
javax.swing.JButton button
public boolean includeInSubmission (javax.swing.JComponent)
javax.swing.JComponent source
}
org/xhtmlrenderer/simple/extend/form/CheckboxField.classCheckboxField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.CheckboxField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
javax.swing.JCheckBox checkbox
protected org.xhtmlrenderer.simple.extend.form.FormFieldState loadOriginalState ()
protected void applyOriginalState ()
javax.swing.JToggleButton button
protected java.lang.String[] getFieldValues ()
javax.swing.JToggleButton button
}
org/xhtmlrenderer/simple/extend/form/FileField.classFileField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.FileField extends org.xhtmlrenderer.simple.extend.form.InputField implements java.awt.event.ActionListener {
private javax.swing.JTextField _pathTextField
private javax.swing.JButton _browseButton
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
javax.swing.JPanel panel
java.awt.GridBagConstraints pathConstraints
java.awt.GridBagConstraints browseConstraints
protected void applyOriginalState ()
protected java.lang.String[] getFieldValues ()
public void actionPerformed (java.awt.event.ActionEvent)
javax.swing.JFileChooser chooser
int result
java.awt.event.ActionEvent e
}
org/xhtmlrenderer/simple/extend/form/FormField.classFormField.java
package org.xhtmlrenderer.simple.extend.form
public abstract org.xhtmlrenderer.simple.extend.form.FormField extends java.lang.Object {
private org.xhtmlrenderer.simple.extend.XhtmlForm _parentForm
private org.w3c.dom.Element _element
private org.xhtmlrenderer.simple.extend.form.FormFieldState _originalState
private javax.swing.JComponent _component
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
protected org.w3c.dom.Element getElement ()
public javax.swing.JComponent getComponent ()
public org.xhtmlrenderer.simple.extend.XhtmlForm getParentForm ()
public void reset ()
protected org.xhtmlrenderer.extend.UserAgentCallback getUserAgentCallback ()
protected org.xhtmlrenderer.simple.extend.form.FormFieldState getOriginalState ()
protected boolean hasAttribute (java.lang.String)
String attributeName
protected java.lang.String getAttribute (java.lang.String)
String attributeName
private void initialize ()
public abstract javax.swing.JComponent create ()
protected org.xhtmlrenderer.simple.extend.form.FormFieldState loadOriginalState ()
protected void applyOriginalState ()
public boolean includeInSubmission (javax.swing.JComponent)
javax.swing.JComponent source
public java.lang.String[] getFormDataStrings ()
int i
String name
String[] values
protected abstract java.lang.String[] getFieldValues ()
}
org/xhtmlrenderer/simple/extend/form/FormFieldFactory.classFormFieldFactory.java
package org.xhtmlrenderer.simple.extend.form
public org.xhtmlrenderer.simple.extend.form.FormFieldFactory extends java.lang.Object {
private void ()
public static org.xhtmlrenderer.simple.extend.form.FormField create (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
String typeKey
}
org/xhtmlrenderer/simple/extend/form/FormFieldState.classFormFieldState.java
package org.xhtmlrenderer.simple.extend.form
public org.xhtmlrenderer.simple.extend.form.FormFieldState extends java.lang.Object {
private String _value
private boolean _checked
private int[] _selected
private void ()
public java.lang.String getValue ()
public boolean isChecked ()
public int[] getSelectedIndices ()
public static org.xhtmlrenderer.simple.extend.form.FormFieldState fromString (java.lang.String)
String s
org.xhtmlrenderer.simple.extend.form.FormFieldState stateObject
public static org.xhtmlrenderer.simple.extend.form.FormFieldState fromBoolean (boolean)
boolean b
org.xhtmlrenderer.simple.extend.form.FormFieldState stateObject
public static org.xhtmlrenderer.simple.extend.form.FormFieldState fromList (java.util.List)
int i
java.util.List list
org.xhtmlrenderer.simple.extend.form.FormFieldState stateObject
int[] indices
}
org/xhtmlrenderer/simple/extend/form/HiddenField.classHiddenField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.HiddenField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
}
org/xhtmlrenderer/simple/extend/form/ImageField$1.classImageField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.ImageField$1 extends java.lang.Object implements java.awt.event.ActionListener {
private final org.xhtmlrenderer.simple.extend.form.ImageField this$0
void (org.xhtmlrenderer.simple.extend.form.ImageField)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent event
}
org/xhtmlrenderer/simple/extend/form/ImageField.classImageField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.ImageField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
org.xhtmlrenderer.extend.FSImage fsImage
javax.swing.JButton button
java.awt.Image image
}
org/xhtmlrenderer/simple/extend/form/InputField.classInputField.java
package org.xhtmlrenderer.simple.extend.form
public abstract org.xhtmlrenderer.simple.extend.form.InputField extends org.xhtmlrenderer.simple.extend.form.FormField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public abstract javax.swing.JComponent create ()
protected org.xhtmlrenderer.simple.extend.form.FormFieldState loadOriginalState ()
protected java.lang.String[] getFieldValues ()
}
org/xhtmlrenderer/simple/extend/form/PasswordField.classPasswordField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.PasswordField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
int size
javax.swing.JPasswordField password
protected void applyOriginalState ()
javax.swing.JPasswordField password
protected java.lang.String[] getFieldValues ()
javax.swing.JPasswordField textfield
}
org/xhtmlrenderer/simple/extend/form/RadioButtonField.classRadioButtonField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.RadioButtonField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
javax.swing.JToggleButton radio
String groupName
protected org.xhtmlrenderer.simple.extend.form.FormFieldState loadOriginalState ()
protected void applyOriginalState ()
javax.swing.JToggleButton button
protected java.lang.String[] getFieldValues ()
javax.swing.JToggleButton button
}
org/xhtmlrenderer/simple/extend/form/ResetField$1.classResetField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.ResetField$1 extends java.lang.Object implements java.awt.event.ActionListener {
private final org.xhtmlrenderer.simple.extend.form.ResetField this$0
void (org.xhtmlrenderer.simple.extend.form.ResetField)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent event
}
org/xhtmlrenderer/simple/extend/form/ResetField.classResetField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.ResetField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
javax.swing.JButton button
String label
public boolean includeInSubmission (javax.swing.JComponent)
javax.swing.JComponent source
protected java.lang.String[] getFieldValues ()
}
org/xhtmlrenderer/simple/extend/form/SelectField$NameValuePair.classSelectField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.SelectField$NameValuePair extends java.lang.Object {
private String _name
private String _value
public void (java.lang.String, java.lang.String)
String name
String value
public java.lang.String getName ()
public java.lang.String getValue ()
public java.lang.String toString ()
}
org/xhtmlrenderer/simple/extend/form/SelectField.classSelectField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.SelectField extends org.xhtmlrenderer.simple.extend.form.FormField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
javax.swing.JList select
int size
javax.swing.JComboBox select
java.util.List optionList
protected org.xhtmlrenderer.simple.extend.form.FormFieldState loadOriginalState ()
org.w3c.dom.Element option
int i
java.util.ArrayList list
org.w3c.dom.NodeList options
protected void applyOriginalState ()
javax.swing.JList select
javax.swing.JComboBox select
int[] indices
protected java.lang.String[] getFieldValues ()
int i
javax.swing.JList select
Object[] selectedValues
String[] submitValues
javax.swing.JComboBox select
org.xhtmlrenderer.simple.extend.form.SelectField$NameValuePair selectedValue
private java.util.List createList ()
org.w3c.dom.Element option
String optionText
String optionValue
int i
java.util.List list
org.w3c.dom.NodeList options
private boolean shouldRenderAsList ()
int size
boolean result
}
org/xhtmlrenderer/simple/extend/form/SizeLimitedDocument.classSizeLimitedDocument.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.SizeLimitedDocument extends javax.swing.text.PlainDocument {
private static final long serialVersionUID
private int _maximumLength
public void (int)
int maximumLength
public int getMaximumLength ()
public void insertString (int, java.lang.String, javax.swing.text.AttributeSet) throws javax.swing.text.BadLocationException
int offset
String str
javax.swing.text.AttributeSet attr
}
org/xhtmlrenderer/simple/extend/form/SubmitField$1.classSubmitField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.SubmitField$1 extends java.lang.Object implements java.awt.event.ActionListener {
private final org.xhtmlrenderer.simple.extend.form.SubmitField this$0
void (org.xhtmlrenderer.simple.extend.form.SubmitField)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent event
}
org/xhtmlrenderer/simple/extend/form/SubmitField.classSubmitField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.SubmitField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
javax.swing.JButton button
String label
public boolean includeInSubmission (javax.swing.JComponent)
javax.swing.JComponent source
protected java.lang.String[] getFieldValues ()
}
org/xhtmlrenderer/simple/extend/form/TextAreaField.classTextAreaField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.TextAreaField extends org.xhtmlrenderer.simple.extend.form.FormField {
private javax.swing.JTextArea _textarea
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
int parsedRows
int parsedCols
int rows
int cols
javax.swing.JScrollPane scrollpane
protected org.xhtmlrenderer.simple.extend.form.FormFieldState loadOriginalState ()
protected void applyOriginalState ()
protected java.lang.String[] getFieldValues ()
javax.swing.JTextArea textarea
}
org/xhtmlrenderer/simple/extend/form/TextField.classTextField.java
package org.xhtmlrenderer.simple.extend.form
org.xhtmlrenderer.simple.extend.form.TextField extends org.xhtmlrenderer.simple.extend.form.InputField {
public void (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm form
public javax.swing.JComponent create ()
int size
javax.swing.JTextField textfield
protected void applyOriginalState ()
javax.swing.JTextField textfield
protected java.lang.String[] getFieldValues ()
javax.swing.JTextField textfield
}
org/xhtmlrenderer/swing/
org/xhtmlrenderer/swing/AWTFSFont.classAWTFSFont.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.AWTFSFont extends java.lang.Object implements org.xhtmlrenderer.render.FSFont {
private java.awt.Font _font
public void (java.awt.Font)
java.awt.Font font
public float getSize2D ()
public java.awt.Font getAWTFont ()
}
org/xhtmlrenderer/swing/AWTFSGlyphVector.classAWTFSGlyphVector.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.AWTFSGlyphVector extends java.lang.Object implements org.xhtmlrenderer.extend.FSGlyphVector {
private final java.awt.font.GlyphVector _glyphVector
public void (java.awt.font.GlyphVector)
java.awt.font.GlyphVector vector
public java.awt.font.GlyphVector getGlyphVector ()
}
org/xhtmlrenderer/swing/AWTFSImage$1.classAWTFSImage.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.AWTFSImage$1 extends java.lang.Object {
}
org/xhtmlrenderer/swing/AWTFSImage$NewAWTFSImage.classAWTFSImage.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.AWTFSImage$NewAWTFSImage extends org.xhtmlrenderer.swing.AWTFSImage {
private java.awt.Image img
public void (java.awt.Image)
java.awt.Image img
public int getWidth ()
public int getHeight ()
public java.awt.Image getImage ()
public void scale (int, int)
int width
int height
}
org/xhtmlrenderer/swing/AWTFSImage$NullImage.classAWTFSImage.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.AWTFSImage$NullImage extends org.xhtmlrenderer.swing.AWTFSImage {
private static final java.awt.Image EMPTY_IMAGE
private void ()
public int getWidth ()
public int getHeight ()
public void scale (int, int)
int width
int height
public java.awt.Image getImage ()
void (org.xhtmlrenderer.swing.AWTFSImage$1)
org.xhtmlrenderer.swing.AWTFSImage$1 x0
static void ()
}
org/xhtmlrenderer/swing/AWTFSImage$OldAWTFSImage.classAWTFSImage.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.AWTFSImage$OldAWTFSImage extends org.xhtmlrenderer.swing.AWTFSImage {
private java.awt.Image img
public void (java.awt.Image)
java.awt.Image img
public int getWidth ()
public int getHeight ()
public java.awt.Image getImage ()
public void scale (int, int)
int width
int height
}
org/xhtmlrenderer/swing/AWTFSImage.classAWTFSImage.java
package org.xhtmlrenderer.swing
public abstract org.xhtmlrenderer.swing.AWTFSImage extends java.lang.Object implements org.xhtmlrenderer.extend.FSImage {
private static final org.xhtmlrenderer.extend.FSImage NULL_FS_IMAGE
public static org.xhtmlrenderer.extend.FSImage createLegacyImage (java.awt.Image)
java.awt.Image img
public static org.xhtmlrenderer.extend.FSImage createImage (java.awt.Image)
java.awt.Image img
boolean useBufferedImage
protected void ()
public abstract java.awt.Image getImage ()
static void ()
}
org/xhtmlrenderer/swing/BasicPanel$1.classBasicPanel.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.BasicPanel$1 extends java.lang.Object implements org.xhtmlrenderer.simple.extend.FormSubmissionListener {
private final org.xhtmlrenderer.swing.BasicPanel this$0
void (org.xhtmlrenderer.swing.BasicPanel)
public void submit (java.lang.String)
String query
}
org/xhtmlrenderer/swing/BasicPanel.classBasicPanel.java
package org.xhtmlrenderer.swing
public abstract org.xhtmlrenderer.swing.BasicPanel extends org.xhtmlrenderer.swing.RootPanel implements org.xhtmlrenderer.simple.extend.FormSubmissionListener {
private static final int PAGE_PAINTING_CLEARANCE_WIDTH
private static final int PAGE_PAINTING_CLEARANCE_HEIGHT
private boolean explicitlyOpaque
private org.xhtmlrenderer.resource.XMLResource xmlResource
private org.xhtmlrenderer.swing.MouseTracker mouseTracker
private boolean centeredPagedView
protected org.xhtmlrenderer.simple.extend.FormSubmissionListener formSubmissionListener
static Class class$org$xhtmlrenderer$swing$BasicPanel
public void ()
public void (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback uac
public void addDocumentListener (org.xhtmlrenderer.event.DocumentListener)
org.xhtmlrenderer.event.DocumentListener listener
public void removeDocumentListener (org.xhtmlrenderer.event.DocumentListener)
org.xhtmlrenderer.event.DocumentListener listener
public void paintComponent (java.awt.Graphics)
org.xhtmlrenderer.render.RenderingContext c
long start
long end
java.awt.Graphics g
org.xhtmlrenderer.layout.Layer root
protected void doRender (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.layout.Layer)
java.awt.Graphics g
long start
long after
ThreadDeath t
Throwable t
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.layout.Layer root
private void paintDefaultBackground (java.awt.Graphics)
java.awt.Graphics g
private void paintPagedView (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.layout.Layer)
java.awt.Color old
java.awt.Rectangle content
int left
int top
org.xhtmlrenderer.render.PageBox page
java.awt.Rectangle overall
java.awt.Rectangle bounds
int i
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.layout.Layer root
int pagePaintingClearanceWidth
java.awt.Graphics2D g
java.awt.Shape working
java.util.List pages
private int calcCenteredPageLeftOffset (int)
int maxPageWidth
public void paintPage (java.awt.Graphics2D, int)
java.awt.Graphics2D g
int pageNo
org.xhtmlrenderer.layout.Layer root
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.PageBox page
java.awt.Shape working
java.awt.Rectangle content
int top
int left
public void assignPagePrintPositions (java.awt.Graphics2D)
java.awt.Graphics2D g
org.xhtmlrenderer.render.RenderingContext c
public void printTree ()
private void printTree (org.xhtmlrenderer.render.Box, java.lang.String)
org.xhtmlrenderer.render.Box bx
org.xhtmlrenderer.render.Box box
String tab
java.util.Iterator it
public void setLayout (java.awt.LayoutManager)
java.awt.LayoutManager l
public void setSharedContext (org.xhtmlrenderer.layout.SharedContext)
org.xhtmlrenderer.layout.SharedContext ctx
public void setSize (java.awt.Dimension)
java.awt.Dimension d
public void setDocument (java.io.InputStream, java.lang.String, org.xhtmlrenderer.extend.NamespaceHandler)
java.io.InputStream stream
String url
org.xhtmlrenderer.extend.NamespaceHandler nsh
org.w3c.dom.Document dom
public void setDocumentFromString (java.lang.String, java.lang.String, org.xhtmlrenderer.extend.NamespaceHandler)
String content
String url
org.xhtmlrenderer.extend.NamespaceHandler nsh
org.xml.sax.InputSource is
org.w3c.dom.Document dom
public void setDocument (org.w3c.dom.Document, java.lang.String)
org.w3c.dom.Document doc
String url
public void setDocument (java.lang.String)
String url
public void setDocument (java.lang.String, org.xhtmlrenderer.extend.NamespaceHandler)
String url
org.xhtmlrenderer.extend.NamespaceHandler nsh
protected void setDocument (java.io.InputStream, java.lang.String) throws java.lang.Exception
java.io.InputStream stream
String url
protected void setDocumentRelative (java.lang.String)
java.awt.Point pt
org.xhtmlrenderer.css.style.derived.RectPropertySet margin
java.awt.Point pt
String id
org.xhtmlrenderer.render.Box box
String filename
String url
org.w3c.dom.Document dom
public void reloadDocument (java.lang.String)
String URI
public void reloadDocument (org.w3c.dom.Document)
org.w3c.dom.Document doc
public java.net.URL getURL ()
java.net.MalformedURLException e
java.net.URL base
public org.w3c.dom.Document getDocument ()
public java.lang.String getDocumentTitle ()
protected org.w3c.dom.Document loadDocument (java.lang.String)
String uri
public boolean isHover (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isActive (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isFocus (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isOpaque ()
public void setOpaque (boolean)
boolean opaque
private void checkOpacityMethodClient ()
String callingClassName
StackTraceElement[] stackTrace
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public java.awt.Rectangle getFixedRectangle ()
java.awt.Dimension dim
private boolean isAnchorInCurrentDocument (java.lang.String)
String str
private java.lang.String getAnchorId (java.lang.String)
String url
public void scrollTo (java.awt.Point)
java.awt.Point pt
public boolean isInteractive ()
public void setInteractive (boolean)
boolean interactive
public void addMouseTrackingListener (org.xhtmlrenderer.swing.FSMouseListener)
org.xhtmlrenderer.swing.FSMouseListener l
public void removeMouseTrackingListener (org.xhtmlrenderer.swing.FSMouseListener)
org.xhtmlrenderer.swing.FSMouseListener l
public java.util.List getMouseTrackingListeners ()
protected void resetMouseTracker ()
public boolean isCenteredPagedView ()
public void setCenteredPagedView (boolean)
boolean centeredPagedView
public void submit (java.lang.String)
String url
public void setFormSubmissionListener (org.xhtmlrenderer.simple.extend.FormSubmissionListener)
org.xhtmlrenderer.simple.extend.FormSubmissionListener fsl
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
}
org/xhtmlrenderer/swing/BoxRenderer$1.classBoxRenderer.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.BoxRenderer$1 extends java.lang.Object {
}
org/xhtmlrenderer/swing/BoxRenderer$NullUserInterface.classBoxRenderer.java
package org.xhtmlrenderer.swing
final org.xhtmlrenderer.swing.BoxRenderer$NullUserInterface extends java.lang.Object implements org.xhtmlrenderer.extend.UserInterface {
private void ()
public boolean isHover (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isActive (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isFocus (org.w3c.dom.Element)
org.w3c.dom.Element e
void (org.xhtmlrenderer.swing.BoxRenderer$1)
org.xhtmlrenderer.swing.BoxRenderer$1 x0
}
org/xhtmlrenderer/swing/BoxRenderer.classBoxRenderer.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.BoxRenderer extends java.lang.Object {
private static final int DEFAULT_HEIGHT
private static final int DEFAULT_DOTS_PER_POINT
private static final int DEFAULT_DOTS_PER_PIXEL
private org.xhtmlrenderer.layout.SharedContext sharedContext
private org.xhtmlrenderer.swing.Java2DOutputDevice outputDevice
private org.w3c.dom.Document doc
private org.xhtmlrenderer.render.Box root
private float dotsPerPoint
private boolean rendered
private String sourceDocument
private String sourceDocumentBase
private int width
private int height
private static final int NO_HEIGHT
private java.util.Map renderingHints
private org.xhtmlrenderer.layout.LayoutContext layoutContext
private void ()
private void (float, int)
float dotsPerPoint
int dotsPerPixel
public void (java.lang.String, java.lang.String, int, int)
String url
String baseUrl
int width
int height
public void (java.io.File, int, int) throws java.io.IOException
java.io.File file
int width
int height
public void (java.io.File, int) throws java.io.IOException
java.io.File file
int width
public void (java.lang.String, int)
String url
int width
public void (java.lang.String, java.lang.String, int)
String url
String baseurl
int width
public void (java.lang.String, int, int)
String url
int width
int height
public void setRenderingHints (java.util.Map)
java.util.Map hints
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public org.xhtmlrenderer.layout.LayoutContext getLayoutContext ()
public org.xhtmlrenderer.render.Box render ()
java.awt.image.BufferedImage outputImage
java.awt.Graphics2D newG
org.xhtmlrenderer.render.RenderingContext rc
protected java.awt.image.BufferedImage createBufferedImage (int, int)
int width
int height
java.awt.image.BufferedImage image
private void setDocument (org.w3c.dom.Document, java.lang.String, org.xhtmlrenderer.extend.NamespaceHandler)
org.w3c.dom.Document doc
String url
org.xhtmlrenderer.extend.NamespaceHandler nsh
private void layout (int)
int width
java.awt.Rectangle rect
org.xhtmlrenderer.render.BlockBox root
private org.w3c.dom.Document loadDocument (java.lang.String)
String uri
private org.xhtmlrenderer.layout.LayoutContext newLayoutContext ()
org.xhtmlrenderer.layout.LayoutContext result
private void init (float, int)
float dotsPerPoint
int dotsPerPixel
java.awt.image.BufferedImage outputImage
org.xhtmlrenderer.extend.UserAgentCallback userAgent
private org.xhtmlrenderer.layout.SharedContext newSharedContext (int, org.xhtmlrenderer.extend.UserAgentCallback)
int dotsPerPixel
org.xhtmlrenderer.extend.UserAgentCallback userAgent
org.xhtmlrenderer.layout.SharedContext context
org.xhtmlrenderer.context.AWTFontResolver fontResolver
org.xhtmlrenderer.swing.SwingReplacedElementFactory replacedElementFactory
}
org/xhtmlrenderer/swing/CursorListener.classCursorListener.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.CursorListener extends java.lang.Object implements org.xhtmlrenderer.swing.FSMouseListener {
public void ()
public void onMouseOut (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
public void onMouseOver (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
java.awt.Cursor c
public void onMouseUp (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
public void reset ()
public void onMouseDragged (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
org.xhtmlrenderer.swing.BasicPanel panel
java.awt.event.MouseEvent e
public void onMousePressed (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
org.xhtmlrenderer.swing.BasicPanel panel
java.awt.event.MouseEvent e
}
org/xhtmlrenderer/swing/DOMInspector$1.classDOMInspector.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.DOMInspector$1 extends java.lang.Object implements java.awt.event.ActionListener {
private final org.xhtmlrenderer.swing.DOMInspector this$0
void (org.xhtmlrenderer.swing.DOMInspector)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/DOMInspector.classDOMInspector.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.DOMInspector extends javax.swing.JPanel {
private static final long serialVersionUID
org.xhtmlrenderer.context.StyleReference styleReference
org.xhtmlrenderer.layout.SharedContext context
org.xhtmlrenderer.swing.ElementPropertiesPanel elementPropPanel
org.xhtmlrenderer.swing.DOMSelectionListener nodeSelectionListener
javax.swing.JSplitPane splitPane
org.w3c.dom.Document doc
javax.swing.JButton close
javax.swing.JTree tree
javax.swing.JScrollPane scroll
public void (org.w3c.dom.Document)
org.w3c.dom.Document doc
public void (org.w3c.dom.Document, org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.context.StyleReference)
org.w3c.dom.Document doc
org.xhtmlrenderer.layout.SharedContext context
org.xhtmlrenderer.context.StyleReference sr
public void paintComponent (java.awt.Graphics)
java.awt.Graphics g
public void setForDocument (org.w3c.dom.Document)
org.w3c.dom.Document doc
public void setForDocument (org.w3c.dom.Document, org.xhtmlrenderer.layout.SharedContext, org.xhtmlrenderer.context.StyleReference)
org.w3c.dom.Document doc
org.xhtmlrenderer.layout.SharedContext context
org.xhtmlrenderer.context.StyleReference sr
public javax.swing.JFrame getFrame (java.awt.Component)
java.awt.Component comp
private void initForCurrentDocument ()
javax.swing.tree.TreeModel model
}
org/xhtmlrenderer/swing/DOMSelectionListener.classDOMInspector.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.DOMSelectionListener extends java.lang.Object implements javax.swing.event.TreeSelectionListener {
private javax.swing.JTree _tree
private org.xhtmlrenderer.swing.ElementPropertiesPanel _elemPropPanel
void (javax.swing.JTree, org.xhtmlrenderer.swing.ElementPropertiesPanel)
javax.swing.JTree tree
org.xhtmlrenderer.swing.ElementPropertiesPanel panel
public void valueChanged (javax.swing.event.TreeSelectionEvent)
javax.swing.event.TreeSelectionEvent e
org.w3c.dom.Node node
}
org/xhtmlrenderer/swing/DOMTreeCellRenderer.classDOMInspector.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.DOMTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer {
private static final long serialVersionUID
void ()
public java.awt.Component getTreeCellRendererComponent (javax.swing.JTree, java.lang.Object, boolean, boolean, boolean, int, boolean)
org.w3c.dom.Node cn
String cls
javax.swing.JTree tree
Object value
boolean selected
boolean expanded
boolean leaf
int row
boolean hasFocus
org.w3c.dom.Node node
javax.swing.tree.DefaultTreeCellRenderer tcr
}
org/xhtmlrenderer/swing/DOMTreeModel.classDOMInspector.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.DOMTreeModel extends java.lang.Object implements javax.swing.tree.TreeModel {
org.w3c.dom.Document doc
org.w3c.dom.Node root
java.util.HashMap displayableNodes
java.util.List listeners
public void (org.w3c.dom.Document)
org.w3c.dom.Document doc
private void setRoot (java.lang.String)
int i
String rootNodeName
org.w3c.dom.Node tempRoot
org.w3c.dom.NodeList nl
public void addTreeModelListener (javax.swing.event.TreeModelListener)
javax.swing.event.TreeModelListener l
public void removeTreeModelListener (javax.swing.event.TreeModelListener)
javax.swing.event.TreeModelListener l
public void valueForPathChanged (javax.swing.tree.TreePath, java.lang.Object)
javax.swing.tree.TreePath path
Object newValue
public java.lang.Object getChild (java.lang.Object, int)
Object parent
int index
org.w3c.dom.Node node
java.util.List children
public int getChildCount (java.lang.Object)
Object parent
org.w3c.dom.Node node
java.util.List children
public int getIndexOfChild (java.lang.Object, java.lang.Object)
Object parent
Object child
org.w3c.dom.Node node
java.util.List children
public java.lang.Object getRoot ()
public boolean isLeaf (java.lang.Object)
Object nd
org.w3c.dom.Node node
private java.util.List addDisplayable (org.w3c.dom.Node)
org.w3c.dom.Node child
int i
int len
org.w3c.dom.NodeList nl
org.w3c.dom.Node parent
java.util.List children
}
org/xhtmlrenderer/swing/ElementPropertiesPanel$PropertiesJTable.classDOMInspector.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.ElementPropertiesPanel$PropertiesJTable extends javax.swing.JTable {
private static final long serialVersionUID
java.awt.Font propLabelFont
java.awt.Font defaultFont
private final org.xhtmlrenderer.swing.ElementPropertiesPanel this$0
void (org.xhtmlrenderer.swing.ElementPropertiesPanel)
public javax.swing.table.TableCellRenderer getCellRenderer (int, int)
org.xhtmlrenderer.swing.ElementPropertiesPanel$PropertiesTableModel pmodel
java.util.Map$Entry me
org.w3c.dom.css.CSSPrimitiveValue cpv
int row
int col
javax.swing.JLabel label
}
org/xhtmlrenderer/swing/ElementPropertiesPanel$PropertiesTableModel.classDOMInspector.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.ElementPropertiesPanel$PropertiesTableModel extends javax.swing.table.AbstractTableModel {
private static final long serialVersionUID
String[] _colNames
java.util.Map _properties
private final org.xhtmlrenderer.swing.ElementPropertiesPanel this$0
void (org.xhtmlrenderer.swing.ElementPropertiesPanel, java.util.Map)
java.util.Map cssProperties
public java.lang.String getColumnName (int)
int col
public int getColumnCount ()
public int getRowCount ()
public java.lang.Object getValueAt (int, int)
int row
int col
java.util.Map$Entry me
org.w3c.dom.css.CSSPrimitiveValue cpv
Object val
public boolean isCellEditable (int, int)
int row
int col
}
org/xhtmlrenderer/swing/ElementPropertiesPanel.classDOMInspector.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.ElementPropertiesPanel extends javax.swing.JPanel {
private static final long serialVersionUID
private org.xhtmlrenderer.context.StyleReference _sr
private javax.swing.JTable _properties
private javax.swing.table.TableModel _defaultTableModel
void (org.xhtmlrenderer.context.StyleReference)
org.xhtmlrenderer.context.StyleReference sr
public void setForElement (org.w3c.dom.Node)
javax.swing.table.TableColumnModel model
Exception ex
org.w3c.dom.Node node
private javax.swing.table.TableModel tableModel (org.w3c.dom.Node)
org.w3c.dom.Node node
java.util.Map props
}
org/xhtmlrenderer/swing/EmptyReplacedElement.classEmptyReplacedElement.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.EmptyReplacedElement extends java.lang.Object implements org.xhtmlrenderer.extend.ReplacedElement {
private int _width
private int _height
private java.awt.Point _location
public void (int, int)
int width
int height
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public int getIntrinsicHeight ()
public int getIntrinsicWidth ()
public java.awt.Point getLocation ()
public boolean isRequiresInteractivePaint ()
public void setLocation (int, int)
int x
int y
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/swing/FSMouseListener.classFSMouseListener.java
package org.xhtmlrenderer.swing
public abstract org.xhtmlrenderer.swing.FSMouseListener extends java.lang.Object {
public abstract void onMouseOver (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
public abstract void onMouseOut (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
public abstract void onMouseUp (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
public abstract void onMousePressed (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
public abstract void onMouseDragged (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
public abstract void reset ()
}
org/xhtmlrenderer/swing/HTMLTest$1.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$1 extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final String val$file
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest, java.lang.String, java.lang.String)
String x0
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$2.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$2 extends java.lang.Object implements java.lang.Runnable {
private final String val$uri
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest, java.lang.String)
public void run ()
long st
java.net.URL url
long el
Exception ex
}
org/xhtmlrenderer/swing/HTMLTest$AntiAliasedAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$AntiAliasedAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
int hint
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest, java.lang.String, int)
String text
int hint
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$BoxOutlinesAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$BoxOutlinesAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$FontMetricsAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$FontMetricsAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$InlineBoxesAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$InlineBoxesAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$LineBoxOutlinesAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$LineBoxOutlinesAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$QuitAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$QuitAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$RefreshPageAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$RefreshPageAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$ReloadPageAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$ReloadPageAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest$ShowDOMInspectorAction.classHTMLTest.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.HTMLTest$ShowDOMInspectorAction extends javax.swing.AbstractAction {
private static final long serialVersionUID
private org.xhtmlrenderer.swing.DOMInspector inspector
private javax.swing.JFrame inspectorFrame
private final org.xhtmlrenderer.swing.HTMLTest this$0
void (org.xhtmlrenderer.swing.HTMLTest)
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent evt
}
org/xhtmlrenderer/swing/HTMLTest.classHTMLTest.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.HTMLTest extends javax.swing.JFrame {
private static final long serialVersionUID
private final org.xhtmlrenderer.simple.XHTMLPanel panel
private static final String BASE_TITLE
public void (java.lang.String[])
String[] args
int width
int height
javax.swing.JScrollPane scroll
javax.swing.JMenuBar mb
javax.swing.JMenu file
javax.swing.JMenu view
javax.swing.JMenu debug
javax.swing.JMenu debugShow
javax.swing.JMenu anti
public void addFileLoadAction (javax.swing.JMenu, java.lang.String, java.lang.String)
javax.swing.JMenu menu
String display
String file
private void loadDocument (java.lang.String)
String uri
public static void main (java.lang.String[]) throws java.lang.Exception
String[] args
javax.swing.JFrame frame
static void access$000 (org.xhtmlrenderer.swing.HTMLTest, java.lang.String)
org.xhtmlrenderer.swing.HTMLTest x0
String x1
static org.xhtmlrenderer.simple.XHTMLPanel access$100 (org.xhtmlrenderer.swing.HTMLTest)
org.xhtmlrenderer.swing.HTMLTest x0
}
org/xhtmlrenderer/swing/HoverListener.classHoverListener.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.HoverListener extends java.lang.Object implements org.xhtmlrenderer.swing.FSMouseListener {
private org.xhtmlrenderer.render.Box _previouslyHovered
public void ()
public void onMouseOut (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
public void onMouseOver (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.layout.PaintingInfo paintInfo
org.xhtmlrenderer.layout.PaintingInfo paintInfo
org.xhtmlrenderer.render.Box target
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.layout.LayoutContext c
boolean needRepaint
org.w3c.dom.Element currentlyHovered
boolean targetedRepaint
java.awt.Rectangle repaintRegion
public void onMouseUp (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
private org.w3c.dom.Element getHoveredElement (org.xhtmlrenderer.context.StyleReference, org.xhtmlrenderer.render.Box)
org.w3c.dom.Node node
org.xhtmlrenderer.context.StyleReference style
org.xhtmlrenderer.render.Box ib
org.w3c.dom.Element element
public void reset ()
public void onMouseDragged (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
org.xhtmlrenderer.swing.BasicPanel panel
java.awt.event.MouseEvent e
public void onMousePressed (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
org.xhtmlrenderer.swing.BasicPanel panel
java.awt.event.MouseEvent e
}
org/xhtmlrenderer/swing/ImageReplacedElement.classImageReplacedElement.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.ImageReplacedElement extends java.lang.Object implements org.xhtmlrenderer.extend.ReplacedElement {
private final java.awt.Image _image
private java.awt.Point _location
public void (java.awt.Image, int, int)
String scalingType
int w
int h
int newW
int newH
java.awt.Image image
int targetWidth
int targetHeight
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public int getIntrinsicHeight ()
public int getIntrinsicWidth ()
public java.awt.Point getLocation ()
public boolean isRequiresInteractivePaint ()
public void setLocation (int, int)
int x
int y
public java.awt.Image getImage ()
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/swing/Java2DFontContext.classJava2DFontContext.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.Java2DFontContext extends java.lang.Object implements org.xhtmlrenderer.extend.FontContext {
private java.awt.Graphics2D _graphics
public void (java.awt.Graphics2D)
java.awt.Graphics2D graphics
public java.awt.Graphics2D getGraphics ()
}
org/xhtmlrenderer/swing/Java2DOutputDevice.classJava2DOutputDevice.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.Java2DOutputDevice extends org.xhtmlrenderer.render.AbstractOutputDevice implements org.xhtmlrenderer.extend.OutputDevice {
private java.awt.Graphics2D _graphics
public void (java.awt.Graphics2D)
java.awt.Graphics2D graphics
public void (java.awt.image.BufferedImage)
java.awt.image.BufferedImage outputImage
public void drawSelection (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.extend.FSGlyphVector glyphVector
java.awt.Rectangle start
java.awt.Rectangle end
java.awt.Graphics2D graphics
double scaleX
boolean allSelected
int startX
int endX
org.xhtmlrenderer.render.InlineLayoutBox iB
String text
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.InlineText inlineText
private void drawSelectedText (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.InlineText, org.xhtmlrenderer.render.InlineLayoutBox, org.xhtmlrenderer.extend.FSGlyphVector)
int i
int i
java.awt.geom.Point2D point
char ch
int i
String string
float adjust
org.xhtmlrenderer.render.JustificationInfo info
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.InlineText inlineText
org.xhtmlrenderer.render.InlineLayoutBox iB
org.xhtmlrenderer.extend.FSGlyphVector glyphVector
java.awt.font.GlyphVector vector
public void drawBorderLine (java.awt.Rectangle, int, int, boolean)
int offset
int offset
java.awt.Rectangle bounds
int side
int lineWidth
boolean solid
int x
int y
int w
int h
int adj
public void paintReplacedElement (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.render.BlockBox)
java.awt.Rectangle contentBounds
javax.swing.JComponent component
java.awt.Image image
java.awt.Point location
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.extend.ReplacedElement replaced
public void setColor (org.xhtmlrenderer.css.parser.FSColor)
org.xhtmlrenderer.css.parser.FSRGBColor rgb
org.xhtmlrenderer.css.parser.FSColor color
protected void drawLine (int, int, int, int)
int x1
int y1
int x2
int y2
public void drawRect (int, int, int, int)
int x
int y
int width
int height
public void fillRect (int, int, int, int)
int x
int y
int width
int height
public void setClip (java.awt.Shape)
java.awt.Shape s
public java.awt.Shape getClip ()
public void clip (java.awt.Shape)
java.awt.Shape s
public void translate (double, double)
double tx
double ty
public java.awt.Graphics2D getGraphics ()
public void drawOval (int, int, int, int)
int x
int y
int width
int height
public void fillOval (int, int, int, int)
int x
int y
int width
int height
public java.lang.Object getRenderingHint (java.awt.RenderingHints$Key)
java.awt.RenderingHints$Key key
public void setRenderingHint (java.awt.RenderingHints$Key, java.lang.Object)
java.awt.RenderingHints$Key key
Object value
public void setFont (org.xhtmlrenderer.render.FSFont)
org.xhtmlrenderer.render.FSFont font
public void setStroke (java.awt.Stroke)
java.awt.Stroke s
public java.awt.Stroke getStroke ()
public void fill (java.awt.Shape)
java.awt.Shape s
public void drawImage (org.xhtmlrenderer.extend.FSImage, int, int)
org.xhtmlrenderer.extend.FSImage image
int x
int y
public boolean isSupportsSelection ()
public boolean isSupportsCMYKColors ()
}
org/xhtmlrenderer/swing/Java2DRenderer$1.classJava2DRenderer.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.Java2DRenderer$1 extends java.lang.Object {
}
org/xhtmlrenderer/swing/Java2DRenderer$NullUserInterface.classJava2DRenderer.java
package org.xhtmlrenderer.swing
final org.xhtmlrenderer.swing.Java2DRenderer$NullUserInterface extends java.lang.Object implements org.xhtmlrenderer.extend.UserInterface {
private void ()
public boolean isHover (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isActive (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isFocus (org.w3c.dom.Element)
org.w3c.dom.Element e
void (org.xhtmlrenderer.swing.Java2DRenderer$1)
org.xhtmlrenderer.swing.Java2DRenderer$1 x0
}
org/xhtmlrenderer/swing/Java2DRenderer.classJava2DRenderer.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.Java2DRenderer extends java.lang.Object {
private static final int DEFAULT_HEIGHT
private static final int DEFAULT_DOTS_PER_POINT
private static final int DEFAULT_DOTS_PER_PIXEL
private static final int DEFAULT_IMAGE_TYPE
private org.xhtmlrenderer.layout.SharedContext sharedContext
private org.xhtmlrenderer.swing.Java2DOutputDevice outputDevice
private org.w3c.dom.Document doc
private org.xhtmlrenderer.render.Box root
private float dotsPerPoint
private java.awt.image.BufferedImage outputImage
private int bufferedImageType
private boolean rendered
private String sourceDocument
private String sourceDocumentBase
private int width
private int height
private static final int NO_HEIGHT
private java.util.Map renderingHints
private void ()
private void (float, int)
float dotsPerPoint
int dotsPerPixel
public void (java.lang.String, java.lang.String, int, int)
String url
String baseUrl
int width
int height
public void (java.io.File, int, int) throws java.io.IOException
java.io.File file
int width
int height
public void (org.w3c.dom.Document, int, int)
org.w3c.dom.Document doc
int width
int height
public void (java.io.File, int) throws java.io.IOException
java.io.File file
int width
public void (java.lang.String, int)
String url
int width
public void (java.lang.String, java.lang.String, int)
String url
String baseurl
int width
public void (java.lang.String, int, int)
String url
int width
int height
public void setRenderingHints (java.util.Map)
java.util.Map hints
public void setBufferedImageType (int)
int bufferedImageType
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public java.awt.image.BufferedImage getImage ()
java.awt.Graphics2D newG
org.xhtmlrenderer.render.RenderingContext rc
protected java.awt.image.BufferedImage createBufferedImage (int, int)
int width
int height
java.awt.image.BufferedImage image
private void setDocument (org.w3c.dom.Document, java.lang.String, org.xhtmlrenderer.extend.NamespaceHandler)
org.w3c.dom.Document doc
String url
org.xhtmlrenderer.extend.NamespaceHandler nsh
private void layout (int)
int width
java.awt.Rectangle rect
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.render.BlockBox root
private org.w3c.dom.Document loadDocument (java.lang.String)
String uri
private org.xhtmlrenderer.layout.LayoutContext newLayoutContext ()
org.xhtmlrenderer.layout.LayoutContext result
private void init (float, int)
float dotsPerPoint
int dotsPerPixel
org.xhtmlrenderer.extend.UserAgentCallback userAgent
org.xhtmlrenderer.context.AWTFontResolver fontResolver
org.xhtmlrenderer.swing.SwingReplacedElementFactory replacedElementFactory
}
org/xhtmlrenderer/swing/Java2DTextRenderer.classJava2DTextRenderer.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.Java2DTextRenderer extends java.lang.Object implements org.xhtmlrenderer.extend.TextRenderer {
protected float scale
protected float threshold
protected int level
protected Object antiAliasRenderingHint
public void ()
java.util.Map map
java.awt.Toolkit tk
Exception e
Object dummy
Object aaHint
public void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
String string
float x
float y
Object prevHint
java.awt.Graphics2D graphics
public void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float, org.xhtmlrenderer.render.JustificationInfo)
org.xhtmlrenderer.extend.OutputDevice outputDevice
String string
float x
float y
org.xhtmlrenderer.render.JustificationInfo info
Object prevHint
java.awt.Graphics2D graphics
java.awt.font.GlyphVector vector
private void adjustGlyphPositions (java.lang.String, org.xhtmlrenderer.render.JustificationInfo, java.awt.font.GlyphVector)
java.awt.geom.Point2D point
char c
int i
String string
org.xhtmlrenderer.render.JustificationInfo info
java.awt.font.GlyphVector vector
float adjust
public void drawGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.extend.FSGlyphVector, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector
float x
float y
Object prevHint
java.awt.Graphics2D graphics
java.awt.font.GlyphVector vector
public void setup (org.xhtmlrenderer.extend.FontContext)
org.xhtmlrenderer.extend.FontContext fontContext
public void setFontScale (float)
float scale
public void setSmoothingThreshold (float)
float fontsize
public void setSmoothingLevel (int)
int level
public org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.FontContext fc
org.xhtmlrenderer.render.FSFont font
String string
java.awt.Graphics2D graphics
public int getWidth (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.FontContext fc
org.xhtmlrenderer.render.FSFont font
String string
java.awt.Graphics2D graphics
java.awt.Font awtFont
public float getFontScale ()
public int getSmoothingLevel ()
public java.lang.Object getRenderingHints ()
public void setRenderingHints (java.lang.Object)
Object renderingHints
public float[] getGlyphPositions (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
String text
Object prevHint
java.awt.Graphics2D graphics
java.awt.Font awtFont
java.awt.font.GlyphVector vector
float[] result
public java.awt.Rectangle getGlyphBounds (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector, int, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector
int index
float x
float y
Object prevHint
java.awt.Graphics2D graphics
java.awt.Font awtFont
java.awt.font.GlyphVector vector
java.awt.Rectangle result
public float[] getGlyphPositions (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector
Object prevHint
java.awt.Graphics2D graphics
java.awt.Font awtFont
java.awt.font.GlyphVector vector
float[] result
public org.xhtmlrenderer.extend.FSGlyphVector getGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
String text
Object prevHint
java.awt.Graphics2D graphics
java.awt.Font awtFont
java.awt.font.GlyphVector vector
}
org/xhtmlrenderer/swing/LinkListener.classLinkListener.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.LinkListener extends java.lang.Object implements org.xhtmlrenderer.swing.FSMouseListener {
public void ()
private void checkForLink (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
String uri
private java.lang.String findLink (org.xhtmlrenderer.swing.BasicPanel, org.w3c.dom.Element)
org.w3c.dom.Node node
org.xhtmlrenderer.swing.BasicPanel panel
org.w3c.dom.Element e
String uri
public void linkClicked (org.xhtmlrenderer.swing.BasicPanel, java.lang.String)
org.xhtmlrenderer.swing.BasicPanel panel
String uri
public void onMouseOut (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
public void onMouseOver (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
public void onMouseUp (org.xhtmlrenderer.swing.BasicPanel, org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.swing.BasicPanel panel
org.xhtmlrenderer.render.Box box
public void reset ()
public void onMouseDragged (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
org.xhtmlrenderer.swing.BasicPanel panel
java.awt.event.MouseEvent e
public void onMousePressed (org.xhtmlrenderer.swing.BasicPanel, java.awt.event.MouseEvent)
org.xhtmlrenderer.swing.BasicPanel panel
java.awt.event.MouseEvent e
}
org/xhtmlrenderer/swing/MiniumTextRenderer.classMiniumTextRenderer.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.MiniumTextRenderer extends java.lang.Object implements org.xhtmlrenderer.extend.TextRenderer {
public org.sektor37.minium.TextRenderer renderer
protected float scale
protected int level
public void ()
java.util.Map defaultHints
java.util.Map defaultHints
java.util.Map defaultHints
java.util.Map defaultHints
org.sektor37.minium.TextRendererFactory text_renderer_factory
String text_renderer_quality
java.util.Map defaultHints
public void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
String string
float x
float y
public void drawString (org.xhtmlrenderer.extend.OutputDevice, java.lang.String, float, float, org.xhtmlrenderer.render.JustificationInfo)
org.xhtmlrenderer.extend.OutputDevice outputDevice
String string
float x
float y
org.xhtmlrenderer.render.JustificationInfo info
public void setup (org.xhtmlrenderer.extend.FontContext)
org.xhtmlrenderer.extend.FontContext context
public void setFontScale (float)
float scale
public void setSmoothingThreshold (float)
float fontsize
public void setSmoothingLevel (int)
int level
java.util.Map defaultHints
public org.xhtmlrenderer.render.FSFontMetrics getFSFontMetrics (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.FontContext fontContext
org.xhtmlrenderer.render.FSFont font
String string
org.xhtmlrenderer.swing.Java2DFontContext fc
java.awt.Font awtFont
public int getWidth (org.xhtmlrenderer.extend.FontContext, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.FontContext fontContext
org.xhtmlrenderer.render.FSFont font
String string
org.xhtmlrenderer.swing.Java2DFontContext fc
java.awt.Graphics2D graphics
java.awt.Font awtFont
public float getFontScale ()
public int getSmoothingLevel ()
public java.awt.Rectangle getGlyphBounds (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector, int, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector
int index
float x
float y
public float[] getGlyphPositions (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, org.xhtmlrenderer.extend.FSGlyphVector)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector
public org.xhtmlrenderer.extend.FSGlyphVector getGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.render.FSFont, java.lang.String)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.render.FSFont font
String string
public void drawGlyphVector (org.xhtmlrenderer.extend.OutputDevice, org.xhtmlrenderer.extend.FSGlyphVector, float, float)
org.xhtmlrenderer.extend.OutputDevice outputDevice
org.xhtmlrenderer.extend.FSGlyphVector vector
float x
float y
}
org/xhtmlrenderer/swing/MouseTracker.classMouseTracker.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.MouseTracker extends javax.swing.event.MouseInputAdapter {
private org.xhtmlrenderer.swing.BasicPanel _panel
private java.util.Map _handlers
private org.xhtmlrenderer.render.Box _last
private boolean _enabled
public void (org.xhtmlrenderer.swing.BasicPanel)
org.xhtmlrenderer.swing.BasicPanel panel
public void addListener (org.xhtmlrenderer.swing.FSMouseListener)
org.xhtmlrenderer.swing.FSMouseListener l
public void removeListener (org.xhtmlrenderer.swing.FSMouseListener)
org.xhtmlrenderer.swing.FSMouseListener l
public java.util.List getListeners ()
public void mouseEntered (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseExited (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseMoved (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseReleased (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mousePressed (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseDragged (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void reset ()
java.util.Iterator iterator
private void handleMouseMotion (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box box
private void handleMouseUp (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box box
private void mouseOver (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box box
java.util.Iterator iterator
private void mouseOut (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box box
java.util.Iterator iterator
private void mouseUp (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box box
java.util.Iterator iterator
private void fireMousePressed (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
java.util.Iterator iterator
private void fireMouseDragged (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
java.util.Iterator iterator
}
org/xhtmlrenderer/swing/NaiveUserAgent.classNaiveUserAgent.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.NaiveUserAgent extends java.lang.Object implements org.xhtmlrenderer.extend.UserAgentCallback org.xhtmlrenderer.event.DocumentListener {
private static final int DEFAULT_IMAGE_CACHE_SIZE
protected java.util.LinkedHashMap _imageCache
private int _imageCacheCapacity
private String _baseURL
public void ()
public void (int)
int imgCacheSize
public void shrinkImageCache ()
int ovr
java.util.Iterator it
public void clearImageCache ()
protected java.io.InputStream resolveAndOpenStream (java.lang.String)
java.net.MalformedURLException e
java.io.FileNotFoundException e
java.io.IOException e
String uri
java.io.InputStream is
public org.xhtmlrenderer.resource.CSSResource getCSSResource (java.lang.String)
String uri
public org.xhtmlrenderer.resource.ImageResource getImageResource (java.lang.String)
java.awt.image.BufferedImage img
java.io.IOException e
java.io.FileNotFoundException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.InputStream is
String uri
org.xhtmlrenderer.resource.ImageResource ir
protected org.xhtmlrenderer.resource.ImageResource createImageResource (java.lang.String, java.awt.Image)
String uri
java.awt.Image img
public org.xhtmlrenderer.resource.XMLResource getXMLResource (java.lang.String)
java.io.IOException e
java.io.IOException e
String uri
java.io.InputStream inputStream
org.xhtmlrenderer.resource.XMLResource xmlResource
public byte[] getBinaryResource (java.lang.String)
java.io.IOException e
java.io.ByteArrayOutputStream result
byte[] buf
int i
java.io.IOException e
java.io.IOException e
java.io.IOException e
String uri
java.io.InputStream is
public boolean isVisited (java.lang.String)
String uri
public void setBaseURL (java.lang.String)
String url
public java.lang.String resolveURI (java.lang.String)
java.net.URL result
Exception e1
java.net.MalformedURLException e
java.net.URL result
java.net.MalformedURLException e1
String uri
String ret
public java.lang.String getBaseURL ()
public void documentStarted ()
public void documentLoaded ()
public void onLayoutException (java.lang.Throwable)
Throwable t
public void onRenderException (java.lang.Throwable)
Throwable t
}
org/xhtmlrenderer/swing/NoNamespaceHandler.classNoNamespaceHandler.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.NoNamespaceHandler extends java.lang.Object implements org.xhtmlrenderer.extend.NamespaceHandler {
static final String _namespace
private java.util.regex.Pattern _typePattern
private java.util.regex.Pattern _hrefPattern
private java.util.regex.Pattern _titlePattern
private java.util.regex.Pattern _alternatePattern
private java.util.regex.Pattern _mediaPattern
public void ()
public java.lang.String getNamespace ()
public java.lang.String getAttributeValue (org.w3c.dom.Element, java.lang.String)
org.w3c.dom.Element e
String attrName
public java.lang.String getAttributeValue (org.w3c.dom.Element, java.lang.String, java.lang.String)
org.w3c.dom.Attr attr
int i
org.w3c.dom.NamedNodeMap attrs
int l
org.w3c.dom.Element e
String namespaceURI
String attrName
public java.lang.String getClass (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getID (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getLang (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getElementStyling (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getNonCssStyling (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getLinkUri (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getDocumentTitle (org.w3c.dom.Document)
org.w3c.dom.Document doc
public java.lang.String getAnchorName (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isImageElement (org.w3c.dom.Element)
org.w3c.dom.Element e
public java.lang.String getImageSourceURI (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isFormElement (org.w3c.dom.Element)
org.w3c.dom.Element e
public org.xhtmlrenderer.css.sheet.StylesheetInfo[] getStylesheets (org.w3c.dom.Document)
int start
String alternate
int start
String type
int start
String href
int start
String title
int start
String media
org.w3c.dom.Node node
org.w3c.dom.ProcessingInstruction piNode
org.xhtmlrenderer.css.sheet.StylesheetInfo info
String pi
java.util.regex.Matcher m
int i
int len
org.w3c.dom.Document doc
java.util.List list
org.w3c.dom.NodeList nl
public org.xhtmlrenderer.css.sheet.StylesheetInfo getDefaultStylesheet (org.xhtmlrenderer.css.extend.StylesheetFactory)
org.xhtmlrenderer.css.extend.StylesheetFactory factory
}
org/xhtmlrenderer/swing/RootPanel.classRootPanel.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.RootPanel extends javax.swing.JPanel implements java.awt.event.ComponentListener org.xhtmlrenderer.extend.UserInterface {
static final long serialVersionUID
protected java.util.Map documentListeners
protected org.xhtmlrenderer.layout.SharedContext sharedContext
private volatile org.xhtmlrenderer.layout.LayoutContext layout_context
private org.xhtmlrenderer.render.Box rootBox
private boolean pendingResize
protected javax.swing.JScrollPane enclosingScrollPane
private int default_scroll_mode
protected org.w3c.dom.Document doc
boolean layoutInProgress
public org.w3c.dom.Element hovered_element
public org.w3c.dom.Element active_element
public org.w3c.dom.Element focus_element
public void ()
public org.xhtmlrenderer.layout.SharedContext getSharedContext ()
public org.xhtmlrenderer.layout.LayoutContext getLayoutContext ()
public void setDocument (org.w3c.dom.Document, java.lang.String, org.xhtmlrenderer.extend.NamespaceHandler)
org.w3c.dom.Document doc
String url
org.xhtmlrenderer.extend.NamespaceHandler nsh
public void resetScrollPosition ()
protected void setEnclosingScrollPane (javax.swing.JScrollPane)
javax.swing.JScrollPane scrollPane
public java.awt.Rectangle getFixedRectangle ()
java.awt.Dimension dim
public void addNotify ()
java.awt.Container vp
java.awt.Container p
public void removeNotify ()
protected void init ()
public org.xhtmlrenderer.render.RenderingContext newRenderingContext (java.awt.Graphics2D)
java.awt.Graphics2D g
org.xhtmlrenderer.render.RenderingContext result
protected org.xhtmlrenderer.layout.LayoutContext newLayoutContext (java.awt.Graphics2D)
java.awt.Graphics2D g
org.xhtmlrenderer.layout.LayoutContext result
java.awt.Graphics2D layoutGraphics
private java.awt.Rectangle getInitialExtents (org.xhtmlrenderer.layout.LayoutContext)
java.awt.Rectangle extents
org.xhtmlrenderer.render.PageBox first
org.xhtmlrenderer.layout.LayoutContext c
public java.awt.Rectangle getScreenExtents ()
java.awt.Rectangle bnds
java.awt.Rectangle extents
java.awt.Rectangle extents
public void doDocumentLayout (java.awt.Graphics)
org.xhtmlrenderer.layout.LayoutContext c
long start
org.xhtmlrenderer.render.BlockBox root
long end
java.awt.Dimension intrinsic_size
ThreadDeath t
Throwable t
java.awt.Graphics g
protected void fireDocumentStarted ()
Exception e
org.xhtmlrenderer.event.DocumentListener list
java.util.Iterator it
protected void fireDocumentLoaded ()
Exception e
org.xhtmlrenderer.event.DocumentListener list
java.util.Iterator it
protected void fireOnLayoutException (java.lang.Throwable)
Exception e
org.xhtmlrenderer.event.DocumentListener list
Throwable t
java.util.Iterator it
protected void fireOnRenderException (java.lang.Throwable)
Exception e
org.xhtmlrenderer.event.DocumentListener list
Throwable t
java.util.Iterator it
public boolean isHover (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isActive (org.w3c.dom.Element)
org.w3c.dom.Element e
public boolean isFocus (org.w3c.dom.Element)
org.w3c.dom.Element e
public void componentHidden (java.awt.event.ComponentEvent)
java.awt.event.ComponentEvent e
public void componentMoved (java.awt.event.ComponentEvent)
java.awt.event.ComponentEvent e
public void componentResized (java.awt.event.ComponentEvent)
java.awt.event.ComponentEvent e
protected void relayout (java.awt.Dimension)
java.awt.Dimension viewportSize
public void componentShown (java.awt.event.ComponentEvent)
java.awt.event.ComponentEvent e
public double getLayoutWidth ()
public boolean isPrintView ()
public synchronized org.xhtmlrenderer.render.Box getRootBox ()
public synchronized void setRootBox (org.xhtmlrenderer.render.Box)
org.xhtmlrenderer.render.Box rootBox
public synchronized org.xhtmlrenderer.layout.Layer getRootLayer ()
public org.xhtmlrenderer.render.Box find (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public org.xhtmlrenderer.render.Box find (int, int)
int x
int y
org.xhtmlrenderer.layout.Layer l
protected synchronized boolean isPendingResize ()
protected synchronized void setPendingResize (boolean)
boolean pendingResize
}
org/xhtmlrenderer/swing/ScalableXHTMLPanel.classScalableXHTMLPanel.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.ScalableXHTMLPanel extends org.xhtmlrenderer.simple.XHTMLPanel {
public static final int SCALE_POLICY_NONE
public static final int SCALE_POLICY_FIT_WIDTH
public static final int SCALE_POLICY_FIT_HEIGHT
public static final int SCALE_POLICY_FIT_WHOLE
private static final long serialVersionUID
private int scalePolicy
private double scale
private java.util.ArrayList scListeners
private java.awt.Dimension lastLayoutSize
public void ()
public void (org.xhtmlrenderer.extend.UserAgentCallback)
org.xhtmlrenderer.extend.UserAgentCallback uac
public void setDocument (org.w3c.dom.Document, java.lang.String)
org.w3c.dom.Document doc
String url
public void setDocument (java.io.InputStream, java.lang.String) throws java.lang.Exception
java.io.InputStream stream
String url
private void resetScaleAccordingToPolicy ()
public org.xhtmlrenderer.render.Box find (int, int)
int x
int y
java.awt.Point p
org.xhtmlrenderer.layout.Layer l
public void setScale (double) throws java.lang.IllegalArgumentException
double newScale
public double getScale ()
public void addScaleChangeListener (org.xhtmlrenderer.swing.ScaleChangeListener)
org.xhtmlrenderer.swing.ScaleChangeListener scl
public void removeScaleChangeListener (org.xhtmlrenderer.swing.ScaleChangeListener)
org.xhtmlrenderer.swing.ScaleChangeListener scl
private void scaleChanged ()
org.xhtmlrenderer.swing.ScaleChangeListener scl
int i
org.xhtmlrenderer.swing.ScaleChangeEvent evt
protected void doRender (org.xhtmlrenderer.render.RenderingContext, org.xhtmlrenderer.layout.Layer)
org.xhtmlrenderer.render.RenderingContext c
org.xhtmlrenderer.layout.Layer root
java.awt.Graphics2D g
java.awt.geom.AffineTransform current
org.xhtmlrenderer.layout.PaintingInfo pI
java.awt.Dimension layoutSize
protected void calculateScaleAccordingToPolicy (java.awt.Dimension)
double xScale
double yScale
java.awt.Dimension layoutSize
java.awt.Rectangle viewportBounds
double xScale
double yScale
protected java.awt.Point convertToScaled (java.awt.Point)
java.awt.Point origin
protected java.awt.Point convertFromScaled (java.awt.Point)
java.awt.Point origin
protected java.awt.Point convertToScaled (int, int)
int x
int y
protected java.awt.Point convertFromScaled (int, int)
int x
int y
public int getScalePolicy ()
public void setScalePolicy (int)
int scalePolicy
}
org/xhtmlrenderer/swing/ScaleChangeEvent.classScaleChangeEvent.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.ScaleChangeEvent extends java.lang.Object {
private org.xhtmlrenderer.simple.XHTMLPanel pane
private double scale
public void (org.xhtmlrenderer.simple.XHTMLPanel, double)
org.xhtmlrenderer.simple.XHTMLPanel pane
double scale
public org.xhtmlrenderer.simple.XHTMLPanel getComponent ()
public double getScale ()
}
org/xhtmlrenderer/swing/ScaleChangeListener.classScaleChangeListener.java
package org.xhtmlrenderer.swing
public abstract org.xhtmlrenderer.swing.ScaleChangeListener extends java.lang.Object {
public abstract void scaleChanged (org.xhtmlrenderer.swing.ScaleChangeEvent)
}
org/xhtmlrenderer/swing/SelectionHighlighter$1.classSelectionHighlighter.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.SelectionHighlighter$1 extends java.lang.Object implements org.w3c.dom.traversal.NodeFilter {
private final org.w3c.dom.ranges.Range val$acceptRange
private final org.w3c.dom.ranges.Range val$tr
private final org.xhtmlrenderer.swing.SelectionHighlighter this$0
void (org.xhtmlrenderer.swing.SelectionHighlighter, org.w3c.dom.ranges.Range, org.w3c.dom.ranges.Range)
public short acceptNode (org.w3c.dom.Node)
org.w3c.dom.Node n
}
org/xhtmlrenderer/swing/SelectionHighlighter$CopyAction.classSelectionHighlighter.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.SelectionHighlighter$CopyAction extends javax.swing.AbstractAction {
private org.xhtmlrenderer.swing.SelectionHighlighter caret
public void ()
public void install (org.xhtmlrenderer.swing.SelectionHighlighter)
org.xhtmlrenderer.swing.SelectionHighlighter caret
public void actionPerformed (java.awt.event.ActionEvent)
java.awt.event.ActionEvent e
}
org/xhtmlrenderer/swing/SelectionHighlighter$SafeScroller.classSelectionHighlighter.java
package org.xhtmlrenderer.swing
org.xhtmlrenderer.swing.SelectionHighlighter$SafeScroller extends java.lang.Object implements java.lang.Runnable {
java.awt.Rectangle r
private final org.xhtmlrenderer.swing.SelectionHighlighter this$0
void (org.xhtmlrenderer.swing.SelectionHighlighter, java.awt.Rectangle)
java.awt.Rectangle r
public void run ()
}
org/xhtmlrenderer/swing/SelectionHighlighter$ViewModelInfo.classSelectionHighlighter.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo extends java.lang.Object {
org.w3c.dom.ranges.Range range
org.xhtmlrenderer.render.InlineText text
private final org.xhtmlrenderer.swing.SelectionHighlighter this$0
void (org.xhtmlrenderer.swing.SelectionHighlighter, org.w3c.dom.ranges.Range, org.xhtmlrenderer.render.InlineText)
org.w3c.dom.ranges.Range range
org.xhtmlrenderer.render.InlineText text
public java.lang.String toString ()
public boolean equals (java.lang.Object)
Object obj
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo i2
public boolean canCopy ()
}
org/xhtmlrenderer/swing/SelectionHighlighter.classSelectionHighlighter.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.SelectionHighlighter extends java.lang.Object implements java.awt.event.MouseMotionListener java.awt.event.MouseListener {
private static final String PARA_EQUIV
private org.xhtmlrenderer.simple.XHTMLPanel panel
private org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo dotInfo
private org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo markInfo
protected javax.swing.event.EventListenerList listenerList
protected transient javax.swing.event.ChangeEvent changeEvent
private org.w3c.dom.ranges.DocumentRange docRange
private org.w3c.dom.ranges.Range lastSelectionRange
private org.w3c.dom.traversal.DocumentTraversal docTraversal
private java.util.Map elementBoxMap
private java.util.Map textInlineMap
private String lastHighlightedString
private javax.swing.TransferHandler handler
private org.w3c.dom.Document document
public static final String copyAction
static Class class$javax$swing$event$ChangeListener
public void ()
public void addChangeListener (javax.swing.event.ChangeListener)
javax.swing.event.ChangeListener l
public void removeChangeListener (javax.swing.event.ChangeListener)
javax.swing.event.ChangeListener l
protected void fireStateChanged ()
int i
Object[] listeners
public void install (org.xhtmlrenderer.simple.XHTMLPanel)
org.xhtmlrenderer.simple.XHTMLPanel panel
public void deinstall (org.xhtmlrenderer.simple.XHTMLPanel)
org.xhtmlrenderer.simple.XHTMLPanel panel
private boolean checkDocument ()
InterruptedException e
ClassCastException cce
public void setDot (org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo)
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo pos
public void mouseDragged (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseMoved (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseClicked (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseEntered (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseExited (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mousePressed (java.awt.event.MouseEvent)
java.awt.event.MouseEvent newE
java.awt.event.MouseEvent e
int nclicks
void adjustCaretAndFocus (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
private void adjustCaret (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
private void positionCaret (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo pos
private void adjustFocus (boolean)
boolean inWindow
private void selectWord (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public void mouseReleased (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
public org.xhtmlrenderer.simple.XHTMLPanel getComponent ()
protected void moveCaret (java.awt.event.MouseEvent)
java.awt.event.MouseEvent e
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo pos
public void selectAll ()
org.w3c.dom.Node n
Exception e
org.w3c.dom.traversal.NodeIterator nodeIterator
org.w3c.dom.Text firstText
org.w3c.dom.Text lastText
org.w3c.dom.ranges.Range r
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo firstPoint
java.util.List l
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo lastPoint
public void moveDot (org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo)
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo pos
org.xhtmlrenderer.render.InlineText iT
org.xhtmlrenderer.render.InlineLayoutBox iB
private void updateHighlights ()
org.xhtmlrenderer.render.InlineText iT
java.util.Iterator itr
org.w3c.dom.Text t
java.util.List iTs
int selTxtSt
int selTxtEnd
org.w3c.dom.Node n
boolean endBeforeStart
org.xhtmlrenderer.render.InlineText t1
org.xhtmlrenderer.render.InlineText t2
org.w3c.dom.ranges.Range acceptRange
org.w3c.dom.ranges.Range tr
org.w3c.dom.Node selectionEndNode
org.w3c.dom.traversal.NodeFilter f
org.w3c.dom.traversal.NodeIterator nodeIterator
org.xhtmlrenderer.render.Box box
boolean lastNodeWasBox
java.util.List modified
StringBuffer hlText
org.w3c.dom.ranges.Range range
String s
public java.lang.String normalizeSpaces (java.lang.String)
char c
String s
StringBuffer buf
java.text.CharacterIterator iter
boolean inWhitespace
private org.xhtmlrenderer.render.Box getElementContainerBox (org.xhtmlrenderer.render.InlineText)
org.xhtmlrenderer.render.InlineText t
org.xhtmlrenderer.render.Box b
private boolean createMaps ()
org.xhtmlrenderer.render.InlineText t
org.w3c.dom.Text txt
Object o
java.util.Iterator it
org.xhtmlrenderer.render.InlineLayoutBox ilb
java.util.Iterator childIterator
org.xhtmlrenderer.render.Box b
org.w3c.dom.Element element
java.util.Stack s
private java.util.List getInlineTextsForText (org.w3c.dom.Text)
org.w3c.dom.Text t
private org.xhtmlrenderer.render.Box getBoxForElement (org.w3c.dom.Element)
org.w3c.dom.Element elt
private void updateSystemSelection ()
IllegalStateException ise
String selectedText
java.awt.datatransfer.Clipboard clip
void copy ()
IllegalStateException ise
String selectedText
java.awt.datatransfer.Clipboard clip
java.util.List getInlineLayoutBoxes (org.xhtmlrenderer.render.Box, boolean)
org.xhtmlrenderer.render.Box child
java.util.Iterator it
org.xhtmlrenderer.render.Box b
boolean ignoreChildElements
java.util.Stack boxes
java.util.List ilbs
org.xhtmlrenderer.swing.SelectionHighlighter$ViewModelInfo infoFromPoint (java.awt.event.MouseEvent)
org.xhtmlrenderer.render.InlineText txt
Object o
java.util.Iterator it
boolean hasDecentTextNode
int x
org.xhtmlrenderer.render.InlineLayoutBox ilbt
int i
java.util.List ilbs
org.xhtmlrenderer.render.InlineText txt
Object o
java.util.Iterator it
int w
Exception ex
java.awt.event.MouseEvent e
org.w3c.dom.ranges.Range r
org.xhtmlrenderer.render.InlineText fndTxt
org.xhtmlrenderer.render.Box box
org.w3c.dom.Element elt
int offset
org.xhtmlrenderer.render.InlineLayoutBox ilb
boolean containsWholeIlb
int x
org.xhtmlrenderer.render.InlineText lastItxt
org.xhtmlrenderer.layout.LayoutContext lc
String txt
org.xhtmlrenderer.css.style.CalculatedStyle style
org.w3c.dom.Node node
private int getTextWidth (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.css.style.CalculatedStyle, java.lang.String)
org.xhtmlrenderer.layout.LayoutContext c
org.xhtmlrenderer.css.style.CalculatedStyle cs
String s
public org.w3c.dom.ranges.Range getSelectionRange ()
org.w3c.dom.ranges.Range r
protected void adjustVisibility (java.awt.Rectangle)
java.awt.Rectangle nloc
protected java.awt.event.MouseEvent convertMouseEventToScale (java.awt.event.MouseEvent)
java.awt.Point newP
java.awt.event.MouseEvent newE
java.awt.event.MouseEvent e
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static java.lang.String access$000 (org.xhtmlrenderer.swing.SelectionHighlighter)
org.xhtmlrenderer.swing.SelectionHighlighter x0
static org.xhtmlrenderer.simple.XHTMLPanel access$100 (org.xhtmlrenderer.swing.SelectionHighlighter)
org.xhtmlrenderer.swing.SelectionHighlighter x0
}
org/xhtmlrenderer/swing/SwingReplacedElement.classSwingReplacedElement.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.SwingReplacedElement extends java.lang.Object implements org.xhtmlrenderer.extend.ReplacedElement {
private javax.swing.JComponent _component
public void (javax.swing.JComponent)
javax.swing.JComponent component
public javax.swing.JComponent getJComponent ()
public int getIntrinsicHeight ()
public int getIntrinsicWidth ()
public void setLocation (int, int)
int x
int y
public java.awt.Point getLocation ()
public void detach (org.xhtmlrenderer.layout.LayoutContext)
org.xhtmlrenderer.layout.LayoutContext c
public boolean isRequiresInteractivePaint ()
public int getBaseline ()
public boolean hasBaseline ()
}
org/xhtmlrenderer/swing/SwingReplacedElementFactory.classSwingReplacedElementFactory.java
package org.xhtmlrenderer.swing
public org.xhtmlrenderer.swing.SwingReplacedElementFactory extends java.lang.Object implements org.xhtmlrenderer.extend.ReplacedElementFactory {
protected java.util.Map imageComponents
protected java.util.LinkedHashMap forms
private org.xhtmlrenderer.simple.extend.FormSubmissionListener formSubmissionListener
public void ()
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.extend.UserAgentCallback, int, int)
org.w3c.dom.Element parentForm
org.xhtmlrenderer.simple.extend.XhtmlForm form
org.xhtmlrenderer.swing.SwingReplacedElement result
org.xhtmlrenderer.layout.LayoutContext context
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.extend.UserAgentCallback uac
int cssWidth
int cssHeight
org.w3c.dom.Element e
javax.swing.JComponent cc
protected org.xhtmlrenderer.extend.ReplacedElement replaceImage (org.xhtmlrenderer.extend.UserAgentCallback, org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element, int, int)
org.xhtmlrenderer.extend.FSImage fsImage
java.awt.Image im
String imageSrc
org.xhtmlrenderer.extend.UserAgentCallback uac
org.xhtmlrenderer.layout.LayoutContext context
org.w3c.dom.Element elem
int cssWidth
int cssHeight
org.xhtmlrenderer.extend.ReplacedElement re
protected org.xhtmlrenderer.extend.ReplacedElement newIrreplaceableImageElement (int, int)
java.awt.Graphics2D g
Exception e
int cssWidth
int cssHeight
java.awt.image.BufferedImage missingImage
org.xhtmlrenderer.extend.ReplacedElement mre
protected void storeImageReplacedElement (org.w3c.dom.Element, org.xhtmlrenderer.extend.ReplacedElement)
org.w3c.dom.Element e
org.xhtmlrenderer.extend.ReplacedElement cc
protected org.xhtmlrenderer.extend.ReplacedElement lookupImageReplacedElement (org.w3c.dom.Element)
org.w3c.dom.Element e
org.xhtmlrenderer.extend.ReplacedElement replacedElement
protected void addForm (org.w3c.dom.Element, org.xhtmlrenderer.simple.extend.XhtmlForm)
org.w3c.dom.Element e
org.xhtmlrenderer.simple.extend.XhtmlForm f
protected org.xhtmlrenderer.simple.extend.XhtmlForm getForm (org.w3c.dom.Element)
org.w3c.dom.Element e
protected org.w3c.dom.Element getParentForm (org.w3c.dom.Element, org.xhtmlrenderer.layout.LayoutContext)
org.w3c.dom.Element e
org.xhtmlrenderer.layout.LayoutContext context
org.w3c.dom.Node node
public void reset ()
public void remove (org.w3c.dom.Element)
org.w3c.dom.Element e
public void setFormSubmissionListener (org.xhtmlrenderer.simple.extend.FormSubmissionListener)
org.xhtmlrenderer.simple.extend.FormSubmissionListener fsl
}
org/xhtmlrenderer/test/
org/xhtmlrenderer/test/AllPageTest$1.classAllPageTest.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.AllPageTest$1 extends java.lang.Object implements java.io.FilenameFilter {
private final org.xhtmlrenderer.test.AllPageTest this$0
void (org.xhtmlrenderer.test.AllPageTest)
public boolean accept (java.io.File, java.lang.String)
java.io.File dir
String name
}
org/xhtmlrenderer/test/AllPageTest.classAllPageTest.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.AllPageTest extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
String[] args
public void run ()
Exception ex
java.io.File file
int i
String demosDir
java.io.File[] files
Exception ex
private void render (java.io.File) throws java.lang.Exception
java.util.Date start
java.util.Date end
long diff
int i
java.io.File file
long total
int cnt
String page
long avg
}
org/xhtmlrenderer/test/DelegatingReplacedElementFactory$1.classDelegatingReplacedElementFactory.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$1 extends java.lang.Object {
}
org/xhtmlrenderer/test/DelegatingReplacedElementFactory$ERItem.classDelegatingReplacedElementFactory.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$ERItem extends java.lang.Object {
private final org.w3c.dom.Element element
private final org.xhtmlrenderer.extend.ReplacedElement replacedElement
private final org.xhtmlrenderer.test.ElementReplacer elementReplacer
private final org.xhtmlrenderer.test.DelegatingReplacedElementFactory this$0
private void (org.xhtmlrenderer.test.DelegatingReplacedElementFactory, org.w3c.dom.Element, org.xhtmlrenderer.extend.ReplacedElement, org.xhtmlrenderer.test.ElementReplacer)
org.w3c.dom.Element e
org.xhtmlrenderer.extend.ReplacedElement re
org.xhtmlrenderer.test.ElementReplacer er
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$ERItem other
void (org.xhtmlrenderer.test.DelegatingReplacedElementFactory, org.w3c.dom.Element, org.xhtmlrenderer.extend.ReplacedElement, org.xhtmlrenderer.test.ElementReplacer, org.xhtmlrenderer.test.DelegatingReplacedElementFactory$1)
org.xhtmlrenderer.test.DelegatingReplacedElementFactory x0
org.w3c.dom.Element x1
org.xhtmlrenderer.extend.ReplacedElement x2
org.xhtmlrenderer.test.ElementReplacer x3
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$1 x4
static org.xhtmlrenderer.test.ElementReplacer access$100 (org.xhtmlrenderer.test.DelegatingReplacedElementFactory$ERItem)
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$ERItem x0
}
org/xhtmlrenderer/test/DelegatingReplacedElementFactory.classDelegatingReplacedElementFactory.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.DelegatingReplacedElementFactory extends java.lang.Object implements org.xhtmlrenderer.extend.ReplacedElementFactory {
private final java.util.List replacers
private final java.util.Map byNameReplacers
private final java.util.List elementReplacements
public void ()
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.extend.UserAgentCallback, int, int)
org.xhtmlrenderer.test.ElementReplacer replacer
java.util.Iterator iterator
org.xhtmlrenderer.layout.LayoutContext context
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.extend.UserAgentCallback uac
int cssWidth
int cssHeight
org.xhtmlrenderer.test.ElementReplacer nameReplacer
private org.xhtmlrenderer.extend.ReplacedElement replaceUsing (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.extend.UserAgentCallback, int, int, org.xhtmlrenderer.test.ElementReplacer)
org.xhtmlrenderer.layout.LayoutContext context
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.extend.UserAgentCallback uac
int cssWidth
int cssHeight
org.xhtmlrenderer.test.ElementReplacer replacer
org.xhtmlrenderer.extend.ReplacedElement re
public void reset ()
org.xhtmlrenderer.test.ElementReplacer elementReplacer
java.util.Iterator iterator
java.util.Iterator iterator
public void remove (org.w3c.dom.Element)
org.w3c.dom.Element element
int idx
org.xhtmlrenderer.test.DelegatingReplacedElementFactory$ERItem item
public org.xhtmlrenderer.test.ElementReplacer addReplacer (org.xhtmlrenderer.test.ElementReplacer)
org.xhtmlrenderer.test.ElementReplacer replacer
public void removeReplacer (org.xhtmlrenderer.test.ElementReplacer)
org.xhtmlrenderer.test.ElementReplacer replacer
public void setFormSubmissionListener (org.xhtmlrenderer.simple.extend.FormSubmissionListener)
org.xhtmlrenderer.simple.extend.FormSubmissionListener listener
}
org/xhtmlrenderer/test/DocumentDiffGenerate.classDocumentDiffGenerate.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.DocumentDiffGenerate extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
String[] args
org.xhtmlrenderer.test.DocumentDiffTest ddt
}
org/xhtmlrenderer/test/DocumentDiffTest.classDocumentDiffTest.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.DocumentDiffTest extends java.lang.Object {
public static final int width
public static final int height
public void ()
public void runTests (java.io.File, int, int) throws java.lang.Exception
boolean is_correct
Throwable thr
String testfile
String difffile
int i
java.io.File dir
int width
int height
java.io.File[] files
public void generateDiffs (java.io.File, int, int) throws java.lang.Exception
String testfile
String difffile
int i
java.io.File dir
int width
int height
java.io.File[] files
public static void generateTestFile (java.lang.String, java.lang.String, int, int) throws java.lang.Exception
String test
String diff
int width
int height
String out
public static java.lang.String xhtmlToDiff (java.lang.String, int, int) throws java.lang.Exception
String xhtml
int width
int height
org.w3c.dom.Document doc
org.xhtmlrenderer.simple.Graphics2DRenderer renderer
java.awt.image.BufferedImage buff
java.awt.Graphics2D g
java.awt.Dimension dim
StringBuffer sb
public boolean compareTestFile (java.lang.String, java.lang.String, int, int) throws java.lang.Exception
java.io.FileNotFoundException ex
String test
String diff
int width
int height
String tin
String din
java.io.File dfile
java.io.File tfile
public static void getDiff (java.lang.StringBuffer, org.xhtmlrenderer.render.Box, java.lang.String)
int i
StringBuffer sb
org.xhtmlrenderer.render.Box box
String tab
public static void main (java.lang.String[]) throws java.lang.Exception
String[] args
String file
org.xhtmlrenderer.test.DocumentDiffTest ddt
}
org/xhtmlrenderer/test/ElementReplacer.classElementReplacer.java
package org.xhtmlrenderer.test
public abstract org.xhtmlrenderer.test.ElementReplacer extends java.lang.Object {
public void ()
public abstract boolean isElementNameMatch ()
public abstract java.lang.String getElementNameMatch ()
public abstract boolean accept (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element)
public abstract org.xhtmlrenderer.extend.ReplacedElement replace (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.extend.UserAgentCallback, int, int)
public abstract void clear (org.w3c.dom.Element)
public abstract void reset ()
}
org/xhtmlrenderer/test/Graphics2DRendererTest.classGraphics2DRendererTest.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.Graphics2DRendererTest extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
String[] args
java.awt.image.BufferedImage img
}
org/xhtmlrenderer/test/HamletSpeedTest.classHamletSpeedTest.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.HamletSpeedTest extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
java.util.Date start
java.util.Date end
long diff
int i
String[] args
long total
long avg
}
org/xhtmlrenderer/test/NetBeansPageTest.classNetBeansPageTest.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.NetBeansPageTest extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
java.util.Date start
java.util.Date end
long diff
int i
String[] args
long total
int cnt
String demosDir
String page
long avg
}
org/xhtmlrenderer/test/ReferenceComparison$1.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$1 extends java.lang.Object implements java.io.FilenameFilter {
private final org.xhtmlrenderer.test.ReferenceComparison this$0
void (org.xhtmlrenderer.test.ReferenceComparison)
public boolean accept (java.io.File, java.lang.String)
java.io.File file
String s
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$FailedIOException.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedIOException extends java.lang.Object implements org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedResult {
private final java.io.IOException exception
private final org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics this$0
public void (org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics, java.io.IOException)
java.io.IOException e
public java.lang.String describe (java.io.File)
java.io.File file
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$FailedResult.classReferenceComparison.java
package org.xhtmlrenderer.test
abstract org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedResult extends java.lang.Object implements org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$Result {
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$LineMismatch.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$LineMismatch extends java.lang.Object implements org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedResult {
private final String lineRef
private final String lineOther
private final org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics this$0
public void (org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics, java.lang.String, java.lang.String)
String lineRef
String lineOther
public java.lang.String describe (java.io.File)
java.io.File file
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$OtherIsLonger.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$OtherIsLonger extends java.lang.Object implements org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedResult {
private final org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics this$0
private void (org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics)
public java.lang.String describe (java.io.File)
java.io.File file
void (org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics, org.xhtmlrenderer.test.ReferenceComparison$1)
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics x0
org.xhtmlrenderer.test.ReferenceComparison$1 x1
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$RefIsLonger.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$RefIsLonger extends java.lang.Object implements org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$FailedResult {
private final org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics this$0
private void (org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics)
public java.lang.String describe (java.io.File)
java.io.File file
void (org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics, org.xhtmlrenderer.test.ReferenceComparison$1)
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics x0
org.xhtmlrenderer.test.ReferenceComparison$1 x1
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$RenderFailed.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$RenderFailed extends java.lang.Object implements org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$Result {
private final Exception exception
private final org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics this$0
public void (org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics, java.lang.Exception)
Exception exception
public java.lang.String describe (java.io.File)
java.io.File file
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$Result.classReferenceComparison.java
package org.xhtmlrenderer.test
abstract org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$Result extends java.lang.Object {
public abstract java.lang.String describe (java.io.File)
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics$ResultOK.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$ResultOK extends java.lang.Object implements org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$Result {
private void ()
public java.lang.String describe (java.io.File)
java.io.File file
void (org.xhtmlrenderer.test.ReferenceComparison$1)
org.xhtmlrenderer.test.ReferenceComparison$1 x0
}
org/xhtmlrenderer/test/ReferenceComparison$CompareStatistics.classReferenceComparison.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics extends java.lang.Object {
private java.io.File currentFile
private static final org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$Result OK
private java.util.Map files
public void ()
public void failedToRender (java.lang.Exception)
Exception e
public void failedRefIsLonger ()
public void failedDontMatch (java.lang.String, java.lang.String)
String lineRef
String lineOther
public void failedOtherIsLonger ()
public void failedIOException (java.io.IOException)
java.io.IOException e
public boolean failed ()
public void checking (java.io.File)
java.io.File source
public boolean succeeded ()
public void report ()
java.io.File file
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics$Result result
java.util.Iterator it
static void ()
}
org/xhtmlrenderer/test/ReferenceComparison.classReferenceComparison.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.ReferenceComparison extends java.lang.Object {
private int width
private boolean isVerbose
private static final String LINE_SEPARATOR
public static void main (java.lang.String[]) throws java.io.IOException
String[] args
org.xhtmlrenderer.test.ReferenceComparison rc
java.io.File source
java.io.File reference
java.io.File failed
public void (int, boolean)
int width
boolean verbose
public void compareDirectory (java.io.File, java.io.File, java.io.File) throws java.io.IOException
java.io.IOException e
java.io.File file
java.util.Iterator fileIt
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics stats
java.io.File sourceDirectory
java.io.File referenceDir
java.io.File failedDirectory
boolean wasEnabled
private boolean enableLogging (boolean)
boolean isEnabled
String prop
boolean orgVal
private void checkDirectories (java.io.File, java.io.File, java.io.File)
java.io.File sourceDirectory
java.io.File referenceDir
java.io.File failedDirectory
private boolean verbose ()
private java.util.Iterator listSourceFiles (java.io.File)
java.io.File sourceDirectory
public void compareFile (java.io.File, java.io.File, java.io.File, org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics) throws java.io.IOException
Exception e
java.io.File source
java.io.File referenceDir
java.io.File failedDirectory
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics stat
org.xhtmlrenderer.swing.BoxRenderer renderer
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.layout.LayoutContext layoutContext
String inputFileName
String refRendered
String rendered
String refLaidOut
String laidOut
private java.lang.String trimTrailingLS (java.lang.String)
String s
private void storeFailed (java.io.File, java.io.File, java.lang.String, java.lang.String)
java.io.BufferedWriter bw
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.File failedDirectory
java.io.File refFile
String suffix
String compareTo
java.io.OutputStreamWriter fw
private void copyToFailed (java.io.File, java.io.File, java.lang.String)
java.io.IOException e
java.io.File failedDirectory
java.io.File refFile
String suffix
java.io.File source
private boolean match (java.lang.String, java.lang.String, org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics) throws java.io.IOException
String lineOther
String refText
String text
org.xhtmlrenderer.test.ReferenceComparison$CompareStatistics statistics
java.io.LineNumberReader lnrRef
java.io.LineNumberReader lnrOther
String lineRef
private void storeFailed (java.io.File, java.io.File)
java.io.IOException e
java.io.File failedDirectory
java.io.File sourceFile
private java.lang.String readReference (java.io.File, java.lang.String, java.lang.String) throws java.io.IOException
java.io.File f
String line
java.io.File referenceDir
String input
String sfx
java.io.BufferedReader rdr
StringBuffer sb
}
org/xhtmlrenderer/test/Regress$1.classRegress.java
package org.xhtmlrenderer.test
org.xhtmlrenderer.test.Regress$1 extends java.lang.Object implements java.io.FilenameFilter {
private final org.xhtmlrenderer.test.Regress this$0
void (org.xhtmlrenderer.test.Regress)
public boolean accept (java.io.File, java.lang.String)
java.io.File file
String s
String ext
}
org/xhtmlrenderer/test/Regress.classRegress.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.Regress extends java.lang.Object {
public static final java.util.List EXTENSIONS
private final java.io.File sourceDir
private final java.io.File outputDir
private final int width
private int fileCount
private int failedCount
public static final String RENDER_SFX
public static final String LAYOUT_SFX
public static final String PNG_SFX
private static final String LINE_SEPARATOR
public void (java.io.File, java.io.File, int)
java.io.File sourceDir
java.io.File outputDir
int width
public static void main (java.lang.String[]) throws java.lang.Exception
String[] args
java.io.File sourceDir
java.io.File outputZip
java.io.File outputDir
int width
org.xhtmlrenderer.test.Regress regress
private int getFailedCount ()
private int getFileCount ()
private static java.io.File getOutputZipFile (java.lang.String[]) throws java.io.IOException
String[] args
String path
java.io.File file
java.io.File parentFile
public void snapshot () throws java.io.IOException
java.io.File file
java.util.Iterator iter
boolean wasLogging
private static java.io.File getSourceDir (java.lang.String[])
String[] args
String sourceDirPath
java.io.File sourceDir
private static void usageAndExit (java.lang.String)
String msg
private static java.io.File createOutputDir ()
java.io.File parent
java.io.File reference
private boolean enableLogging (boolean)
boolean isEnabled
String prop
boolean orgVal
private java.util.Iterator listInputFiles (java.io.File)
java.io.File sourceDir
java.io.File[] f
private void saveBoxModel (java.io.File, java.io.File, int) throws java.io.IOException
Exception e
java.io.File page
java.io.File outputDir
int width
org.xhtmlrenderer.swing.BoxRenderer renderer
org.xhtmlrenderer.render.Box box
org.xhtmlrenderer.layout.LayoutContext layoutContext
String inputFileName
private void saveImage (java.io.File, java.io.File, int) throws java.io.IOException
org.xhtmlrenderer.swing.Java2DRenderer j2d
java.awt.image.BufferedImage img
org.xhtmlrenderer.util.FSImageWriter imageWriter
java.io.File outputFile
String fileName
Exception e
java.io.File page
java.io.File reference
int width
private void writeToFile (java.io.File, java.lang.String, java.lang.String) throws java.io.IOException
java.io.File outputDir
String fileName
String output
java.io.File outputFile
java.io.OutputStreamWriter fw
java.io.PrintWriter pw
static void ()
}
org/xhtmlrenderer/test/SimplePageTest.classSimplePageTest.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.SimplePageTest extends java.lang.Object {
public void ()
public static void main (java.lang.String[]) throws java.lang.Exception
java.util.Date start
java.util.Date end
long diff
int i
String[] args
long total
int cnt
String demosDir
String page
long avg
}
org/xhtmlrenderer/test/SwingImageReplacer.classSwingImageReplacer.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.SwingImageReplacer extends org.xhtmlrenderer.test.ElementReplacer {
private final java.util.Map imageComponents
public void ()
public boolean isElementNameMatch ()
public java.lang.String getElementNameMatch ()
public boolean accept (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element)
org.xhtmlrenderer.layout.LayoutContext context
org.w3c.dom.Element element
public org.xhtmlrenderer.extend.ReplacedElement replace (org.xhtmlrenderer.layout.LayoutContext, org.xhtmlrenderer.render.BlockBox, org.xhtmlrenderer.extend.UserAgentCallback, int, int)
org.xhtmlrenderer.layout.LayoutContext context
org.xhtmlrenderer.render.BlockBox box
org.xhtmlrenderer.extend.UserAgentCallback uac
int cssWidth
int cssHeight
public void clear (org.w3c.dom.Element)
org.w3c.dom.Element element
public void reset ()
protected org.xhtmlrenderer.extend.ReplacedElement replaceImage (org.xhtmlrenderer.extend.UserAgentCallback, org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element, int, int)
org.xhtmlrenderer.extend.FSImage fsImage
java.awt.Image im
String imageSrc
org.xhtmlrenderer.extend.UserAgentCallback uac
org.xhtmlrenderer.layout.LayoutContext context
org.w3c.dom.Element elem
int cssWidth
int cssHeight
org.xhtmlrenderer.extend.ReplacedElement re
protected void storeImageReplacedElement (org.w3c.dom.Element, org.xhtmlrenderer.extend.ReplacedElement)
org.w3c.dom.Element e
org.xhtmlrenderer.extend.ReplacedElement cc
protected org.xhtmlrenderer.extend.ReplacedElement lookupImageReplacedElement (org.w3c.dom.Element)
org.w3c.dom.Element e
org.xhtmlrenderer.extend.ReplacedElement replacedElement
protected org.xhtmlrenderer.extend.ReplacedElement newIrreplaceableImageElement (int, int)
java.awt.Graphics2D g
Exception e
int cssWidth
int cssHeight
java.awt.image.BufferedImage missingImage
org.xhtmlrenderer.extend.ReplacedElement mre
}
org/xhtmlrenderer/test/XLayout.classXLayout.java
package org.xhtmlrenderer.test
public org.xhtmlrenderer.test.XLayout extends java.lang.Object {
public void ()
public java.awt.Dimension getIntrinsicDimensions (org.xhtmlrenderer.layout.LayoutContext, org.w3c.dom.Element)
org.xhtmlrenderer.layout.LayoutContext c
org.w3c.dom.Element elem
}
org/xhtmlrenderer/tool/
org/xhtmlrenderer/tool/Boxer.classBoxer.java
package org.xhtmlrenderer.tool
public org.xhtmlrenderer.tool.Boxer extends java.lang.Object {
public void ()
private void run (java.lang.String)
java.io.File file
Exception ex
String filen
public static void main (java.lang.String[])
Exception ex
String[] args
}
org/xhtmlrenderer/util/
org/xhtmlrenderer/util/Configuration.classConfiguration.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.Configuration extends java.lang.Object {
private java.util.Properties properties
private java.util.logging.Level logLevel
private static org.xhtmlrenderer.util.Configuration sInstance
private java.util.List startupLogRecords
private java.util.logging.Logger configLogger
private static final String SF_FILE_NAME
private void ()
SecurityException ex
String val
SecurityException e
String userHomeOverrideFileName
String sysOverrideFile
RuntimeException e
Exception e
private void handleUnexpectedExceptionOnInit (java.lang.Exception)
Exception e
public static void setConfigLogger (java.util.logging.Logger)
java.util.logging.LogRecord lr
java.util.Iterator iter
java.util.logging.Logger logger
org.xhtmlrenderer.util.Configuration config
private void println (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
private void info (java.lang.String)
String msg
private void warning (java.lang.String)
String msg
private void warning (java.lang.String, java.lang.Throwable)
String msg
Throwable th
private void fine (java.lang.String)
String msg
private void finer (java.lang.String)
String msg
private void loadDefaultProperties ()
java.io.InputStream readStream
RuntimeException rex
Exception ex
private void loadOverrideProperties (java.lang.String)
java.io.InputStream readStream
java.io.IOException iex
java.net.URL url
java.io.IOException e
java.io.IOException e
java.net.MalformedURLException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.InputStream in
String key
String val
String key
String val
java.io.File f
java.util.Properties temp
java.util.Enumeration elem
java.util.List lp
java.util.Iterator iter
int cnt
java.util.Enumeration allRead
java.util.List ap
SecurityException e
String uri
private java.lang.String getSystemPropertyOverrideFileName ()
SecurityException e
private java.lang.String getUserHomeOverrideFileName ()
SecurityException e
private void loadSystemProperties ()
String val
SecurityException e
String key
Object val
String key
java.util.Properties sysProps
java.util.Enumeration keys
SecurityException e
java.util.Enumeration elem
java.util.List lp
java.util.Iterator iter
int cnt
private void logAfterLoad ()
String key
String val
java.util.Enumeration elem
java.util.List lp
java.util.Iterator iter
public static java.lang.String valueFor (java.lang.String)
String key
org.xhtmlrenderer.util.Configuration conf
String val
public static boolean hasValue (java.lang.String)
String key
org.xhtmlrenderer.util.Configuration conf
String val
public static int valueAsByte (java.lang.String, byte)
NumberFormatException nex
String key
byte defaultVal
String val
byte bval
public static int valueAsShort (java.lang.String, short)
NumberFormatException nex
String key
short defaultVal
String val
short sval
public static int valueAsInt (java.lang.String, int)
NumberFormatException nex
String key
int defaultVal
String val
int ival
public static long valueAsLong (java.lang.String, long)
NumberFormatException nex
String key
long defaultVal
String val
long lval
public static float valueAsFloat (java.lang.String, float)
NumberFormatException nex
String key
float defaultVal
String val
float fval
public static double valueAsDouble (java.lang.String, double)
NumberFormatException nex
String key
double defaultVal
String val
double dval
public static java.lang.String valueFor (java.lang.String, java.lang.String)
String key
String defaultVal
org.xhtmlrenderer.util.Configuration conf
String val
public static java.util.Iterator keysByPrefix (java.lang.String)
String key
String prefix
org.xhtmlrenderer.util.Configuration conf
java.util.Iterator iter
java.util.List l
public static void main (java.lang.String[])
Exception ex
String[] args
public static boolean isTrue (java.lang.String, boolean)
String key
boolean defaultVal
String val
public static boolean isFalse (java.lang.String, boolean)
String key
boolean defaultVal
private static synchronized org.xhtmlrenderer.util.Configuration instance ()
public static java.lang.Object valueFromClassConstant (java.lang.String, java.lang.Object)
IndexOutOfBoundsException e
ClassNotFoundException e
IllegalAccessException e
java.lang.reflect.Field fld
NoSuchFieldException e
String key
Object defaultValue
org.xhtmlrenderer.util.Configuration conf
String val
int idx
String klassname
String cnst
Class klass
Object cnstVal
private java.util.Properties newFallbackProperties ()
java.util.Properties props
}
org/xhtmlrenderer/util/DownscaleQuality.classDownscaleQuality.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.DownscaleQuality extends java.lang.Object {
private static java.util.Map constList
public static final org.xhtmlrenderer.util.DownscaleQuality HIGH_QUALITY
public static final org.xhtmlrenderer.util.DownscaleQuality LOW_QUALITY
public static final org.xhtmlrenderer.util.DownscaleQuality FAST
public static final org.xhtmlrenderer.util.DownscaleQuality AREA
private final String type
private static org.xhtmlrenderer.util.DownscaleQuality addConstant (java.lang.String)
String type
org.xhtmlrenderer.util.DownscaleQuality q
private static void init ()
private void (java.lang.String)
String type
public java.lang.String asString ()
public static org.xhtmlrenderer.util.DownscaleQuality forString (java.lang.String, org.xhtmlrenderer.util.DownscaleQuality)
String type
org.xhtmlrenderer.util.DownscaleQuality dflt
org.xhtmlrenderer.util.DownscaleQuality q
static void ()
}
org/xhtmlrenderer/util/FSImageWriter.classFSImageWriter.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.FSImageWriter extends java.lang.Object {
private String imageFormat
private float writeCompressionQuality
private int writeCompressionMode
private String writeCompressionType
public static final String DEFAULT_IMAGE_FORMAT
public void ()
public void (java.lang.String)
String imageFormat
public static org.xhtmlrenderer.util.FSImageWriter newJpegWriter (float)
float quality
org.xhtmlrenderer.util.FSImageWriter writer
public void write (java.awt.image.BufferedImage, java.lang.String) throws java.io.IOException
java.awt.image.BufferedImage bimg
String filePath
java.io.File file
java.io.OutputStream fos
public void write (java.awt.image.BufferedImage, java.io.OutputStream) throws java.io.IOException
javax.imageio.ImageWriteParam iwparam
java.io.IOException e
java.io.IOException e
Exception e
java.io.IOException e
java.io.IOException e
java.io.IOException e
Exception e
java.io.IOException e
java.io.IOException e
Exception e
java.awt.image.BufferedImage bimg
java.io.OutputStream os
javax.imageio.ImageWriter writer
javax.imageio.stream.ImageOutputStream ios
protected javax.imageio.ImageWriteParam getImageWriteParameters (javax.imageio.ImageWriter)
javax.imageio.ImageWriter writer
javax.imageio.ImageWriteParam param
public void setWriteCompressionQuality (float)
float q
public void setWriteCompressionMode (int)
int mode
public void setWriteCompressionType (java.lang.String)
String type
private javax.imageio.ImageWriter lookupImageWriterForFormat (java.lang.String)
String imageFormat
javax.imageio.ImageWriter writer
java.util.Iterator iter
}
org/xhtmlrenderer/util/GeneralUtil.classGeneralUtil.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.GeneralUtil extends java.lang.Object {
public static final java.text.DecimalFormat PADDED_HASH_FORMAT
public void ()
public static java.io.InputStream openStreamFromClasspath (java.lang.Object, java.lang.String)
java.net.URL stream
ClassLoader loader
Exception ex
Object obj
String resource
java.io.InputStream readStream
public static java.net.URL getURLFromClasspath (java.lang.Object, java.lang.String)
ClassLoader loader
Exception ex
Object obj
String resource
java.net.URL url
public static void dumpShortException (java.lang.Exception)
StackTraceElement ste
int i
Exception ex
String s
StackTraceElement[] stes
public static java.lang.String trackBack (int)
StackTraceElement ste
int i
String s
int cnt
Exception ex
StringBuffer sb
java.util.List list
StackTraceElement[] stes
java.util.Iterator iter
StringBuffer padding
StringBuffer trackback
public static java.lang.String classNameOnly (java.lang.Object)
Object o
String s
public static java.lang.String classNameOnly (java.lang.String)
String cname
String s
public static java.lang.String paddedHashCode (java.lang.Object)
Object o
String s
public static boolean isMacOSX ()
SecurityException e
public static java.lang.StringBuffer htmlEscapeSpace (java.lang.String)
char ch
int i
String uri
StringBuffer sbURI
public static java.lang.String inputStreamToString (java.io.InputStream) throws java.io.IOException
int n
java.io.InputStream is
java.io.InputStreamReader isr
java.io.BufferedReader br
java.io.StringWriter sw
char[] c
public static void main (java.lang.String[])
java.io.IOException e
String[] args
java.io.File f
public static void writeStringToFile (java.lang.String, java.lang.String, java.lang.String) throws java.io.IOException java.io.UnsupportedEncodingException
String content
String encoding
String fileName
java.io.File f
java.io.FileOutputStream fos
java.io.OutputStreamWriter osw
java.io.BufferedWriter bw
java.io.PrintWriter pw
public static int parseIntRelaxed (java.lang.String)
char c
int i
NumberFormatException exception
String s
StringBuffer buffer
public static final java.lang.String escapeHTML (java.lang.String)
char c
int i
String s
StringBuffer sb
int n
static void ()
}
org/xhtmlrenderer/util/GenerateBigFile.classGenerateBigFile.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.GenerateBigFile extends java.lang.Object {
public void ()
public static void main (java.lang.String[])
String[] styles
String[] fonts
String style
String font
String colour
int i
Exception e
String[] args
java.io.PrintWriter out
}
org/xhtmlrenderer/util/IOUtil.classIOUtil.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.IOUtil extends java.lang.Object {
public void ()
public static void copyFile (java.io.File, java.io.File) throws java.io.IOException
java.io.File page
java.io.File outputDir
java.io.InputStream in
java.io.File outputFile
java.io.OutputStream out
byte[] buf
int len
public static void deleteAllFiles (java.io.File) throws java.io.IOException
java.io.File file
int i
java.io.File dir
java.io.File[] files
}
org/xhtmlrenderer/util/ImageUtil$AbstractFastScaler.classImageUtil.java
package org.xhtmlrenderer.util
abstract org.xhtmlrenderer.util.ImageUtil$AbstractFastScaler extends java.lang.Object implements org.xhtmlrenderer.util.ImageUtil$Scaler {
void ()
public java.awt.image.BufferedImage getScaledInstance (java.awt.image.BufferedImage, org.xhtmlrenderer.util.ScalingOptions)
java.awt.image.BufferedImage img
org.xhtmlrenderer.util.ScalingOptions opt
java.awt.Image scaled
protected abstract int getImageScalingMethod ()
}
org/xhtmlrenderer/util/ImageUtil$AreaAverageScaler.classImageUtil.java
package org.xhtmlrenderer.util
org.xhtmlrenderer.util.ImageUtil$AreaAverageScaler extends org.xhtmlrenderer.util.ImageUtil$AbstractFastScaler {
void ()
protected int getImageScalingMethod ()
}
org/xhtmlrenderer/util/ImageUtil$FastScaler.classImageUtil.java
package org.xhtmlrenderer.util
org.xhtmlrenderer.util.ImageUtil$FastScaler extends java.lang.Object implements org.xhtmlrenderer.util.ImageUtil$Scaler {
void ()
public java.awt.image.BufferedImage getScaledInstance (java.awt.image.BufferedImage, org.xhtmlrenderer.util.ScalingOptions)
java.awt.image.BufferedImage img
org.xhtmlrenderer.util.ScalingOptions opt
int w
int h
java.awt.image.BufferedImage scaled
java.awt.Graphics2D g2
}
org/xhtmlrenderer/util/ImageUtil$HighQualityScaler.classImageUtil.java
package org.xhtmlrenderer.util
org.xhtmlrenderer.util.ImageUtil$HighQualityScaler extends java.lang.Object implements org.xhtmlrenderer.util.ImageUtil$Scaler {
void ()
public java.awt.image.BufferedImage getScaledInstance (java.awt.image.BufferedImage, org.xhtmlrenderer.util.ScalingOptions)
int w
int h
java.awt.image.BufferedImage tmp
java.awt.Graphics2D g2
java.awt.image.BufferedImage img
org.xhtmlrenderer.util.ScalingOptions opt
int w
int h
int imgw
int imgh
java.awt.image.BufferedImage scaled
}
org/xhtmlrenderer/util/ImageUtil$OldScaler.classImageUtil.java
package org.xhtmlrenderer.util
org.xhtmlrenderer.util.ImageUtil$OldScaler extends org.xhtmlrenderer.util.ImageUtil$AbstractFastScaler {
void ()
protected int getImageScalingMethod ()
}
org/xhtmlrenderer/util/ImageUtil$Scaler.classImageUtil.java
package org.xhtmlrenderer.util
abstract org.xhtmlrenderer.util.ImageUtil$Scaler extends java.lang.Object {
public abstract java.awt.image.BufferedImage getScaledInstance (java.awt.image.BufferedImage, org.xhtmlrenderer.util.ScalingOptions)
}
org/xhtmlrenderer/util/ImageUtil.classImageUtil.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.ImageUtil extends java.lang.Object {
private static final java.util.Map qual
public void ()
public static void clearImage (java.awt.image.BufferedImage, java.awt.Color)
java.awt.image.BufferedImage image
java.awt.Color bgColor
java.awt.Graphics2D g2d
public static void clearImage (java.awt.image.BufferedImage)
java.awt.image.BufferedImage image
public static java.awt.image.BufferedImage createCompatibleBufferedImage (int, int, int)
java.awt.GraphicsDevice gs
java.awt.GraphicsConfiguration gc
int type
int width
int height
int biType
java.awt.image.BufferedImage bimage
java.awt.GraphicsEnvironment ge
public static java.awt.image.BufferedImage createCompatibleBufferedImage (int, int)
int width
int height
public static java.awt.image.BufferedImage getScaledInstance (org.xhtmlrenderer.util.ScalingOptions, java.awt.image.BufferedImage)
org.xhtmlrenderer.util.ScalingOptions opt
java.awt.image.BufferedImage orgImage
int w
int h
org.xhtmlrenderer.util.ImageUtil$Scaler scaler
java.awt.image.BufferedImage tmp
public static java.awt.image.BufferedImage getScaledInstance (java.awt.image.BufferedImage, int, int)
java.awt.image.BufferedImage orgImage
int targetWidth
int targetHeight
String downscaleQuality
org.xhtmlrenderer.util.DownscaleQuality quality
Object hint
org.xhtmlrenderer.util.ScalingOptions opt
public static java.util.List scaleMultiple (org.xhtmlrenderer.util.ScalingOptions, java.awt.image.BufferedImage, java.util.List)
java.awt.Dimension dim
java.awt.image.BufferedImage scaled
org.xhtmlrenderer.util.ScalingOptions opt
java.awt.image.BufferedImage img
java.util.List dimensions
java.util.List scaledImages
java.util.Iterator iter
public static java.awt.image.BufferedImage convertToBufferedImage (java.awt.Image, int)
java.awt.image.BufferedImage bimg
java.awt.Graphics2D g
java.awt.Image awtImg
int type
java.awt.image.BufferedImage bimg
public static java.awt.Image createTransparentImage (int, int)
int width
int height
java.awt.image.BufferedImage bi
java.awt.Graphics2D g2d
java.awt.Color transparent
static void ()
}
org/xhtmlrenderer/util/JDKXRLogger.classJDKXRLogger.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.JDKXRLogger extends java.lang.Object implements org.xhtmlrenderer.util.XRLogger {
private static boolean initPending
static Class class$org$xhtmlrenderer$util$JDKXRLogger
public void ()
public void log (java.lang.String, java.util.logging.Level, java.lang.String)
String where
java.util.logging.Level level
String msg
public void log (java.lang.String, java.util.logging.Level, java.lang.String, java.lang.Throwable)
String where
java.util.logging.Level level
String msg
Throwable th
public void setLevel (java.lang.String, java.util.logging.Level)
String logger
java.util.logging.Level level
private static java.util.logging.Logger getLogger (java.lang.String)
String log
private static void init ()
java.util.Properties props
SecurityException e
java.io.FileNotFoundException e
java.io.IOException e
private static java.util.Properties retrieveLoggingProperties ()
String fullkey
String lmkey
String value
String prefix
java.util.Iterator iter
java.util.Properties props
private static void initializeJDKLogManager (java.util.Properties) throws java.io.IOException
String k2
String key
String prop
String handlerClassName
String formatterClassName
java.util.Iterator it
java.util.Properties fsLoggingProperties
java.util.List loggers
java.util.Enumeration keys
java.util.Map handlers
java.util.Map handlerFormatterMap
private static void configureLoggerHandlerForwarding (java.util.Properties, java.util.List)
java.util.logging.Logger logger
java.util.Iterator it
java.util.Properties fsLoggingProperties
java.util.List loggers
String val
boolean flag
private static void assignFormatter (java.util.Map, java.lang.String, java.lang.String)
Class fclass
java.util.logging.Formatter f
ClassNotFoundException e
IllegalAccessException e
InstantiationException e
java.util.Map handlers
String handlerClassName
String formatterClassName
java.util.logging.Handler handler
private static java.util.List retrieveLoggers ()
String ln
java.util.List loggerNames
java.util.List loggers
java.util.Iterator it
private static java.util.Map configureLogHandlers (java.util.List, java.lang.String)
Class handlerClass
java.util.logging.Handler handler
ClassNotFoundException e
IllegalAccessException e
InstantiationException e
String name
int i
java.util.logging.Handler handler
java.util.Iterator ith
java.util.logging.Logger logger
java.util.Iterator iterator
java.util.List loggers
String handlerClassList
String[] names
java.util.Map handlers
private static void configureLogLevel (java.lang.String, java.lang.String)
String loggerName
String levelValue
java.util.logging.Level level
java.util.logging.Logger logger
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
}
org/xhtmlrenderer/util/LoggerUtil.classLoggerUtil.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.LoggerUtil extends java.lang.Object {
public void ()
public static java.util.logging.Logger getDebugLogger (java.lang.Class)
Class cls
java.util.logging.Logger l
public static java.util.logging.Level parseLogLevel (java.lang.String, java.util.logging.Level)
String val
java.util.logging.Level defaultLogLevel
}
org/xhtmlrenderer/util/PermutationGenerator.classPermutationGenerator.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.PermutationGenerator extends java.lang.Object {
private int[] a
private java.math.BigInteger numLeft
private java.math.BigInteger total
public void (int)
int n
public void reset ()
int i
public java.math.BigInteger getNumLeft ()
public java.math.BigInteger getTotal ()
public boolean hasMore ()
private static java.math.BigInteger getFactorial (int)
int i
int n
java.math.BigInteger fact
public int[] getNext ()
int temp
int j
int k
int r
int s
}
org/xhtmlrenderer/util/ScalingOptions.classScalingOptions.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.ScalingOptions extends java.lang.Object {
private org.xhtmlrenderer.util.DownscaleQuality downscalingHint
private Object renderingHint
private int targetWidth
private int targetHeight
public void (org.xhtmlrenderer.util.DownscaleQuality, java.lang.Object)
org.xhtmlrenderer.util.DownscaleQuality downscalingHint
Object interpolationHint
public void ()
public void (int, int, int, org.xhtmlrenderer.util.DownscaleQuality, java.lang.Object)
int targetWidth
int targetHeight
int type
org.xhtmlrenderer.util.DownscaleQuality downscalingHint
Object hint
public org.xhtmlrenderer.util.DownscaleQuality getDownscalingHint ()
public java.lang.Object getRenderingHint ()
public void applyRenderingHints (java.awt.Graphics2D)
java.awt.Graphics2D g2
protected java.util.Map getRenderingHints ()
java.util.HashMap map
public boolean sizeMatches (int, int)
int w
int h
public boolean sizeMatches (java.awt.Image)
java.awt.Image img
public int getTargetWidth ()
public int getTargetHeight ()
public void setTargetWidth (int)
int targetWidth
public void setTargetHeight (int)
int targetHeight
public void setTargetDimensions (java.awt.Dimension)
java.awt.Dimension dim
}
org/xhtmlrenderer/util/SystemPropertiesUtil.classSystemPropertiesUtil.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.SystemPropertiesUtil extends java.lang.Object {
public void ()
public static java.lang.String getPropertyOrDefaultSandbox (java.lang.String, java.lang.String)
SecurityException e
String propertyName
String defaultVal
String val
}
org/xhtmlrenderer/util/Util.classUtil.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.Util extends java.lang.Object {
private java.io.PrintWriter pw
private boolean on
public void (java.io.PrintWriter)
java.io.PrintWriter writer
public void (java.io.OutputStream)
java.io.OutputStream out
public void print (java.lang.Object)
Object o
public void println (java.lang.Object)
Object o
public void println (java.lang.Object, boolean)
Object o
boolean line
public void print_vector (java.util.Vector)
int i
java.util.Vector v
public void print_array (int[][])
int j
int i
int[][] array
public void print_array (java.lang.Object[])
int i
Object[] array
public void print_array (int[])
int i
int[] array
public void print_hashtable (java.util.Hashtable)
String key
java.util.Hashtable h
java.util.Enumeration keys
public void print_array (byte[])
int i
byte[] array
public void print_date (java.util.Date)
java.util.Date date
java.text.DateFormat date_format
public void print_calendar (java.util.Calendar)
java.util.Calendar cal
public void printUnixtime (long)
long sec
public void setOn (boolean)
boolean on
public void setPrintWriter (java.io.PrintWriter)
java.io.PrintWriter writer
private void ps (java.lang.String)
String s
private void ps (java.lang.String, boolean)
String s
boolean line
public static java.lang.String file_to_string (java.lang.String) throws java.io.FileNotFoundException java.io.IOException
String filename
java.io.File file
public static void string_to_file (java.lang.String, java.io.File) throws java.io.IOException
int n
String text
java.io.File file
java.io.FileWriter writer
java.io.StringReader reader
char[] buf
public static int string_to_int (java.lang.String)
String str
public static java.lang.String stack_to_string (java.lang.Exception)
Exception e
java.io.StringWriter sw
java.io.PrintWriter pw
public static java.lang.String stack_to_string (java.lang.Throwable)
Throwable e
java.io.StringWriter sw
java.io.PrintWriter pw
public static java.lang.String inputstream_to_string (java.io.InputStream) throws java.io.IOException
int n
java.io.InputStream in
java.io.Reader reader
java.io.StringWriter writer
char[] buf
public static java.lang.String file_to_string (java.io.File) throws java.io.FileNotFoundException java.io.IOException
int n
java.io.File file
java.io.FileReader reader
java.io.StringWriter writer
char[] buf
public static java.lang.String replace (java.lang.String, java.lang.String, java.lang.String)
int off
String source
String target
String replacement
StringBuffer output
int n
public static java.lang.String[] vector_to_strings (java.util.Vector)
int i
java.util.Vector v
int len
String[] ret
public static java.lang.String[] list_to_strings (java.util.List)
int i
java.util.List l
int len
String[] ret
public static java.util.List toList (java.lang.Object[])
Object[] array
public static java.util.List to_list (java.lang.Object[])
int i
Object[] array
java.util.List list
public static void sleep (long)
InterruptedException ex
long msec
public static void center (javax.swing.JFrame)
javax.swing.JFrame frame
java.awt.Dimension screen_size
public static void center (javax.swing.JDialog)
javax.swing.JDialog frame
java.awt.Dimension screen_size
public static boolean isNumber (java.lang.String)
NumberFormatException e
String str
}
org/xhtmlrenderer/util/Uu.classUu.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.Uu extends org.xhtmlrenderer.util.Util {
private static org.xhtmlrenderer.util.Util util
private static org.xhtmlrenderer.util.Util utilAsString
private void ()
public static void on ()
public static void off ()
public static void p (java.lang.Object)
Object object
java.io.StringWriter sw
java.io.PrintWriter pw
public static void pr (java.lang.Object)
Object object
java.io.StringWriter sw
java.io.PrintWriter pw
public static void sleep (int) throws java.lang.InterruptedException
int msec
public static void dump_stack ()
public static void main (java.lang.String[])
Exception ex
String[] args
private static void init ()
}
org/xhtmlrenderer/util/XMLUtil.classXMLUtil.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.XMLUtil extends java.lang.Object {
public void ()
public static org.w3c.dom.Document documentFromString (java.lang.String) throws java.lang.Exception
String documentContents
public static org.w3c.dom.Document documentFromFile (java.lang.String) throws java.lang.Exception
String filename
private static javax.xml.parsers.DocumentBuilder createDocumentBuilder () throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.DocumentBuilderFactory fact
javax.xml.parsers.DocumentBuilder builder
}
org/xhtmlrenderer/util/XRLog.classXRLog.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.XRLog extends java.lang.Object {
private static final java.util.List LOGGER_NAMES
public static final String CONFIG
public static final String EXCEPTION
public static final String GENERAL
public static final String INIT
public static final String JUNIT
public static final String LOAD
public static final String MATCH
public static final String CASCADE
public static final String XML_ENTITIES
public static final String CSS_PARSE
public static final String LAYOUT
public static final String RENDER
private static boolean initPending
private static org.xhtmlrenderer.util.XRLogger loggerImpl
private static boolean loggingEnabled
static Class class$org$xhtmlrenderer$util$XRLog
public void ()
private static java.lang.String registerLoggerByName (java.lang.String)
String loggerName
public static java.util.List listRegisteredLoggers ()
public static void cssParse (java.lang.String)
String msg
public static void cssParse (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void cssParse (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void xmlEntities (java.lang.String)
String msg
public static void xmlEntities (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void xmlEntities (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void cascade (java.lang.String)
String msg
public static void cascade (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void cascade (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void exception (java.lang.String)
String msg
public static void exception (java.lang.String, java.lang.Throwable)
String msg
Throwable th
public static void general (java.lang.String)
String msg
public static void general (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void general (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void init (java.lang.String)
String msg
public static void init (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void init (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void junit (java.lang.String)
String msg
public static void junit (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void junit (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void load (java.lang.String)
String msg
public static void load (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void load (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void match (java.lang.String)
String msg
public static void match (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void match (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void layout (java.lang.String)
String msg
public static void layout (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void layout (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void render (java.lang.String)
String msg
public static void render (java.util.logging.Level, java.lang.String)
java.util.logging.Level level
String msg
public static void render (java.util.logging.Level, java.lang.String, java.lang.Throwable)
java.util.logging.Level level
String msg
Throwable th
public static void log (java.lang.String, java.util.logging.Level, java.lang.String)
String where
java.util.logging.Level level
String msg
public static void log (java.lang.String, java.util.logging.Level, java.lang.String, java.lang.Throwable)
String where
java.util.logging.Level level
String msg
Throwable th
public static void main (java.lang.String[])
Exception ex
String[] args
private static void init ()
public static void setLevel (java.lang.String, java.util.logging.Level)
String log
java.util.logging.Level level
public static boolean isLoggingEnabled ()
public static void setLoggingEnabled (boolean)
boolean loggingEnabled
public static org.xhtmlrenderer.util.XRLogger getLoggerImpl ()
public static void setLoggerImpl (org.xhtmlrenderer.util.XRLogger)
org.xhtmlrenderer.util.XRLogger loggerImpl
static java.lang.Class class$ (java.lang.String)
ClassNotFoundException x1
String x0
static void ()
}
org/xhtmlrenderer/util/XRLogger.classXRLogger.java
package org.xhtmlrenderer.util
public abstract org.xhtmlrenderer.util.XRLogger extends java.lang.Object {
public abstract void log (java.lang.String, java.util.logging.Level, java.lang.String)
public abstract void log (java.lang.String, java.util.logging.Level, java.lang.String, java.lang.Throwable)
public abstract void setLevel (java.lang.String, java.util.logging.Level)
}
org/xhtmlrenderer/util/XRRuntimeException.classXRRuntimeException.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.XRRuntimeException extends java.lang.RuntimeException {
private static final long serialVersionUID
public void (java.lang.String)
String msg
public void (java.lang.String, java.lang.Throwable)
String msg
Throwable cause
private void log (java.lang.String)
String msg
private void log (java.lang.String, java.lang.Throwable)
String msg
Throwable cause
}
org/xhtmlrenderer/util/XRSimpleLogFormatter.classXRSimpleLogFormatter.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.XRSimpleLogFormatter extends java.util.logging.Formatter {
private final java.text.MessageFormat mformat
private final java.text.MessageFormat exmformat
private static final String msgFmt
private static final String exmsgFmt
public void ()
public java.lang.String format (java.util.logging.LogRecord)
java.io.StringWriter sw
java.util.logging.LogRecord record
Throwable th
String thName
String thMessage
String trace
String[] args
String log
public java.lang.String formatMessage (java.util.logging.LogRecord)
java.util.logging.LogRecord record
public java.lang.String getHead (java.util.logging.Handler)
java.util.logging.Handler h
public java.lang.String getTail (java.util.logging.Handler)
java.util.logging.Handler h
static void ()
}
org/xhtmlrenderer/util/Zipper.classZipper.java
package org.xhtmlrenderer.util
public org.xhtmlrenderer.util.Zipper extends java.lang.Object {
private final java.io.File sourceDir
private final java.io.File outputFile
public void (java.io.File, java.io.File)
java.io.File sourceDir
java.io.File outputFile
public static void main (java.lang.String[])
java.io.IOException e
String[] args
java.io.File sourceDir
java.io.File outputFile
public java.io.File zipDirectory () throws java.io.IOException
java.util.zip.ZipOutputStream zos
private static void recurseAndZip (java.io.File, java.util.zip.ZipOutputStream) throws java.io.IOException
java.io.File file1
int i
java.io.File[] files
byte[] buf
int len
java.util.zip.ZipEntry entry
java.io.FileInputStream fis
java.io.BufferedInputStream bis
java.io.File file
java.util.zip.ZipOutputStream zos
private static java.io.File getSourceDir (java.lang.String[])
String[] args
String sourceDirPath
java.io.File sourceDir
private static void usageAndExit (java.lang.String)
String msg
}
resources/
resources/conf/
resources/css/
resources/schema/
resources/schema/docbook/
resources/schema/docbook/ent/
resources/schema/html-4.01/
resources/schema/html-4.01/entity/
resources/schema/xhtml/
resources/schema/xhtml/element/
resources/schema/xhtml/entity/
resources/schema/xhtml/notation/
resources/schema/xhtml/xhtml-1/
resources/schema/xhtml/xhtml-1.1/
resources/schema/xhtml/xhtml-1.1/entity/
resources/conf/xhtmlrenderer.conf
resources/css/XhtmlNamespaceHandler.css
resources/schema/docbook/calstblx.dtd
resources/schema/docbook/catalog-docbook.xml
resources/schema/docbook/catalog.xml-org
resources/schema/docbook/dbcentx.mod
resources/schema/docbook/dbgenent.mod
resources/schema/docbook/dbhierx.mod
resources/schema/docbook/dbnotnx.mod
resources/schema/docbook/dbpoolx.mod
resources/schema/docbook/docbook.cat
resources/schema/docbook/docbookx.dtd
resources/schema/docbook/ent/isoamsa.ent
resources/schema/docbook/ent/isoamsb.ent
resources/schema/docbook/ent/isoamsc.ent
resources/schema/docbook/ent/isoamsn.ent
resources/schema/docbook/ent/isoamso.ent
resources/schema/docbook/ent/isoamsr.ent
resources/schema/docbook/ent/isobox.ent
resources/schema/docbook/ent/isocyr1.ent
resources/schema/docbook/ent/isocyr2.ent
resources/schema/docbook/ent/isodia.ent
resources/schema/docbook/ent/isogrk1.ent
resources/schema/docbook/ent/isogrk2.ent
resources/schema/docbook/ent/isogrk3.ent
resources/schema/docbook/ent/isogrk4.ent
resources/schema/docbook/ent/isolat1.ent
resources/schema/docbook/ent/isolat2.ent
resources/schema/docbook/ent/isonum.ent
resources/schema/docbook/ent/isopub.ent
resources/schema/docbook/ent/isotech.ent
resources/schema/docbook/htmltblx.mod
resources/schema/docbook/soextblx.dtd
resources/schema/html-4.01/catalog-html-4.01.xml
resources/schema/html-4.01/entity/html-lat1.ent
resources/schema/html-4.01/entity/html-special.ent
resources/schema/html-4.01/entity/html-symbol.ent
resources/schema/html-4.01/html-4.01-frameset.dtd
resources/schema/html-4.01/html-4.01-strict.dtd
resources/schema/html-4.01/html-4.01-transitional.dtd
resources/schema/xhtml/catalog-xhtml-1.0.xml
resources/schema/xhtml/catalog-xhtml-1.1.xml
resources/schema/xhtml/catalog-xhtml-common.xml
resources/schema/xhtml/element/xhtml-arch-1.mod
resources/schema/xhtml/element/xhtml-base-1.mod
resources/schema/xhtml/element/xhtml-bdo-1.mod
resources/schema/xhtml/element/xhtml-blkphras-1.mod
resources/schema/xhtml/element/xhtml-blkpres-1.mod
resources/schema/xhtml/element/xhtml-blkstruct-1.mod
resources/schema/xhtml/element/xhtml-csismap-1.mod
resources/schema/xhtml/element/xhtml-edit-1.mod
resources/schema/xhtml/element/xhtml-form-1.mod
resources/schema/xhtml/element/xhtml-hypertext-1.mod
resources/schema/xhtml/element/xhtml-image-1.mod
resources/schema/xhtml/element/xhtml-inlphras-1.mod
resources/schema/xhtml/element/xhtml-inlpres-1.mod
resources/schema/xhtml/element/xhtml-inlstruct-1.mod
resources/schema/xhtml/element/xhtml-inlstyle-1.mod
resources/schema/xhtml/element/xhtml-legacy-1.mod
resources/schema/xhtml/element/xhtml-link-1.mod
resources/schema/xhtml/element/xhtml-list-1.mod
resources/schema/xhtml/element/xhtml-meta-1.mod
resources/schema/xhtml/element/xhtml-object-1.mod
resources/schema/xhtml/element/xhtml-param-1.mod
resources/schema/xhtml/element/xhtml-pres-1.mod
resources/schema/xhtml/element/xhtml-ruby-1.mod
resources/schema/xhtml/element/xhtml-script-1.mod
resources/schema/xhtml/element/xhtml-ssismap-1.mod
resources/schema/xhtml/element/xhtml-struct-1.mod
resources/schema/xhtml/element/xhtml-style-1.mod
resources/schema/xhtml/element/xhtml-table-1.mod
resources/schema/xhtml/element/xhtml-text-1.mod
resources/schema/xhtml/entity/xhtml-attribs-1.mod
resources/schema/xhtml/entity/xhtml-charent-1.mod
resources/schema/xhtml/entity/xhtml-datatypes-1.mod
resources/schema/xhtml/entity/xhtml-events-1.mod
resources/schema/xhtml/entity/xhtml-framework-1.mod
resources/schema/xhtml/entity/xhtml-lat1.ent
resources/schema/xhtml/entity/xhtml-qname-1.mod
resources/schema/xhtml/entity/xhtml-special.ent
resources/schema/xhtml/entity/xhtml-symbol.ent
resources/schema/xhtml/notation/xhtml-notations-1.mod
resources/schema/xhtml/xhtml-1.1/entity/xhtml11-model-1.mod
resources/schema/xhtml/xhtml-1.1/xhtml11.dtd
resources/schema/xhtml/xhtml-1/xhtml1-frameset.dtd
resources/schema/xhtml/xhtml-1/xhtml1-strict.dtd
resources/schema/xhtml/xhtml-1/xhtml1-transitional.dtd
META-INF/INDEX.LIST