Class DottedBorderElement

java.lang.Object
org.apache.fop.render.txt.border.AbstractBorderElement
org.apache.fop.render.txt.border.DottedBorderElement
All Implemented Interfaces:
Constants

public class DottedBorderElement extends AbstractBorderElement
This class is responsible for managing of dotted border elements.
  • Constructor Details

    • DottedBorderElement

      public DottedBorderElement()
  • Method Details

    • merge

      Merges dotted border element with another border element. Here merging is quite simple: returning this without any comparing.
      Specified by:
      merge in class AbstractBorderElement
      Parameters:
      e - instance of AbstractBorderElement
      Returns:
      instance of DottedBorderElement
    • convert2Char

      public char convert2Char()
      Convert internal representation of border element to char.
      Specified by:
      convert2Char in class AbstractBorderElement
      Returns:
      corresponding char