]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/gui/IconManager.java
Version 14, October 2012
[GpsPrune.git] / tim / prune / gui / IconManager.java
index 8930d68445bff8c7f59820afbca1406ecda0bbeb..72537b4098716d08c2a23a4e61f62465ed3c620f 100644 (file)
@@ -12,6 +12,10 @@ public abstract class IconManager
        /** Icon for window */
        public static final String WINDOW_ICON = "window_icon.png";
 
+       /** Icon for scalebar button on main map display */
+       public static final String SCALEBAR_BUTTON = "scalebar.gif";
+       /** Icon for map button on main map display when selected */
+       public static final String SCALEBAR_BUTTON_ON = "scalebar_on.gif";
        /** Icon for map button on main map display */
        public static final String MAP_BUTTON = "map_icon.gif";
        /** Icon for map button on main map display when selected */
@@ -24,6 +28,10 @@ public abstract class IconManager
        public static final String POINTS_CONNECTED_BUTTON = "points_connected.gif";
        /** Icon for points disconnected icon on main map display */
        public static final String POINTS_DISCONNECTED_BUTTON = "points_disconnected.gif";
+        /** Icon for edit mode button on main map display when not selected */
+       public static final String EDIT_MODE_BUTTON = "drag_points_icon.gif";
+        /** Icon for edit mode button on main map display when selected */
+       public static final String EDIT_MODE_BUTTON_ON = "drag_points_icon_on.gif";
        /** Icon for zoom in button on main map display */
        public static final String ZOOM_IN_BUTTON = "zoom_in.gif";
        /** Icon for zoom out button on main map display */
@@ -52,6 +60,16 @@ public abstract class IconManager
        /** Icon for cut range and move */
        public static final String CUT_AND_MOVE = "cut_and_move.gif";
 
+       /** Icon for rotating photos leftwards */
+       public static final String ROTATE_LEFT = "rotate_left_icon.png";
+       /** Icon for rotating photos rightwards */
+       public static final String ROTATE_RIGHT = "rotate_right_icon.png";
+       /** Icon for showing photo popup */
+       public static final String SHOW_DETAILS = "show_details_icon.gif";
+       /** Icon for playing audio clip */
+       public static final String PLAY_AUDIO = "play_audio.gif";
+       /** Icon for stopping the current audio clip */
+       public static final String STOP_AUDIO = "stop_audio.gif";
 
        /**
         * Get the specified image