com.mokit.util
クラス U
java.lang.Object
com.mokit.util.U
public class U
- extends java.lang.Object
メソッドの概要 |
static void |
changeCvs(com.nttdocomo.ui.Canvas cvs)
|
static void |
clearAll()
|
static void |
clearRect(int x1,
int y1,
int width,
int height)
|
static void |
drawArc(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
|
static void |
drawImage(com.nttdocomo.ui.Image img,
int x,
int y)
|
static void |
drawLine(int x1,
int y1,
int x2,
int y2)
|
static void |
drawRect(int x1,
int y1,
int xl2,
int yl2)
|
static void |
drawScaledImage(com.nttdocomo.ui.Image img,
int dx,
int dy,
int ldx,
int ldy,
int sx,
int sy,
int lsx,
int lsy)
|
static void |
drawString(java.lang.String s,
int x,
int y)
|
static void |
fillArc(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
|
static void |
fillRect(int x1,
int y1,
int xl2,
int yl2)
|
static int |
getColorOfRGB(int c1,
int c2,
int c3)
|
static int[] |
getFontSize(java.lang.String s)
|
static int |
getFontType()
|
static int |
getHeight()
|
static int[] |
getLastColor()
|
static int |
getWidth()
Graphics以外メソッド |
static void |
lock()
|
static void |
setColorRGB(int c1,
int c2,
int c3)
|
static void |
setColorRGB(int c1,
int c2,
int c3,
int c4)
|
static void |
setFont(int fontType)
|
static void |
setGraphics(com.nttdocomo.ui.Graphics g2)
|
static void |
terminate()
|
static void |
unlock(boolean b)
|
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRESSED_EVENT
public static int PRESSED_EVENT
- Doja定数
RELEASED_EVENT
public static int RELEASED_EVENT
UP
public static int UP
DOWN
public static int DOWN
LEFT
public static int LEFT
RIGHT
public static int RIGHT
SELECT
public static int SELECT
KEY_0
public static int KEY_0
KEY_1
public static int KEY_1
KEY_2
public static int KEY_2
KEY_3
public static int KEY_3
KEY_4
public static int KEY_4
KEY_5
public static int KEY_5
KEY_6
public static int KEY_6
KEY_7
public static int KEY_7
KEY_8
public static int KEY_8
KEY_9
public static int KEY_9
KEY_AST
public static int KEY_AST
KEY_PND
public static int KEY_PND
KEY_IAPP
public static int KEY_IAPP
KEY_SOFT1
public static int KEY_SOFT1
KEY_SOFT2
public static int KEY_SOFT2
SOFT_LABEL_1
public static int SOFT_LABEL_1
SOFT_LABEL_2
public static int SOFT_LABEL_2
FONT_TINY
public static int FONT_TINY
- フォント関連
FONT_SMALL
public static int FONT_SMALL
FONT_MEDIUM
public static int FONT_MEDIUM
FONT_LARGE
public static int FONT_LARGE
U
public U()
setGraphics
public static void setGraphics(com.nttdocomo.ui.Graphics g2)
lock
public static void lock()
unlock
public static void unlock(boolean b)
clearRect
public static void clearRect(int x1,
int y1,
int width,
int height)
clearAll
public static void clearAll()
drawString
public static void drawString(java.lang.String s,
int x,
int y)
fillRect
public static void fillRect(int x1,
int y1,
int xl2,
int yl2)
drawRect
public static void drawRect(int x1,
int y1,
int xl2,
int yl2)
drawLine
public static void drawLine(int x1,
int y1,
int x2,
int y2)
drawImage
public static void drawImage(com.nttdocomo.ui.Image img,
int x,
int y)
drawScaledImage
public static void drawScaledImage(com.nttdocomo.ui.Image img,
int dx,
int dy,
int ldx,
int ldy,
int sx,
int sy,
int lsx,
int lsy)
drawArc
public static void drawArc(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
fillArc
public static void fillArc(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
getLastColor
public static int[] getLastColor()
setColorRGB
public static void setColorRGB(int c1,
int c2,
int c3)
setColorRGB
public static void setColorRGB(int c1,
int c2,
int c3,
int c4)
getColorOfRGB
public static int getColorOfRGB(int c1,
int c2,
int c3)
setFont
public static void setFont(int fontType)
getFontSize
public static int[] getFontSize(java.lang.String s)
getFontType
public static int getFontType()
getWidth
public static int getWidth()
- Graphics以外メソッド
getHeight
public static int getHeight()
changeCvs
public static void changeCvs(com.nttdocomo.ui.Canvas cvs)
terminate
public static void terminate()