class PdfTempura::Render::Debug::FieldSetAnnotation

Private Instance Methods

box_color() click to toggle source
# File lib/pdf_tempura/render/debug/field_set_annotation.rb, line 8
def box_color
  "66CCFF"
end
render_label(pdf) click to toggle source
# File lib/pdf_tempura/render/debug/field_set_annotation.rb, line 16
def render_label(pdf)
  pdf.text_box "fieldset: #{@field.name}", label_options
end
render_xy(pdf) click to toggle source
# File lib/pdf_tempura/render/debug/field_set_annotation.rb, line 12
def render_xy(pdf)
  #don't render an xy label for this annotation
end