---
title: "Class DisplayProxy"
---

`package org.kwis.msp.lcdui`

```text
java.lang.Object
  |
  +--org.kwis.msp.lcdui.DisplayProxy
```

## 설명

**extends Object:**

## 필드 요약

- `protected static org.kwis.msp.lcdui.EventDispatcher evtDisp`

## 메서드 요약

- `void flush ()`
- `void flush (int x, int y, int w, int h)`
- `int getBitsPerPixel ()`
- `int getHeight ()`
- `int getWidth ()`
- `boolean hasPointerEvents ()`
- `boolean hasPointerMotionEvents ()`
- `boolean hasRepeatEvents ()`
- `boolean isColor ()`
- `boolean isDoubleBuffered ()`
- `int numColors ()`

## 필드 상세

### evtDisp

```java
protected static org.kwis.msp.lcdui.EventDispatcher evtDisp
```

### isColor

```java
public boolean isColor()
```

### numColors

```java
public int numColors()
```

### getBitsPerPixel

```java
public int getBitsPerPixel()
```

### hasPointerEvents

```java
public boolean hasPointerEvents()
```

### hasPointerMotionEvents

```java
public boolean hasPointerMotionEvents()
```

### hasRepeatEvents

```java
public boolean hasRepeatEvents()
```

### getWidth

```java
public int getWidth()
```

### getHeight

```java
public int getHeight()
```

### isDoubleBuffered

```java
public boolean isDoubleBuffered()
```

### flush

```java
public void flush()
```

### flush

```java
public void flush(int x,
                  int y,
                  int w,
                  int h)
```## 메서드 상세

### isColor

```java
public boolean isColor()
```

### numColors

```java
public int numColors()
```

### getBitsPerPixel

```java
public int getBitsPerPixel()
```

### hasPointerEvents

```java
public boolean hasPointerEvents()
```

### hasPointerMotionEvents

```java
public boolean hasPointerMotionEvents()
```

### hasRepeatEvents

```java
public boolean hasRepeatEvents()
```

### getWidth

```java
public int getWidth()
```

### getHeight

```java
public int getHeight()
```

### isDoubleBuffered

```java
public boolean isDoubleBuffered()
```

### flush

```java
public void flush()
```

### flush

```java
public void flush(int x,
                  int y,
                  int w,
                  int h)
```

***AromaSoft Corp. Proprietary and Confidential***

*(C)opyright 2003 AromaSoft Corp. All right reserved. 
Contact : [contact@aromasoft.com](mailto:contact@aromasoft.com)*
