com.crionics.jpdf.forms
Class RadioButtonField

java.lang.Object
  extended by PdfObjectContainer
      extended by com.crionics.jpdf.forms.AbstractField
          extended by com.crionics.jpdf.forms.AbstractButtonField
              extended by com.crionics.jpdf.forms.RadioButtonField

public class RadioButtonField
extends AbstractButtonField

Radio button Field Implementation


Method Summary
static RadioButtonField createInstance(PdfDocument doc, java.lang.String name, int pageIndex, java.awt.Rectangle rect)
           
 
Methods inherited from class com.crionics.jpdf.forms.AbstractButtonField
getAvailableValues, getDefaultValue, getValue, getValueAsBoolean, isLinked, setDefaultValue, setTextFont, setValue, setValue
 
Methods inherited from class com.crionics.jpdf.forms.AbstractField
getAssociatedPageIndex, getBorderColor, getBorderStyle, getBorderWidth, getFillColor, getName, getOrientation, getPosition, getTextColor, getTextFont, getTextSize, getToolTip, isHidden, isPrintable, isReadOnly, setBorderColor, setBorderStyle, setBorderWidth, setFillColor, setHidden, setOrientation, setPosition, setPrintable, setReadOnly, setTextColor, setTextFont, setTextSize, setToolTip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInstance

public static RadioButtonField createInstance(PdfDocument doc,
                                              java.lang.String name,
                                              int pageIndex,
                                              java.awt.Rectangle rect)
                                       throws PdfException,
                                              java.io.IOException
Throws:
PdfException
java.io.IOException


Copyright © 1999-2007 Crionics. All Rights Reserved.