public class SparkImage extends SparkObject
修飾子 | コンストラクタと説明 |
---|---|
protected |
SparkImage(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい SparkImage を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
getBytesLoaded()
[読み取り専用] 既にロードされたイメージのバイト数です。
|
double |
getBytesTotal()
[読み取り専用] ロード済みまたはロード保留中のイメージ データの総バイト数です。
|
String |
getContentLoaderGrouping()
[読み取り専用] 関連付けられた IContentLoader インスタンスの load() メソッドに渡される、オプショナル コンテンツのグループ化識別子です。
|
String |
getFillMode()
[読み取り専用] 次元内でのビットマップ塗りつぶしの方法を決定します。
|
String |
getHorizontalAlign()
[読み取り専用] 縦横比が 1 対 1 でなく、scaleMode が BitmapScaleMode.LETTERBOX に設定されているときの、コンテンツの水平方向の配置です。
|
double |
getPreliminaryHeight()
[読み取り専用] イメージの境界が "measured" となるようレイアウトで要求されているものの、イメージ データのロードがまだ完了していない場合に、高さに使用する予測を示します。
|
double |
getPreliminaryWidth()
[読み取り専用] イメージの境界が "measured" となるようレイアウトで要求されているものの、イメージ データのロードがまだ完了していない場合に、幅に使用する予測を示します。
|
String |
getScaleMode()
[読み取り専用] fillMode が BitmapFillMode.SCALE.
|
String |
getSource()
[読み取り専用] コンテンツの場所です。
|
double |
getSourceHeight()
[読み取り専用] 伸縮されていない元のイメージ データの高さを示します。
|
double |
getSourceWidth()
[読み取り専用] 伸縮されていない元のイメージ データの幅を示します。
|
String |
getVerticalAlign()
[読み取り専用] 縦横比が 1 対 1 でなく、scaleMode が BitmapScaleMode.LETTERBOX に設定されているときの、コンテンツの垂直方向の配置です。
|
boolean |
isClearOnLoad()
[読み取り専用] 新しいコンテンツをロードする前に、前のイメージ コンテンツをクリアするかどうかを示します。
|
boolean |
isSmooth()
[読み取り専用] ビットマップ イメージにスムージング アルゴリズムを適用するかどうかを指定します。
|
boolean |
isTrustedSource()
[読み取り専用] 現在ロードされているコンテンツを、セキュリティ ポリシーでクロス ドメインのイメージ アクセスが許可されているソースからロードされたものと見なすかどうかを示すフラグです。
|
changeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, move, move, move, setFocus
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAlpha, getHeight, getStyle, getTabIndex, getWidth, getX, getY, isMouseEnabled, isTabChildren, isTabEnabled, isVisible, mouseMove, mouseMove, nativeToString, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForProperty
equals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toString
protected SparkImage(JtfObjectHandle handle, Desktop desktop)
handle
- SparkImage を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic double getBytesLoaded()
public double getBytesTotal()
public boolean isClearOnLoad()
public String getContentLoaderGrouping()
public String getFillMode()
public String getHorizontalAlign()
public double getPreliminaryHeight()
public double getPreliminaryWidth()
public String getScaleMode()
public boolean isSmooth()
public String getSource()
public double getSourceHeight()
public double getSourceWidth()
public boolean isTrustedSource()
public String getVerticalAlign()
Copyright 2009-2012 Micro Focus. All Rights Reserved.