Class AbstractFormField

    • Constructor Detail

      • AbstractFormField

        public AbstractFormField()
    • Method Detail

      • getFieldType

        protected abstract String getFieldType()
      • getX

        protected int getX()
      • setX

        protected void setX​(int x)
      • getY

        protected int getY()
      • setY

        protected void setY​(int y)
      • getWidth

        protected int getWidth()
      • setWidth

        protected void setWidth​(int width)
      • getHeight

        protected int getHeight()
      • setHeight

        protected void setHeight​(int height)
      • isChecked

        protected boolean isChecked​(Element e)
      • isReadOnly

        protected boolean isReadOnly​(Element e)
      • isSelected

        protected boolean isSelected​(Element e)
      • initDimensions

        protected void initDimensions​(LayoutContext c,
                                      BlockBox box,
                                      int cssWidth,
                                      int cssHeight)
      • spaces

        protected String spaces​(int count)
      • setStrokeColor

        protected void setStrokeColor​(com.lowagie.text.pdf.PdfTemplate template,
                                      FSColor color)
      • setFillColor

        protected void setFillColor​(com.lowagie.text.pdf.PdfTemplate template,
                                    FSColor color)