mshtml
インタフェース DispHTMLScreen

既知のサブインタフェースの一覧:
DispHTMLScreenDefault
既知の実装クラスの一覧:
HTMLScreen

public interface DispHTMLScreen


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 int getAvailHeight()
           
 int getAvailWidth()
           
 int getBufferDepth()
           
 int getColorDepth()
           
 java.lang.Object getConstructor()
           
 int getDeviceXDPI()
           
 int getDeviceYDPI()
           
 boolean getFontSmoothingEnabled()
           
 int getHeight()
           
 int getLogicalXDPI()
           
 int getLogicalYDPI()
           
 int getSystemXDPI()
           
 int getSystemYDPI()
           
 int getUpdateInterval()
           
 int getWidth()
           
 void setBufferDepth(int _jcomparam_0)
           
 void setUpdateInterval(int _jcomparam_0)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

getColorDepth

int getColorDepth()

setBufferDepth

void setBufferDepth(int _jcomparam_0)

getBufferDepth

int getBufferDepth()

getWidth

int getWidth()

getHeight

int getHeight()

setUpdateInterval

void setUpdateInterval(int _jcomparam_0)

getUpdateInterval

int getUpdateInterval()

getAvailHeight

int getAvailHeight()

getAvailWidth

int getAvailWidth()

getFontSmoothingEnabled

boolean getFontSmoothingEnabled()

getLogicalXDPI

int getLogicalXDPI()

getLogicalYDPI

int getLogicalYDPI()

getDeviceXDPI

int getDeviceXDPI()

getDeviceYDPI

int getDeviceYDPI()

getSystemXDPI

int getSystemXDPI()

getSystemYDPI

int getSystemYDPI()

getConstructor

java.lang.Object getConstructor()