View Javadoc

1   /*
2   Copyright 2010 James Pether Sörling Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 
3   	$Id
4   */
5   package org.directdemocracyportal.democracy.web;
6   
7   /***
8    * The Class ImageConstants.
9    */
10  public class ImageConstants
11  {
12  
13      /*** The Constant IMAGE_SIZE. */
14      public final static int IMAGE_SIZE = 128;
15  
16      /*** The Constant BUTTON_SIZE. */
17      public final static int BUTTON_SIZE = 32;
18  
19      /*** The Constant ICON_SIZE. */
20      public final static int ICON_SIZE = 16;
21  
22  
23      /*** The Constant AGENT_ICON. */
24      public final static String AGENT_ICON = "images/crystal_project/16x16/identity16x16.png";
25  
26      /*** The Constant USER_HOME_ICON. */
27      public final static String USER_HOME_ICON = "images/crystal_project/16x16/agt_home16x16.png";
28  
29      /*** The Constant USER_HOME_BUTTON. */
30      public final static String USER_HOME_BUTTON = "images/crystal_project/32x32/agt_home32x32.png";
31  
32      /*** The Constant USER_HOME_IMAGE. */
33      public final static String USER_HOME_IMAGE = "images/crystal_project/128x128/agt_home.png";
34  
35      /*** The Constant GROUP_HOME_ICON. */
36      public final static String GROUP_HOME_ICON = "images/crystal_project/16x16/CommunityHelp16x16.png";
37  
38      /*** The Constant GROUP_HOME_BUTTON. */
39      public final static String GROUP_HOME_BUTTON = "images/crystal_project/32x32/CommunityHelp32x32.png";
40  
41      /*** The Constant GROUP_HOME_IMAGE. */
42      public final static String GROUP_HOME_IMAGE = "images/crystal_project/128x128/CommunityHelp.png";
43  
44      /*** The Constant POLITICAL_PARTY_ICON. */
45      public final static String POLITICAL_PARTY_ICON = "images/nuvola/16x16/kdmconfig16x16.png";
46  
47      /*** The Constant POLITICAL_PARTY_BUTTON. */
48      public final static String POLITICAL_PARTY_BUTTON = "images/nuvola/32x32/kdmconfig32x32.png";
49  
50      /*** The Constant POLITICAL_PARTY_IMAGE. */
51      public final static String POLITICAL_PARTY_IMAGE = "images/nuvola/128x128/kdmconfig.png";
52  
53      /*** The Constant POLITICIAN_ICON. */
54      public final static String POLITICIAN_ICON = "images/nuvola/16x16/personal16x16.png";
55  
56      /*** The Constant POLITICIAN_BUTTON. */
57      public final static String POLITICIAN_BUTTON = "images/nuvola/32x32/personal32x32.png";
58  
59      /*** The Constant POLITICIAN_IMAGE. */
60      public final static String POLITICIAN_IMAGE = "images/nuvola/128x128/personal.png";
61  
62      /*** The Constant GOVERNMENT_ICON. */
63      public final static String GOVERNMENT_ICON = "images/nuvola/16x16/edu_languages16x16.png";
64  
65      /*** The Constant GOVERNMENT_BUTTON. */
66      public final static String GOVERNMENT_BUTTON = "images/nuvola/32x32/edu_languages32x32.png";
67  
68      /*** The Constant GOVERNMENT_IMAGE. */
69      public final static String GOVERNMENT_IMAGE = "images/nuvola/128x128/edu_languages.png";
70  
71      /*** The Constant BUTTON_OK_ICON. */
72      public static final String BUTTON_OK_ICON = "images/crystal_project/16x16/button_ok16x16.png";
73  
74      /*** The Constant BUTTON_CANCEL_ICON. */
75      public static final String BUTTON_CANCEL_ICON = "images/crystal_project/16x16/button_cancel16x16.png";
76  
77      /*** The Constant ACTION_ERROR. */
78      public static final String ACTION_ERROR = "images/crystal_project/16x16/agt_stop16x16.png";
79  }