sub_arctic.lib
Class std

java.lang.Object
  |
  +--sub_arctic.lib.std

public class std
extends java.lang.Object

Class to hold standard images and other resources. The code for initializing the static images here is generated from a separate ppm file and hence does not contain JavaDoc comments.

Important Note: this class is now mostly obsolete. This file will be retired once we get all the interactors in the library converted over to the new style system. For most things you should use the new style system.


Field Summary
protected static loaded_image _broken_image_icon
           
protected static loaded_image _check_box
           
protected static loaded_image _check_box_checked
           
protected static loaded_image _h_slider_back
           
protected static loaded_image _h_slider_left
           
protected static loaded_image _h_slider_right
           
protected static loaded_image _h_slider_thumb
           
protected static loaded_image _hm_down_arrow
           
protected static loaded_image _hm_right_arrow
           
protected static loaded_image _line_handle
           
protected static loaded_image _motif_down
           
protected static loaded_image _motif_left
           
protected static loaded_image _motif_right
           
protected static loaded_image _motif_up
           
protected static loaded_image _stipple25
           
protected static loaded_image _stipple50
           
protected static loaded_image[] _toggle_image_set
           
protected static loaded_image _v_slider_back
           
protected static loaded_image _v_slider_down
           
protected static loaded_image _v_slider_thumb
           
protected static loaded_image _v_slider_up
           
protected static int[] broken_image_icon_data
           
protected static int broken_image_icon_height
           
protected static int broken_image_icon_width
           
protected static int[] check_box_checked_data
           
protected static int check_box_checked_height
           
protected static int check_box_checked_width
           
protected static int[] check_box_data
           
protected static int check_box_height
           
protected static int check_box_width
           
protected static int[] h_slider_back_data
           
protected static int h_slider_back_height
           
protected static int h_slider_back_width
           
protected static int[] h_slider_left_data
           
protected static int h_slider_left_height
           
protected static int h_slider_left_width
           
protected static int[] h_slider_right_data
           
protected static int h_slider_right_height
           
protected static int h_slider_right_width
           
protected static int[] h_slider_thumb_data
           
protected static int h_slider_thumb_height
           
protected static int h_slider_thumb_width
           
protected static int[] hm_down_arrow_data
           
protected static int hm_down_arrow_height
           
protected static int hm_down_arrow_width
           
protected static int[] hm_right_arrow_data
           
protected static int hm_right_arrow_height
           
protected static int hm_right_arrow_width
           
protected static int[] line_handle_data
           
protected static int line_handle_height
           
protected static int line_handle_width
           
protected static int[] motif_down_data
           
protected static int motif_down_height
           
protected static int motif_down_width
           
protected static int[] motif_left_data
           
protected static int motif_left_height
           
protected static int motif_left_width
           
protected static int[] motif_right_data
           
protected static int motif_right_height
           
protected static int motif_right_width
           
protected static int[] motif_up_data
           
protected static int motif_up_height
           
protected static int motif_up_width
           
protected static int[] stipple25_data
           
protected static int stipple25_height
           
protected static int stipple25_width
           
protected static int[] stipple50_data
           
protected static int stipple50_height
           
protected static int stipple50_width
           
protected static int[] v_slider_back_data
           
protected static int v_slider_back_height
           
protected static int v_slider_back_width
           
protected static int[] v_slider_down_data
           
protected static int v_slider_down_height
           
protected static int v_slider_down_width
           
protected static int[] v_slider_thumb_data
           
protected static int v_slider_thumb_height
           
protected static int v_slider_thumb_width
           
protected static int[] v_slider_up_data
           
protected static int v_slider_up_height
           
protected static int v_slider_up_width
           
 
Constructor Summary
std()
           
 
Method Summary
static loaded_image broken_image_icon()
           
static loaded_image check_box_checked()
           
static loaded_image check_box()
           
static loaded_image h_slider_back()
           
static loaded_image h_slider_left()
           
static loaded_image h_slider_right()
           
static loaded_image h_slider_thumb()
           
static loaded_image hm_down_arrow()
           
static loaded_image hm_right_arrow()
           
static loaded_image line_handle()
           
static loaded_image motif_down()
           
static loaded_image motif_left()
           
static loaded_image motif_right()
           
static loaded_image motif_up()
           
static loaded_image stipple25()
           
static loaded_image stipple50()
           
static loaded_image[] toggle_image_set()
           
static loaded_image v_slider_back()
           
static loaded_image v_slider_down()
           
static loaded_image v_slider_thumb()
           
static loaded_image v_slider_up()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

broken_image_icon_width

protected static int broken_image_icon_width

broken_image_icon_height

protected static int broken_image_icon_height

broken_image_icon_data

protected static int[] broken_image_icon_data

_broken_image_icon

protected static loaded_image _broken_image_icon

v_slider_up_width

protected static int v_slider_up_width

v_slider_up_height

protected static int v_slider_up_height

v_slider_up_data

protected static int[] v_slider_up_data

_v_slider_up

protected static loaded_image _v_slider_up

v_slider_down_width

protected static int v_slider_down_width

v_slider_down_height

protected static int v_slider_down_height

v_slider_down_data

protected static int[] v_slider_down_data

_v_slider_down

protected static loaded_image _v_slider_down

v_slider_thumb_width

protected static int v_slider_thumb_width

v_slider_thumb_height

protected static int v_slider_thumb_height

v_slider_thumb_data

protected static int[] v_slider_thumb_data

_v_slider_thumb

protected static loaded_image _v_slider_thumb

v_slider_back_width

protected static int v_slider_back_width

v_slider_back_height

protected static int v_slider_back_height

v_slider_back_data

protected static int[] v_slider_back_data

_v_slider_back

protected static loaded_image _v_slider_back

h_slider_left_width

protected static int h_slider_left_width

h_slider_left_height

protected static int h_slider_left_height

h_slider_left_data

protected static int[] h_slider_left_data

_h_slider_left

protected static loaded_image _h_slider_left

h_slider_right_width

protected static int h_slider_right_width

h_slider_right_height

protected static int h_slider_right_height

h_slider_right_data

protected static int[] h_slider_right_data

_h_slider_right

protected static loaded_image _h_slider_right

h_slider_thumb_width

protected static int h_slider_thumb_width

h_slider_thumb_height

protected static int h_slider_thumb_height

h_slider_thumb_data

protected static int[] h_slider_thumb_data

_h_slider_thumb

protected static loaded_image _h_slider_thumb

h_slider_back_width

protected static int h_slider_back_width

h_slider_back_height

protected static int h_slider_back_height

h_slider_back_data

protected static int[] h_slider_back_data

_h_slider_back

protected static loaded_image _h_slider_back

check_box_width

protected static int check_box_width

check_box_height

protected static int check_box_height

check_box_data

protected static int[] check_box_data

_check_box

protected static loaded_image _check_box

check_box_checked_width

protected static int check_box_checked_width

check_box_checked_height

protected static int check_box_checked_height

check_box_checked_data

protected static int[] check_box_checked_data

_check_box_checked

protected static loaded_image _check_box_checked

_toggle_image_set

protected static loaded_image[] _toggle_image_set

stipple50_width

protected static int stipple50_width

stipple50_height

protected static int stipple50_height

stipple50_data

protected static int[] stipple50_data

_stipple50

protected static loaded_image _stipple50

stipple25_width

protected static int stipple25_width

stipple25_height

protected static int stipple25_height

stipple25_data

protected static int[] stipple25_data

_stipple25

protected static loaded_image _stipple25

line_handle_width

protected static int line_handle_width

line_handle_height

protected static int line_handle_height

line_handle_data

protected static int[] line_handle_data

_line_handle

protected static loaded_image _line_handle

hm_right_arrow_width

protected static int hm_right_arrow_width

hm_right_arrow_height

protected static int hm_right_arrow_height

hm_right_arrow_data

protected static int[] hm_right_arrow_data

_hm_right_arrow

protected static loaded_image _hm_right_arrow

hm_down_arrow_width

protected static int hm_down_arrow_width

hm_down_arrow_height

protected static int hm_down_arrow_height

hm_down_arrow_data

protected static int[] hm_down_arrow_data

_hm_down_arrow

protected static loaded_image _hm_down_arrow

motif_left_width

protected static int motif_left_width

motif_left_height

protected static int motif_left_height

motif_left_data

protected static int[] motif_left_data

_motif_left

protected static loaded_image _motif_left

motif_right_width

protected static int motif_right_width

motif_right_height

protected static int motif_right_height

motif_right_data

protected static int[] motif_right_data

_motif_right

protected static loaded_image _motif_right

motif_up_width

protected static int motif_up_width

motif_up_height

protected static int motif_up_height

motif_up_data

protected static int[] motif_up_data

_motif_up

protected static loaded_image _motif_up

motif_down_width

protected static int motif_down_width

motif_down_height

protected static int motif_down_height

motif_down_data

protected static int[] motif_down_data

_motif_down

protected static loaded_image _motif_down
Constructor Detail

std

public std()
Method Detail

broken_image_icon

public static loaded_image broken_image_icon()

v_slider_up

public static loaded_image v_slider_up()

v_slider_down

public static loaded_image v_slider_down()

v_slider_thumb

public static loaded_image v_slider_thumb()

v_slider_back

public static loaded_image v_slider_back()

h_slider_left

public static loaded_image h_slider_left()

h_slider_right

public static loaded_image h_slider_right()

h_slider_thumb

public static loaded_image h_slider_thumb()

h_slider_back

public static loaded_image h_slider_back()

check_box

public static loaded_image check_box()

check_box_checked

public static loaded_image check_box_checked()

toggle_image_set

public static loaded_image[] toggle_image_set()

stipple50

public static loaded_image stipple50()

stipple25

public static loaded_image stipple25()

line_handle

public static loaded_image line_handle()

hm_right_arrow

public static loaded_image hm_right_arrow()

hm_down_arrow

public static loaded_image hm_down_arrow()

motif_left

public static loaded_image motif_left()

motif_right

public static loaded_image motif_right()

motif_up

public static loaded_image motif_up()

motif_down

public static loaded_image motif_down()