0N/A/*
2362N/A * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved.
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A *
0N/A * This code is free software; you can redistribute it and/or modify it
0N/A * under the terms of the GNU General Public License version 2 only, as
2362N/A * published by the Free Software Foundation. Oracle designates this
0N/A * particular file as subject to the "Classpath" exception as provided
2362N/A * by Oracle in the LICENSE file that accompanied this code.
0N/A *
0N/A * This code is distributed in the hope that it will be useful, but WITHOUT
0N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A * version 2 for more details (a copy is included in the LICENSE file that
0N/A * accompanied this code).
0N/A *
0N/A * You should have received a copy of the GNU General Public License version
0N/A * 2 along with this work; if not, write to the Free Software Foundation,
0N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A *
2362N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A * or visit www.oracle.com if you need additional information or have any
2362N/A * questions.
0N/A */
0N/A
0N/Apackage sun.awt.X11;
0N/A
216N/Afinal public class XCursorFontConstants {
216N/A
216N/A private XCursorFontConstants(){}
216N/A
0N/A /* cursorfont defines */
0N/A static final int XC_num_glyphs=154;
0N/A static final int XC_X_cursor=0;
0N/A static final int XC_arrow=2;
0N/A static final int XC_based_arrow_down=4;
0N/A static final int XC_based_arrow_up=6;
0N/A static final int XC_boat=8;
0N/A static final int XC_bogosity=10;
0N/A static final int XC_bottom_left_corner=12;
0N/A static final int XC_bottom_right_corner=14;
0N/A static final int XC_bottom_side=16;
0N/A static final int XC_bottom_tee=18;
0N/A static final int XC_box_spiral=20;
0N/A static final int XC_center_ptr=22;
0N/A static final int XC_circle=24;
0N/A static final int XC_clock=26;
0N/A static final int XC_coffee_mug=28;
0N/A static final int XC_cross=30;
0N/A static final int XC_cross_reverse=32;
0N/A static final int XC_crosshair=34;
0N/A static final int XC_diamond_cross=36;
0N/A static final int XC_dot=38;
0N/A static final int XC_dotbox=40;
0N/A static final int XC_double_arrow=42;
0N/A static final int XC_draft_large=44;
0N/A static final int XC_draft_small=46;
0N/A static final int XC_draped_box=48;
0N/A static final int XC_exchange=50;
0N/A static final int XC_fleur=52;
0N/A static final int XC_gobbler=54;
0N/A static final int XC_gumby=56;
0N/A static final int XC_hand1=58;
0N/A static final int XC_hand2=60;
0N/A static final int XC_heart=62;
0N/A static final int XC_icon=64;
0N/A static final int XC_iron_cross=66;
0N/A static final int XC_left_ptr=68;
0N/A static final int XC_left_side=70;
0N/A static final int XC_left_tee=72;
0N/A static final int XC_leftbutton=74;
0N/A static final int XC_ll_angle=76;
0N/A static final int XC_lr_angle=78;
0N/A static final int XC_man=80;
0N/A static final int XC_middlebutton=82;
0N/A static final int XC_mouse=84;
0N/A static final int XC_pencil=86;
0N/A static final int XC_pirate=88;
0N/A static final int XC_plus=90;
0N/A static final int XC_question_arrow=92;
0N/A static final int XC_right_ptr=94;
0N/A static final int XC_right_side=96;
0N/A static final int XC_right_tee=98;
0N/A static final int XC_rightbutton=100;
0N/A static final int XC_rtl_logo=102;
0N/A static final int XC_sailboat=104;
0N/A static final int XC_sb_down_arrow=106;
0N/A static final int XC_sb_h_double_arrow=108;
0N/A static final int XC_sb_left_arrow=110;
0N/A static final int XC_sb_right_arrow=112;
0N/A static final int XC_sb_up_arrow=114;
0N/A static final int XC_sb_v_double_arrow=116;
0N/A static final int XC_shuttle=118;
0N/A static final int XC_sizing=120;
0N/A static final int XC_spider=122;
0N/A static final int XC_spraycan=124;
0N/A static final int XC_star=126;
0N/A static final int XC_target=128;
0N/A static final int XC_tcross=130;
0N/A static final int XC_top_left_arrow=132;
0N/A static final int XC_top_left_corner=134;
0N/A static final int XC_top_right_corner=136;
0N/A static final int XC_top_side=138;
0N/A static final int XC_top_tee=140;
0N/A static final int XC_trek=142;
0N/A static final int XC_ul_angle=144;
0N/A static final int XC_umbrella=146;
0N/A static final int XC_ur_angle=148;
0N/A static final int XC_watch=150;
0N/A static final int XC_xterm=152;
0N/A}