phpDocumentor php-ui-winbinder
[ class tree: php-ui-winbinder ] [ index: php-ui-winbinder ] [ all elements ]

Class: WBDraw

Source Location: /php/ui/winbinder/WBDraw.php

Class WBDraw

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From PObject

PObject::__construct()
»ý¼ºÀÚ
PObject::display()
°´Ã¼ ¹®ÀÚ¿­À» Ãâ·Â
PObject::equals()
°´Ã¼ ºñ±³ (¼öÁ¤ ÇÊ¿ä)
PObject::getClass()
PObject::getObjValue()
°´Ã¼ÀÎÁö ¾Æ´ÑÁö ÆÇº°Çؼ­ PObject Çü °´Ã¼À̸é toString() ¸Þ¼Òµå·Î ¹®ÀÚ¿­À» ¹ÝȯÇϰí ÀÏ´Ü ÀÚ·áÇüÀÌ¸é ±× ÇüÅ ±×´ë·Î ¸®ÅÏÇÑ´Ù
PObject::isObject()
°´Ã¼ È®ÀÎ
PObject::toString()
°´Ã¼ ¹®ÀÚ¿­·Î º¯È¯
PObject::__toString()
magic methods Ãß°¡ , toString() ÀÇ °ªÀ» ±×´ë·Î ¸®ÅÏÇÑ´Ù.

[ Top ]
Method Summary
static void   ellipse()   target¿¡ ellipse(Ÿ¿ø) À» ±×¸²
static void   getPixel()   ¼±ÅÃÇÑ ¿µ¿ªÀÇ pixelÀÇ color °ª ¾ò¾î¿À±â
static void   image()   target¿¡ bitmap µ¥ÀÌŸ¸¦ ±×¸²
static void   line()   target¿¡ lineÀ» ±×¸²
static void   rect()   target¿¡ rect(»ç°¢Çü) À» ±×¸²
static void   setPixel()   ¼±ÅÃÇÑ ¿µ¿ªÀÇ pixelÀÇ color ¼³Á¤ Çϱâ
static void   text()   text¸¦ ±×¸²

[ Top ]
Methods
static method ellipse  [line 76]

  static void ellipse( $target, $x, $y, $width, $height, $color, [ $filled = false], [ $lineWidth = 1], [ $lineStyle = WBDraw::LINE_SOLID]  )

target¿¡ ellipse(Ÿ¿ø) À» ±×¸²

Parameters:
   $target: 
   $x: 
   $y: 
   $width: 
   $height: 
   $color: 
   $filled: 
   $lineWidth: 
   $lineStyle: 

API Tags:
Access:  public


[ Top ]
static method getPixel  [line 85]

  static void getPixel( $source, $x, $y  )

¼±ÅÃÇÑ ¿µ¿ªÀÇ pixelÀÇ color °ª ¾ò¾î¿À±â

Parameters:
   $source: 
   $x: 
   $y: 

API Tags:
Access:  public


[ Top ]
static method image  [line 49]

  static void image( mixed $target, mixed $bitmap, [int $x = 0], [int $y = 0], [int $width = 0], [int $height = 0], [int $transparentcolor = NOCOLOR]  )

target¿¡ bitmap µ¥ÀÌŸ¸¦ ±×¸²

Parameters:
mixed   $target: 
mixed   $bitmap: 
int   $x: 
int   $y: 
int   $width: 
int   $height: 
int   $transparentcolor:  Åõ¸íµµ

API Tags:
Access:  public


[ Top ]
static method line  [line 58]

  static void line( $target, $x0, $y0, $x1, $y1, $color, [ $lineWidth = 1], [ $lineStyle = WBDraw::LINE_SOLID]  )

target¿¡ lineÀ» ±×¸²

Parameters:
   $target: 
   $x0: 
   $y0: 
   $x1: 
   $y1: 
   $color: 
   $lineWidth: 
   $lineStyle: 

API Tags:
Access:  public


[ Top ]
static method rect  [line 67]

  static void rect( $target, $x, $y, $width, $height, $color, [ $filled = false], [ $lineWidth = 1], [ $lineStyle = WBDraw::LINE_SOLID]  )

target¿¡ rect(»ç°¢Çü) À» ±×¸²

Parameters:
   $target: 
   $x: 
   $y: 
   $width: 
   $height: 
   $color: 
   $filled: 
   $lineWidth: 
   $lineStyle: 

API Tags:
Access:  public


[ Top ]
static method setPixel  [line 94]

  static void setPixel( $source, $x, $y, $color  )

¼±ÅÃÇÑ ¿µ¿ªÀÇ pixelÀÇ color ¼³Á¤ Çϱâ

Parameters:
   $source: 
   $x: 
   $y: 
   $color: 

API Tags:
Access:  public


[ Top ]
static method text  [line 114]

  static void text( $target, $text, $x, $y  )

text¸¦ ±×¸²

  1.  //flags °ü·Ã »ó¼ö
  2.  
  3.  WBC_LEFT
  4.  WBC_CENTER
  5.  WBC_RIGHT
  6.  WBC_TOP
  7.  WBC_MIDDLE
  8.  WBC_BOTTOM
  9.  WBC_MULTILINE
  10.  WBC_ELLIPSIS

Parameters:
   $target: 
   $text: 
   $x: 
   $y: 

API Tags:
Access:  public


[ Top ]
Constants
ELLIPSIS = WBC_ELLIPSIS [line 34]

[ Top ]
LINE_DASHES_2 = 2 [line 17]

[ Top ]
LINE_DASHES_3 = 3 [line 18]

[ Top ]
LINE_DASHES_4 = 4 [line 19]

[ Top ]
LINE_DASHES_5 = 5 [line 20]

[ Top ]
LINE_DASHES_6 = 6 [line 21]

[ Top ]
LINE_DASHES_7 = 7 [line 22]

[ Top ]
LINE_DASHES_DOTS = 8 [line 23]

[ Top ]
LINE_DASHES_DOUBLE_DOTS = 9 [line 24]

[ Top ]
LINE_DOTTED = 1 [line 16]

[ Top ]
LINE_SOLID = 0 [line 15]

[ Top ]
MULTILINE = WBC_MULTILINE [line 33]

[ Top ]
POS_BOTTOM = WBC_BOTTOM [line 31]

[ Top ]
POS_CENTER = WBC_CENTER [line 27]

[ Top ]
POS_LEFT = WBC_LEFT [line 26]

[ Top ]
POS_MIDDLE = WBC_MIDDLE [line 30]

[ Top ]
POS_RIGHT = WBC_RIGHT [line 28]

[ Top ]
POS_TOP = WBC_TOP [line 29]

[ Top ]

Documentation generated on Wed, 09 Dec 2009 10:48:49 +0900 by phpDocumentor 1.4.3