public class RadioButton extends NativeObject
| Modifier and Type | Method and Description |
|---|---|
Widget |
addNewWidget(Rectangle boundingBox)
Create radio button widget
|
static RadioButton |
createDynamicObject(long handle) |
java.lang.String |
getExportName()
The button's name used when exporting (Getter)
|
WidgetList |
getWidgets()
The button's widget annotations (Getter)
|
equals, hashCodepublic static RadioButton createDynamicObject(long handle)
public Widget addNewWidget(Rectangle boundingBox)
boundingBox - The widget's target rectangle on the pagejava.lang.IllegalStateException - if the document has already been closedjava.lang.UnsupportedOperationException - if the document is read-onlyjava.lang.IllegalArgumentException - if boundingBox is nullpublic java.lang.String getExportName()
java.lang.IllegalStateException - if the object has already been closedpublic WidgetList getWidgets()
java.lang.IllegalStateException - if the object has already been closed