|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.layouter.context.DefaultLayoutContext
public class DefaultLayoutContext
Creation-Date: 14.12.2005, 13:42:06
Constructor Summary | |
---|---|
DefaultLayoutContext(ContextId contextId,
java.lang.String namespace,
java.lang.String tagName,
java.lang.String pseudoElement,
AttributeMap attributeMap)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
copyFrom(LayoutStyle style)
|
LayoutContext |
derive()
|
LayoutContext |
detach(java.util.Map counters,
java.util.Map strings)
|
void |
dispose()
|
AttributeMap |
getAttributes()
May never be null. |
BackgroundSpecification |
getBackgroundSpecification()
|
ContentSpecification |
getContentSpecification()
|
ContextId |
getContextId()
|
java.util.Map |
getCounters()
|
FontSpecification |
getFontSpecification()
|
java.util.Locale |
getLanguage()
Returns the language definition of this layout context. |
ListSpecification |
getListSpecification()
|
java.lang.String |
getNamespace()
May be null. |
java.lang.String |
getPseudoElement()
An element can be exactly one pseudo-element type. |
java.util.Map |
getStrings()
|
LayoutStyle |
getStyle()
|
java.lang.String |
getTagName()
May be null. |
CSSValue |
getValue(StyleKey key)
|
boolean |
isPseudoElement()
|
void |
setValue(StyleKey key,
CSSValue value)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultLayoutContext(ContextId contextId, java.lang.String namespace, java.lang.String tagName, java.lang.String pseudoElement, AttributeMap attributeMap)
Method Detail |
---|
public java.lang.String getPseudoElement()
LayoutContext
getPseudoElement
in interface LayoutContext
public java.lang.String getNamespace()
LayoutContext
getNamespace
in interface LayoutContext
public java.lang.String getTagName()
LayoutContext
getTagName
in interface LayoutContext
public AttributeMap getAttributes()
LayoutContext
getAttributes
in interface LayoutContext
public BackgroundSpecification getBackgroundSpecification()
getBackgroundSpecification
in interface LayoutContext
public FontSpecification getFontSpecification()
getFontSpecification
in interface LayoutContext
public ContentSpecification getContentSpecification()
getContentSpecification
in interface LayoutContext
public ListSpecification getListSpecification()
getListSpecification
in interface LayoutContext
public void setValue(StyleKey key, CSSValue value)
setValue
in interface LayoutStyle
public CSSValue getValue(StyleKey key)
getValue
in interface LayoutStyle
public LayoutStyle getStyle()
public ContextId getContextId()
getContextId
in interface LayoutContext
public java.util.Locale getLanguage()
getLanguage
in interface LayoutContext
public boolean isPseudoElement()
isPseudoElement
in interface LayoutContext
public java.lang.Object clone()
clone
in class java.lang.Object
public LayoutContext derive()
derive
in interface LayoutContext
public void dispose()
dispose
in interface LayoutContext
public boolean copyFrom(LayoutStyle style)
copyFrom
in interface LayoutStyle
public java.util.Map getCounters()
getCounters
in interface LayoutContext
public java.util.Map getStrings()
getStrings
in interface LayoutContext
public LayoutContext detach(java.util.Map counters, java.util.Map strings)
detach
in interface LayoutContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |