public interface Configuration
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_NAME
application name
|
static String |
RESOURCE_PATH |
static int |
TARGET_SHAPE_ELIPSE
Picture section selector will be in oval shape
|
static int |
TARGET_SHAPE_FULL
Picture section selector will match the size of the photo, with scaling
taken into account
|
static int |
TARGET_SHAPE_RECT
Picture section selector will be in rectangular shape
|
| Modifier and Type | Method and Description |
|---|---|
AppletContext |
getAppletContext()
Deprecated.
No direct replacement. This app has outgrown the applet
technology. Use Java Web Start instead.
|
String |
getAuthenticationPrompt() |
File |
getAutoloadImageFile()
Returns image file to be loaded on startup, if one is configured and
read successfully.
|
String |
getBusinessNameLong()
Name of the business running this app.
|
String |
getBusinessNameShort()
One word short name of the business.
|
String |
getHelpPageUrl()
Full URL to the home page of the help system.
|
ImageExporter |
getImageExporter()
Returns image export plugin.
|
Properties |
getImageExporterConfig() |
TextEncrypter |
getLoginIdEncrypter() |
Properties |
getLoginIdEncrypterConfig() |
String |
getLookAndFeel() |
int |
getNumberOfPics() |
TextEncrypter |
getPasswordEncrypter() |
Properties |
getPasswordEncrypterConfig() |
ImageOutputSettings |
getPicSettings(int picNo) |
String |
getRadioOutputTypeLabel()
Desired label for selector radio button group.
|
String |
getRemoteHost()
URL of a remote host where image should be uploaded to.
|
String |
getWelcomeResourcePath()
Internal resource for welcome startup screen.
|
String |
getWelcomeUrl()
External URL for welcome startup screen.
|
int |
getWindowHeight() |
String |
getWindowTitle() |
int |
getWindowWidth() |
boolean |
isAuthenticationRequired()
Determines if user must authenticate to the server before uploading a
photo.
|
boolean |
isRulerToggleVisible() |
boolean |
isRulerVisible()
Determines if ruler is enabled for this instance.
|
boolean |
isSelectorVisible() |
static final String RESOURCE_PATH
static final int TARGET_SHAPE_RECT
static final int TARGET_SHAPE_ELIPSE
static final int TARGET_SHAPE_FULL
static final String APP_NAME
int getNumberOfPics()
ConfigParameters.NUMBER_OF_PIC_OUTPUTSboolean isSelectorVisible()
ConfigParameters.PIC_SELECTOR_VISIBLEboolean isRulerVisible()
ConfigParameters.RULER_VISIBLEboolean isRulerToggleVisible()
ConfigParameters.RULER_TOGGLE_ONOFF_VISIBLEint getWindowWidth()
ConfigParameters.WINDOW_WIDTHint getWindowHeight()
ConfigParameters.WINDOW_HEIGHTImageOutputSettings getPicSettings(int picNo) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsExceptionString getHelpPageUrl()
ConfigParameters.HELP_PAGE_URLString getRemoteHost()
ConfigParameters.HOSTString getBusinessNameLong()
ConfigParameters.BUSINESS_NAME_LONGString getBusinessNameShort()
ConfigParameters.BUSINESS_NAME_SHORTFile getAutoloadImageFile()
ConfigParameters.AUTOLOAD_IMAGE_FILEPATHString getWindowTitle()
ConfigParameters.WINDOW_TITLEString getLookAndFeel()
ConfigParameters.LOOK_AND_FEELImageExporter getImageExporter()
ConfigParameters.IMAGE_EXPORT_PLUGINProperties getImageExporterConfig()
boolean isAuthenticationRequired()
ConfigParameters.AUTH_REQUIREDTextEncrypter getLoginIdEncrypter()
ConfigParameters.AUTH_LOGINID_PLUGINProperties getLoginIdEncrypterConfig()
TextEncrypter getPasswordEncrypter()
ConfigParameters.AUTH_PASS_PLUGINProperties getPasswordEncrypterConfig()
String getAuthenticationPrompt()
ConfigParameters.AUTH_PROMPTAppletContext getAppletContext()
String getRadioOutputTypeLabel()
ConfigParameters.RADIOGROUP_OUTPUTTYPE_LABELString getWelcomeUrl()
getWelcomeResourcePath().ConfigParameters.WELCOME_URLString getWelcomeResourcePath()
getWelcomeUrl().ConfigParameters.WELCOME_RESOURCE_PATHCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.