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

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


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

MIDP2.0¤ÎÀßÄêÃÍDoJa¤ÎÀßÄêÃÍÆâÍÆ
Sprite.TRANS_NONEGraphics.FLIP_NONEcauses the specified image region to be copied unchanged.
Sprite.TRANS_ROT90Graphics.FLIP_ROTATE_RIGHTcauses the specified image region to be rotated clockwise by 90 degrees.
Sprite.TRANS_ROT180Graphics.FLIP_ROTATEcauses the specified image region to be rotated clockwise by 180 degrees.
Sprite.TRANS_ROT270Graphics.FLIP_ROTATE_LEFTcauses the specified image region to be rotated clockwise by 270 degrees.
Sprite.TRANS_MIRRORGraphics.FLIP_HORIZONTALcauses the specified image region to be reflected about its vertical center.
Sprite.TRANS_MIRROR_ROT90causes the specified image region to be reflected about its vertical center and then rotated clockwise by 90 degrees.
Sprite.TRANS_MIRROR_ROT180Graphics.FLIP_VERTICALcauses the specified image region to be reflected about its vertical center and then rotated clockwise by 180 degrees.
Sprite.TRANS_MIRROR_ROT270causes the specified image region to be reflected about its vertical center and then rotated clockwise by 270 degrees.