public class CircleGridProperties extends CircleDataSetProperties
| Constructor and Description | 
|---|
CircleGridProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getItemFlexibility()
Get information whether this dataset can be layouted flexibly or whether it has to obay the precisoe dimensions provided. 
 | 
Localisation.Position | 
getLocalisationPreference()
Get the preferred Localisation  
Localisation.Position.CENTER, Localisation.Position.EDGE, Localisation.Position.FREE of this dataset. | 
String | 
getTypeName()
Get the type of DataSet (this can be used for display purposes 
 | 
DataContainer | 
newContainerInstance(DataSet origin,
                    NodeData data)
 | 
void | 
testValidity(DataSet set)
Test, whether the provided DataSet is valid to be used with these properties. 
 | 
String | 
toString()
Override the ToString Method 
 | 
getDataSetDescriptionPane, getWorkingClassTypesequalspublic Localisation.Position getLocalisationPreference()
DataSetLayoutPropertiesLocalisation.Position.CENTER, Localisation.Position.EDGE, Localisation.Position.FREE of this dataset.getLocalisationPreference in class CircleDataSetPropertiespublic boolean getItemFlexibility()
DataSetLayoutPropertiesgetItemFlexibility in class CircleDataSetPropertiespublic DataContainer newContainerInstance(DataSet origin, NodeData data)
DataSetLayoutPropertiesnewContainerInstance in class CircleDataSetPropertiesorigin - the DataSet a new Container instance is created for. This DataSet has to pass the testValididty Method, or the behaviour is undefined.data - a node dataDataSet and NodeDatapublic String toString()
DataSetLayoutPropertiestoString in class CircleDataSetPropertiespublic String getTypeName()
DataSetLayoutPropertiesgetTypeName in class CircleDataSetPropertiespublic void testValidity(DataSet set) throws WrongFormat
DataSetLayoutPropertiestestValidity in class AbstractArrayDataSetPropertiesset - the DataSet to testWrongFormat - if the supplied set cannot be used.Copyright © 2018. All rights reserved.