jdk/src/solaris/classes/sun/awt/X11/XCursorFontConstants.java
changeset 2 90ce3da70b43
child 439 3488710b02f8
equal deleted inserted replaced
0:fd16c54261b3 2:90ce3da70b43
       
     1 /*
       
     2  * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
       
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4  *
       
     5  * This code is free software; you can redistribute it and/or modify it
       
     6  * under the terms of the GNU General Public License version 2 only, as
       
     7  * published by the Free Software Foundation.  Sun designates this
       
     8  * particular file as subject to the "Classpath" exception as provided
       
     9  * by Sun in the LICENSE file that accompanied this code.
       
    10  *
       
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
       
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14  * version 2 for more details (a copy is included in the LICENSE file that
       
    15  * accompanied this code).
       
    16  *
       
    17  * You should have received a copy of the GNU General Public License version
       
    18  * 2 along with this work; if not, write to the Free Software Foundation,
       
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20  *
       
    21  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
       
    22  * CA 95054 USA or visit www.sun.com if you need additional information or
       
    23  * have any questions.
       
    24  */
       
    25 
       
    26 package sun.awt.X11;
       
    27 
       
    28 public interface XCursorFontConstants {
       
    29     /* cursorfont defines */
       
    30     static final int XC_num_glyphs=154;
       
    31     static final int XC_X_cursor=0;
       
    32     static final int XC_arrow=2;
       
    33     static final int XC_based_arrow_down=4;
       
    34     static final int XC_based_arrow_up=6;
       
    35     static final int XC_boat=8;
       
    36     static final int XC_bogosity=10;
       
    37     static final int XC_bottom_left_corner=12;
       
    38     static final int XC_bottom_right_corner=14;
       
    39     static final int XC_bottom_side=16;
       
    40     static final int XC_bottom_tee=18;
       
    41     static final int XC_box_spiral=20;
       
    42     static final int XC_center_ptr=22;
       
    43     static final int XC_circle=24;
       
    44     static final int XC_clock=26;
       
    45     static final int XC_coffee_mug=28;
       
    46     static final int XC_cross=30;
       
    47     static final int XC_cross_reverse=32;
       
    48     static final int XC_crosshair=34;
       
    49     static final int XC_diamond_cross=36;
       
    50     static final int XC_dot=38;
       
    51     static final int XC_dotbox=40;
       
    52     static final int XC_double_arrow=42;
       
    53     static final int XC_draft_large=44;
       
    54     static final int XC_draft_small=46;
       
    55     static final int XC_draped_box=48;
       
    56     static final int XC_exchange=50;
       
    57     static final int XC_fleur=52;
       
    58     static final int XC_gobbler=54;
       
    59     static final int XC_gumby=56;
       
    60     static final int XC_hand1=58;
       
    61     static final int XC_hand2=60;
       
    62     static final int XC_heart=62;
       
    63     static final int XC_icon=64;
       
    64     static final int XC_iron_cross=66;
       
    65     static final int XC_left_ptr=68;
       
    66     static final int XC_left_side=70;
       
    67     static final int XC_left_tee=72;
       
    68     static final int XC_leftbutton=74;
       
    69     static final int XC_ll_angle=76;
       
    70     static final int XC_lr_angle=78;
       
    71     static final int XC_man=80;
       
    72     static final int XC_middlebutton=82;
       
    73     static final int XC_mouse=84;
       
    74     static final int XC_pencil=86;
       
    75     static final int XC_pirate=88;
       
    76     static final int XC_plus=90;
       
    77     static final int XC_question_arrow=92;
       
    78     static final int XC_right_ptr=94;
       
    79     static final int XC_right_side=96;
       
    80     static final int XC_right_tee=98;
       
    81     static final int XC_rightbutton=100;
       
    82     static final int XC_rtl_logo=102;
       
    83     static final int XC_sailboat=104;
       
    84     static final int XC_sb_down_arrow=106;
       
    85     static final int XC_sb_h_double_arrow=108;
       
    86     static final int XC_sb_left_arrow=110;
       
    87     static final int XC_sb_right_arrow=112;
       
    88     static final int XC_sb_up_arrow=114;
       
    89     static final int XC_sb_v_double_arrow=116;
       
    90     static final int XC_shuttle=118;
       
    91     static final int XC_sizing=120;
       
    92     static final int XC_spider=122;
       
    93     static final int XC_spraycan=124;
       
    94     static final int XC_star=126;
       
    95     static final int XC_target=128;
       
    96     static final int XC_tcross=130;
       
    97     static final int XC_top_left_arrow=132;
       
    98     static final int XC_top_left_corner=134;
       
    99     static final int XC_top_right_corner=136;
       
   100     static final int XC_top_side=138;
       
   101     static final int XC_top_tee=140;
       
   102     static final int XC_trek=142;
       
   103     static final int XC_ul_angle=144;
       
   104     static final int XC_umbrella=146;
       
   105     static final int XC_ur_angle=148;
       
   106     static final int XC_watch=150;
       
   107     static final int XC_xterm=152;
       
   108 }