Home
last modified time | relevance | path

Searched refs:convert2Char (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/txt/border/
H A DDashedBorderElement.java130 public char convert2Char() { in convert2Char() method in DashedBorderElement
138 ch = toSolidAndDouble().convert2Char(); in convert2Char()
H A DDottedBorderElement.java43 public char convert2Char() { in convert2Char() method in DottedBorderElement
H A DBorderManager.java101 c = borderInfo[y][x].convert2Char(); in getCharacter()
H A DAbstractBorderElement.java148 public abstract char convert2Char(); in convert2Char() method in AbstractBorderElement
H A DSolidAndDoubleBorderElement.java269 public char convert2Char() { in convert2Char() method in SolidAndDoubleBorderElement