NTPolygonStyleBuilder
@interface NTPolygonStyleBuilder : NTStyleBuilderA builder class for PolygonStyle.
- 
                  
                  Constructs a PolygonStyleBuilder object with all parameters set to defaults. DeclarationObjective-C - (id)init;
- 
                  
                  Returns the line style of the edges of the polygon. DeclarationObjective-C - (NTLineStyle *)getLineStyle;Return ValueThe line style of the edges of the polygon. May be null. 
- 
                  
                  Sets the line style that will be used to draw the edges of the polygon. If null is passed no edges will be drawn. The default is null. DeclarationObjective-C - (void)setLineStyle:(NTLineStyle *)lineStyle;ParameterslineStyleThe new style for the edges of the polygon. 
- 
                  
                  Builds a new instance of the PolygonStyle object using previously set parameters. DeclarationObjective-C - (NTPolygonStyle *)buildStyle;Return ValueA new PolygonStyle object. 
- 
                  
                  Undocumented DeclarationObjective-C -(void)dealloc;
 View on GitHub
View on GitHub NTPolygonStyleBuilder Class Reference
        NTPolygonStyleBuilder Class Reference