|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.fonts.text.breaks.LineBreakProducer
public class LineBreakProducer
This produces linebreaks when a CR/LF is encountered. This corresponds to the expected behaviour of HTML-pre elements.
Field Summary |
---|
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.breaks.BreakOpportunityProducer |
---|
BREAK_CHAR, BREAK_LINE, BREAK_NEVER, BREAK_SYLLABLE, BREAK_WORD |
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer |
---|
END_OF_TEXT, START_OF_TEXT |
Constructor Summary | |
---|---|
LineBreakProducer()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
createBreakOpportunity(int codepoint)
|
void |
reset()
|
void |
startText()
Signals the start of text. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineBreakProducer()
Method Detail |
---|
public void startText()
public int createBreakOpportunity(int codepoint)
createBreakOpportunity
in interface BreakOpportunityProducer
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface BreakOpportunityProducer
clone
in interface ClassificationProducer
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void reset()
reset
in interface BreakOpportunityProducer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |