class GraphicOverlay extends Overlay { private final BitmapDrawable bmp; private final int width, height; private final int hw, hh;//half of width, height private final Point p; public GraphicOverlay(Drawable d, Point p) { bmp = (BitmapDrawable) d; this.p = p; width = bmp.getIntrinsicWidth(); height = bmp.getIntrinsicHeight(); hw = width / 2; hh = height / 2; } public void draw(Canvas canvas, Pixe
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く