Class DashedBorderElement

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

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

    • DashedBorderElement

      public DashedBorderElement(int type)
      Constructs a newly allocated DashedBorderElement object. Fills data using superclass constructor.
      Parameters:
      type - binary representation of type gives data
  • Method Details