Method |
Description |
|
Dispose ( ) : void |
|
|
GiContext ( ) : System |
|
|
GiContext ( GiContext src ) : System |
|
|
GiContext ( float width ) : System |
|
|
GiContext ( float width, GiColor color ) : System |
|
|
GiContext ( float width, GiColor color, int style ) : System |
|
|
GiContext ( float width, GiColor color, int style, GiColor fillcr ) : System |
|
|
GiContext ( float width, GiColor color, int style, GiColor fillcr, bool autoScale ) : System |
|
|
copy ( GiContext src ) : GiContext |
|
|
copy ( GiContext src, int mask ) : GiContext |
|
|
equals ( GiContext src ) : bool |
|
|
getFillARGB ( ) : int |
|
|
getFillAlpha ( ) : int |
|
|
getFillColor ( ) : GiColor |
|
|
getLineARGB ( ) : int |
|
|
getLineAlpha ( ) : int |
|
|
getLineColor ( ) : GiColor |
|
|
getLineStyle ( ) : int |
|
|
getLineWidth ( ) : float |
|
|
getType ( ) : int |
|
|
hasFillColor ( ) : bool |
|
|
isAutoFillColor ( ) : bool |
|
|
isAutoScale ( ) : bool |
|
|
isNullLine ( ) : bool |
|
|
setAutoFillColor ( bool value ) : void |
|
|
setFillARGB ( int argb ) : void |
|
|
setFillAlpha ( int alpha ) : void |
|
|
setFillColor ( GiColor color ) : void |
|
|
setFillColor ( int r, int g, int b ) : void |
|
|
setFillColor ( int r, int g, int b, int a ) : void |
|
|
setLineARGB ( int argb ) : void |
|
|
setLineAlpha ( int alpha ) : void |
|
|
setLineColor ( GiColor color ) : void |
|
|
setLineColor ( int r, int g, int b ) : void |
|
|
setLineColor ( int r, int g, int b, int a ) : void |
|
|
setLineStyle ( int style ) : void |
|
|
setLineWidth ( float width, bool autoScale ) : void |
|
|
setNoFillColor ( ) : void |
|
|
setNullLine ( ) : void |
|
|