simtools.shapes
Class AbstractShape.AbstractShapePropertiesNames

java.lang.Object
  extended by simtools.shapes.AbstractShape.AbstractShapePropertiesNames
Direct Known Subclasses:
Abstract1DShape.Abstract1DShapePropertiesNames, AffineTransformData.AffineTransformDataPropertiesNames, AxisShape.AxePropertiesNames, CurveShape.CurveShapePropertiesNames, HistoryTextShape.HistoryTextShapePropertiesNames, LimitShape.LimitShapePropertiesNames, Plot.PlotPropertiesNames, TextArrayShape.TextArrayShapePropertiesNames
Enclosing class:
AbstractShape

public static class AbstractShape.AbstractShapePropertiesNames
extends java.lang.Object

A delegate class that provides the list of properties names related to its mother class

Author:
zxpletran007

Field Summary
protected  java.util.ArrayList propertyNames
           
 
Constructor Summary
AbstractShape.AbstractShapePropertiesNames()
           
 
Method Summary
 java.lang.String[] getPropertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyNames

protected java.util.ArrayList propertyNames
Constructor Detail

AbstractShape.AbstractShapePropertiesNames

public AbstractShape.AbstractShapePropertiesNames()
Method Detail

getPropertyNames

public java.lang.String[] getPropertyNames()