C# Class OpenSim.Region.CoreModules.Scripting.VectorRender.VectorRenderModule

Inheritance: ISharedRegionModule, IDynamicTextureRender
Datei anzeigen Open project: openmetaversefoundation/fortis-opensim Class Usage Examples

Public Methods

Method Description
AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool
AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool
Close ( ) : void
ConvertStream ( Stream data, string extraParams ) : byte[]
ConvertUrl ( string url, string extraParams ) : byte[]
GetContentType ( ) : string
GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void
GetName ( ) : string
Initialise ( Scene scene, IConfigSource config ) : void
PostInitialise ( ) : void
SupportsAsynchronous ( ) : bool
VectorRenderModule ( ) : System

Private Methods

Method Description
Draw ( string data, UUID id, string extraParams ) : void
GDIDraw ( string data, Graphics graph, char dataDelim ) : void
GetParams ( char partsDelimiter, string &line, int startLength, PointF &points ) : void
GetParams ( char partsDelimiter, string &line, int startLength, float &x, float &y ) : void
ImageHttpRequest ( string url ) : Bitmap
parseIntParam ( string strInt ) : int

Method Details

AsyncConvertData() public method

public AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool
id UUID
bodyData string
extraParams string
return bool

AsyncConvertUrl() public method

public AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool
id UUID
url string
extraParams string
return bool

Close() public method

public Close ( ) : void
return void

ConvertStream() public method

public ConvertStream ( Stream data, string extraParams ) : byte[]
data Stream
extraParams string
return byte[]

ConvertUrl() public method

public ConvertUrl ( string url, string extraParams ) : byte[]
url string
extraParams string
return byte[]

GetContentType() public method

public GetContentType ( ) : string
return string

GetDrawStringSize() public method

public GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void
text string
fontName string
fontSize int
xSize double
ySize double
return void

GetName() public method

public GetName ( ) : string
return string

Initialise() public method

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
return void

PostInitialise() public method

public PostInitialise ( ) : void
return void

SupportsAsynchronous() public method

public SupportsAsynchronous ( ) : bool
return bool

VectorRenderModule() public method

public VectorRenderModule ( ) : System
return System