|
|||||||||||
| 前 次 | フレームあり フレームなし | ||||||||||
| ImageQueryConst を使用しているパッケージ | |
| mokkouyou.yahoo.cons | 各検索に使用する定数を提供する。 |
| mokkouyou.yahoo.query | ユーティリティクラス |
| mokkouyou.yahoo.cons での ImageQueryConst の使用 |
| ImageQueryConst として宣言されている mokkouyou.yahoo.cons のフィールド | |
static ImageQueryConst |
ImageQueryConst.ADULT_OK
検索結果にアダルトコンテンツを含む |
static ImageQueryConst |
ImageQueryConst.TYPE_ANY
検索条件をOR検索とする |
static ImageQueryConst |
ImageQueryConst.TYPE_PHRASE
検索条件を文章とする |
static ImageQueryConst |
ImageQueryConst.FORMAT_BMP
検索で取得する画像フォーマットをBMPで指定する。 |
static ImageQueryConst |
ImageQueryConst.FORMAT_GIF
検索で取得する画像フォーマットをGIFで指定する。 |
static ImageQueryConst |
ImageQueryConst.FORMAT_JPEG
検索で取得する画像フォーマットをJPEGで指定する。 |
static ImageQueryConst |
ImageQueryConst.FORMAT_PNG
検索で取得する画像フォーマットをPNGで指定する。 |
static ImageQueryConst |
ImageQueryConst.COLORATION_COLOR
検索で取得する画像種類をカラーで指定する |
static ImageQueryConst |
ImageQueryConst.COLORATION_BW
検索で取得する画像種類を白黒で指定する |
| mokkouyou.yahoo.query での ImageQueryConst の使用 |
| ImageQueryConst 型のパラメータを持つ mokkouyou.yahoo.query のメソッド | |
void |
ImageQuery.setAdult(ImageQueryConst adult)
adult_ok 値なし(デフォルト), 1 アダルトコンテンツの検索結果を含めるかどうかを指定します。 |
void |
ImageQuery.setFormat(ImageQueryConst format)
any(デフォルト), bmp, gif, jpeg, png 検索する画像の種類を指定します。 |
void |
ImageQuery.setColoration(ImageQueryConst coloration)
any(デフォルト), color, bw カラー画像だけを検索結果とするかどうかを指定します(カラーか白黒)。 |
void |
ImageQuery.setType(ImageQueryConst type)
all(デフォルト), any, phrase 指定検索の種類: allは全クエリー文字を含む検索結果を返します。 |
|
|||||||||||
| 前 次 | フレームあり フレームなし | ||||||||||