配置数据的文本文件模型,保存或者读取配置数据,请使用本对象类型来执行
Config
01 Syntax
SMRUCC.genomics.Visualize.ChromosomeMap.Configuration.Config
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| DefaultValue | 1 | |
| TypeOfAlignment | 1 | |
| GetDrawingSize | 1 | |
| GetDrawingColor | 1 | |
| GetSavedImageFormat | 1 | |
| GetTextAlignment | 1 | |
| ToConfigurationModel | 1 | |
| Save | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Resolution | 1 | Due to the GDI+ limitations in the .NET Framework, the image size is limited by your computer memory size, if you want to drawing a very large size image, please running this scri… |
| AspectRatio | 1 | |
| GeneObjectHeight | 1 | |
| LineLength | 1 | |
| LineHeight | 1 | |
| Margin | 1 | |
| FlagLength | 1 | |
| FLAG_HEIGHT | 1 | |
| FunctionAlignment | 1 | |
| LocusTagFont | 1 | |
| FunctionAnnotationFont | 1 | |
| SecondaryRuleFont | 1 | |
| LegendFont | 1 | |
| DeletionMutation | 1 | |
| IntegrationMutant | 1 | |
| tRNAColor | 1 | |
| DefaultRNAColor | 1 | |
| ribosomalRNAColor | 1 | |
| NoneCogColor | 1 | |
| SavedFormat | 1 | |
| AddLegend | 1 |
04 Members
Resolution
Due to the GDI+ limitations in the .NET Framework, the image size is limited by your computer memory size, if you want to drawing a very large size image, please running this script on a 64bit platform operating system, or you will get a exception about the GDI+ error: parameter is not valid and then you should try a smaller resolution of the drawing output image. Value format: <Width(Integer)>[,<Height(Integer)>]
Example: Both specific the size property: 12000,8000 Which means the drawing script will generate a image file in resolution of width is value 12000 pixels and image height is 8000 pixels.
AspectRatio
GeneObjectHeight
LineLength
LineHeight
Margin
FlagLength
FLAG_HEIGHT
FunctionAlignment
LocusTagFont
FunctionAnnotationFont
SecondaryRuleFont
LegendFont
DeletionMutation
IntegrationMutant
tRNAColor
DefaultRNAColor
ribosomalRNAColor
NoneCogColor
SavedFormat
AddLegend
DefaultValue()
TypeOfAlignment(
String)GetDrawingSize(
String)GetDrawingColor(
String)GetSavedImageFormat(
String)GetTextAlignment(
String)ToConfigurationModel()
Save(
String, Encoding)ToString()