C# Class PiaNO.Plot.PlotStyleTable

Inheritance: PiaFile
显示文件 Open project: phusband/PiaNO

Private Properties

Property Type Description
_getNextStyleNode int

Public Methods

Method Description
AddStyle ( PlotStyle style ) : void
PlotStyleTable ( ) : System
PlotStyleTable ( string fileName ) : System

Protected Methods

Method Description
_getLineWeights ( ) : double>.Dictionary
_getPlotStyles ( ) : IEnumerable

Private Methods

Method Description
_getNextStyleNode ( ) : int

Method Details

AddStyle() public method

public AddStyle ( PlotStyle style ) : void
style PlotStyle
return void

PlotStyleTable() public method

public PlotStyleTable ( ) : System
return System

PlotStyleTable() public method

public PlotStyleTable ( string fileName ) : System
fileName string
return System

_getLineWeights() protected method

protected _getLineWeights ( ) : double>.Dictionary
return double>.Dictionary

_getPlotStyles() protected method

protected _getPlotStyles ( ) : IEnumerable
return IEnumerable