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_OUTPUTS
boolean isSelectorVisible()
ConfigParameters.PIC_SELECTOR_VISIBLE
boolean isRulerVisible()
ConfigParameters.RULER_VISIBLE
boolean isRulerToggleVisible()
ConfigParameters.RULER_TOGGLE_ONOFF_VISIBLE
int getWindowWidth()
ConfigParameters.WINDOW_WIDTH
int getWindowHeight()
ConfigParameters.WINDOW_HEIGHT
ImageOutputSettings getPicSettings(int picNo) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException
String getHelpPageUrl()
ConfigParameters.HELP_PAGE_URL
String getRemoteHost()
ConfigParameters.HOST
String getBusinessNameLong()
ConfigParameters.BUSINESS_NAME_LONG
String getBusinessNameShort()
ConfigParameters.BUSINESS_NAME_SHORT
File getAutoloadImageFile()
ConfigParameters.AUTOLOAD_IMAGE_FILEPATH
String getWindowTitle()
ConfigParameters.WINDOW_TITLE
String getLookAndFeel()
ConfigParameters.LOOK_AND_FEEL
ImageExporter getImageExporter()
ConfigParameters.IMAGE_EXPORT_PLUGIN
Properties getImageExporterConfig()
boolean isAuthenticationRequired()
ConfigParameters.AUTH_REQUIRED
TextEncrypter getLoginIdEncrypter()
ConfigParameters.AUTH_LOGINID_PLUGIN
Properties getLoginIdEncrypterConfig()
TextEncrypter getPasswordEncrypter()
ConfigParameters.AUTH_PASS_PLUGIN
Properties getPasswordEncrypterConfig()
String getAuthenticationPrompt()
ConfigParameters.AUTH_PROMPT
AppletContext getAppletContext()
String getRadioOutputTypeLabel()
ConfigParameters.RADIOGROUP_OUTPUTTYPE_LABEL
String getWelcomeUrl()
getWelcomeResourcePath()
.ConfigParameters.WELCOME_URL
String getWelcomeResourcePath()
getWelcomeUrl()
.ConfigParameters.WELCOME_RESOURCE_PATH
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.