Property | Type | Description | |
---|---|---|---|
moleculeName | string | ||
name | string |
Method | Description | |
---|---|---|
addPoint ( float value ) : void | ||
destroyLine ( ) : void | ||
doDebugAction ( ) : void | ||
generateLineName ( int _mediumId, string _moleculeName ) : string | ||
initializeVectorLine ( ) : void | ||
redraw ( ) : void | ||
resize ( ) : void | ||
setActive ( bool isActive ) : void |
public abstract addPoint ( float value ) : void | ||
value | float | |
return | void |
public static generateLineName ( int _mediumId, string _moleculeName ) : string | ||
_mediumId | int | |
_moleculeName | string | |
return | string |