public interface ConfigParameters
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_LOGINID_PLUGIN
Determines how to secure user's login id before transmission.
|
static String |
AUTH_PASS_PLUGIN
Determines how to secure user's password id before transmission.
|
static String |
AUTH_PROMPT
Short sentence that will be displayed in the dialog prompting user to
enter login credentials.
|
static String |
AUTH_REQUIRED
true if authentication is required before image upload; false if not
required.
|
static String |
AUTOLOAD_IMAGE_FILEPATH
Path to image file if autoload is desired.
|
static String |
BUSINESS_NAME_LONG
Full name of your business organization as it relates to the website
to which bambi is uploading.
|
static String |
BUSINESS_NAME_SHORT
Short name of your business organization as it relates to the website
to which bambi is uploading.
|
static String |
DEFAULT_AUTH_PROMPT |
static String |
HELP_PAGE_URL |
static String |
HOST |
static String |
IMAGE_EXPORT_PLUGIN
Fully qualified class path to the plugin that will perform image
export.
|
static String |
LOOK_AND_FEEL
Fully qualified class name to the look and feel UI class
this applet should use.
|
static String |
NUMBER_OF_PIC_OUTPUTS
Number of picture output types radio buttons to display.
|
static String |
PIC_OUTPUT_FORMAT
Image format for the final output.
|
static String |
PIC_POST_PROCESS_URL
Deprecated.
used to be handy from applet context; though app has
outgrown the applet technology and is no longer targetted for applet
deploy. Instead, Java Web Start should be used, which renders
applet context related features obsolete. Instead of calling applet
host page to notify pic refresh is needed, server should handle this
task instead by employing javascript timeout (window.setInterval), or
other server push simulation effect. This parameter is deprecated with
no direct replacement. Setting it has no effect.
|
static String |
PIC_PREFIX
Picture parameter prefix.
|
static String |
PIC_RADIO_LABEL
Text to appear next to a radio button representing this picture.
|
static String |
PIC_RATIO_PRESERVED
Determines if resizing selector will preserve target dimension ratio.
|
static String |
PIC_SELECTOR_FACTOR
Controlling factor for the size of the selector used to chose sub image.
|
static String |
PIC_SELECTOR_VISIBLE
true if selector should be displayed on startup; false if it should be
hidden on startup.
|
static String |
PIC_TARGET_HEIGHT
Height in pixes of the final generated size, after scaling.
|
static String |
PIC_TARGET_SHAPE
Final shape.
|
static String |
PIC_TARGET_WIDTH
Width in pixes of the final generated size, after scaling.
|
static String |
RADIOGROUP_OUTPUTTYPE_LABEL
Label which describes radio buttons for selecing picture output type.
|
static String |
RULER_TOGGLE_ONOFF_VISIBLE
controls if button which turns ruler visibility on/off is displayed or
not.
|
static String |
RULER_VISIBLE
true if ruler should be shown; false if it should be hidden.
|
static String |
WELCOME_RESOURCE_PATH
Local resource path to file application should display on startup.
|
static String |
WELCOME_URL
URL to welcome file that will be displayed upon application startup
inside the
WelcomePanel . |
static String |
WINDOW_HEIGHT
Preferred main window height.
|
static String |
WINDOW_TITLE
Alternative app name if in applet mode.
|
static String |
WINDOW_WIDTH
Preferred main widow width.
|
static final String LOOK_AND_FEEL
static final String WELCOME_URL
WelcomePanel
. If not provided or invalid,
application will attempt to display WELCOME_RESOURCE_PATH
instead.static final String WELCOME_RESOURCE_PATH
WELCOME_URL
is provided and correct. If
this value is not provided or is incorrect, WelcomePanel
is
displayed empty.static final String RULER_VISIBLE
static final String RULER_TOGGLE_ONOFF_VISIBLE
#SHOW_RULER
as default value. If not defined, button is shown.static final String WINDOW_WIDTH
static final String WINDOW_HEIGHT
static final String NUMBER_OF_PIC_OUTPUTS
static final String IMAGE_EXPORT_PLUGIN
MultipartFormPostImageUploader
.static final String AUTH_REQUIRED
static final String AUTH_PROMPT
DEFAULT_AUTH_PROMPT
.static final String DEFAULT_AUTH_PROMPT
static final String AUTH_LOGINID_PLUGIN
TextEncrypter
.
The default value ClearTextProxy
.ClearTextProxy
,
MD5Digest
,
RsaCipher
,
SHA1Digest
,
SHA256Digest
,
Constant Field Valuesstatic final String AUTH_PASS_PLUGIN
TextEncrypter
.
The default value ClearTextProxy
.ClearTextProxy
,
MD5Digest
,
RsaCipher
,
SHA1Digest
,
SHA256Digest
,
Constant Field Valuesstatic final String PIC_PREFIX
static final String PIC_TARGET_SHAPE
Configuration.TARGET_SHAPE_RECT
- SQUARE / RECTANGLEConfiguration.TARGET_SHAPE_ELIPSE
- ELIPSE / CIRCLEConfiguration.TARGET_SHAPE_FULL
- FULL PIC SIZEstatic final String PIC_RATIO_PRESERVED
PIC_TARGET_HEIGHT
and PIC_TARGET_WIDTH
are
resized relative one to another. This setting is ignored if
PIC_TARGET_SHAPE
is Configuration.TARGET_SHAPE_FULL
.static final String PIC_TARGET_WIDTH
PIC_TARGET_SHAPE
is
Configuration.TARGET_SHAPE_FULL
or if PIC_RATIO_PRESERVED
is false.static final String PIC_TARGET_HEIGHT
PIC_TARGET_SHAPE
is
Configuration.TARGET_SHAPE_FULL
or if PIC_RATIO_PRESERVED
is false.static final String PIC_SELECTOR_VISIBLE
static final String PIC_SELECTOR_FACTOR
PIC_TARGET_WIDTH
, PIC_TARGET_HEIGHT
).
This value can be reduced to draw a proportionally
smaller selector, or increased to draw a larger selector. For example,
a value of 0.5 would draw a selector half the original size. Selector
cannot be defined in pixel size, as it has to be proportionally
consistent with targetted output size. This parameter may be deprecated
in the future because drawing selector at reduced size caused clipped
image be upscaled to target dimensions. It is also a rather confusing
parameter without much added benefit from usage perspective. It is
highly recommended to not use this parameter and let the system draw it
at a default factor size of 1f.
Requires picture prefix identifier to assemble full parameter name.static final String PIC_RADIO_LABEL
static final String PIC_OUTPUT_FORMAT
ImageOutputFormat
,
Constant Field Valuesstatic final String PIC_POST_PROCESS_URL
static final String HELP_PAGE_URL
static final String HOST
static final String BUSINESS_NAME_LONG
static final String BUSINESS_NAME_SHORT
static final String WINDOW_TITLE
static final String RADIOGROUP_OUTPUTTYPE_LABEL
static final String AUTOLOAD_IMAGE_FILEPATH
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.