¥È¥Ã¥×   ¿·µ¬ °ìÍ÷ ñ¸ì¸¡º÷ ºÇ½ª¹¹¿·   ¥Ø¥ë¥×   ºÇ½ª¹¹¿·¤ÎRSS

·ÈÂÓjava/¥¤¥á¡¼¥¸¤Îȿž¡¦90ÅÙñ°Ì²óž ¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×¥½¡¼¥¹(No.1)

DoJa, MIDP2.0¤Ç¶¦ÄÌŪ¤Ë»È¤¨¤ë¥¤¥á¡¼¥¸ÉÁ²è¤Ë¤Ä¤¤¤Æ¤Î¹Í»¡

|MIDP2.0¤ÎÀßÄêÃÍ|DoJa¤ÎÀßÄêÃÍ|ÆâÍÆ|
|Sprite.TRANS_NONE|Graphics.FLIP_NONE|causes the specified image region to be copied unchanged.|
|Sprite.TRANS_ROT90|Graphics.FLIP_ROTATE_RIGHT|causes the specified image region to be rotated clockwise by 90 degrees.|
|Sprite.TRANS_ROT180|Graphics.FLIP_ROTATE|causes the specified image region to be rotated clockwise by 180 degrees.|
|Sprite.TRANS_ROT270|Graphics.FLIP_ROTATE_LEFT|causes the specified image region to be rotated clockwise by 270 degrees.|
|Sprite.TRANS_MIRROR|Graphics.FLIP_HORIZONTAL|causes the specified image region to be reflected about its vertical center.|
|Sprite.TRANS_MIRROR_ROT90||causes the specified image region to be reflected about its vertical center and then rotated clockwise by 90 degrees.|
|Sprite.TRANS_MIRROR_ROT180|Graphics.FLIP_VERTICAL|causes the specified image region to be reflected about its vertical center and then rotated clockwise by 180 degrees.|
|Sprite.TRANS_MIRROR_ROT270||causes the specified image region to be reflected about its vertical center and then rotated clockwise by 270 degrees.|