net.aerith.misao.toolkit.MultipleCatalogChart
Class PlotPropertyTable.PropertySet

java.lang.Object
  |
  +--net.aerith.misao.toolkit.MultipleCatalogChart.PlotPropertyTable.PropertySet
Enclosing class:
PlotPropertyTable

private class PlotPropertyTable.PropertySet
extends java.lang.Object

The PropertySet is a set of plot property and the catalog star.


Field Summary
 CatalogStar catalog_star
          The catalog star.
 PlotProperty property
          The plot property.
 
Constructor Summary
PlotPropertyTable.PropertySet(PlotProperty property, CatalogStar catalog_star)
          Construct a PropertySet.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

property

public PlotProperty property
The plot property.

catalog_star

public CatalogStar catalog_star
The catalog star.
Constructor Detail

PlotPropertyTable.PropertySet

public PlotPropertyTable.PropertySet(PlotProperty property,
                                     CatalogStar catalog_star)
Construct a PropertySet.
Parameters:
property - the plot property.
catalog_star - the catalog star.