====== ThinkGeo.MapSuite.Styles.RegexItem ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Styles.RegexItem** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} RegexItem() ** * //This is a constructor for the class.// == Remarks == * //If you use this constructor, you should set the necessary properties manually.// == Parameters ==
** {{wiki:PublicMethod.gif|}} RegexItem(String,AreaStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultAreaStyle.// == Parameters == * //regularExpression// * Type:String * Description:This parameter is the regular expression statement you would like to match. * //areaStyle// * Type:[[ThinkGeo.MapSuite.Styles.AreaStyle|AreaStyle]] * Description:This parameter is the style you want to draw with if the regular expression matches.
** {{wiki:PublicMethod.gif|}} RegexItem(String,LineStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultLineStyle.// == Parameters == * //regularExpression// * Type:String * Description:This parameter is the regular expression statement you would like to match. * //lineStyle// * Type:[[ThinkGeo.MapSuite.Styles.LineStyle|LineStyle]] * Description:This parameter is the style you want to draw with if the regular expression matches.
** {{wiki:PublicMethod.gif|}} RegexItem(String,PointStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultPointStyle.// == Parameters == * //regularExpression// * Type:String * Description:This parameter is the regular expression statement you would like to match. * //pointStyle// * Type:[[ThinkGeo.MapSuite.Styles.PointStyle|PointStyle]] * Description:This parameter is the style you want to draw with if the regular expression matches.
** {{wiki:PublicMethod.gif|}} RegexItem(String,TextStyle) ** * //This is a constructor for the class.// == Remarks == * //It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultTextStyle.// == Parameters == * //regularExpression// * Type:String * Description:This parameter is the regular expression statement you would like to match. * //textStyle// * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:This parameter is the style you want to draw with if the regular expression matches.
** {{wiki:PublicMethod.gif|}} RegexItem(String,Collection