Search in sources :

Example 6 with ExtentModel

use of com.sldeditor.ui.detail.config.featuretypeconstraint.ExtentModel in project sldeditor by robward-scisys.

the class ExtentModelTest method testIsCellEditable.

/**
 * Test method for
 * {@link com.sldeditor.ui.detail.config.featuretypeconstraint.ExtentModel#isCellEditable(int, int)}.
 */
@Test
public void testIsCellEditable() {
    ExtentModel model = new ExtentModel(null);
    assertTrue(model.isCellEditable(0, 0));
}
Also used : ExtentModel(com.sldeditor.ui.detail.config.featuretypeconstraint.ExtentModel) Test(org.junit.Test)

Aggregations

ExtentModel (com.sldeditor.ui.detail.config.featuretypeconstraint.ExtentModel)6 Test (org.junit.Test)6 Extent (org.geotools.styling.Extent)2 StyleFactoryImpl (org.geotools.styling.StyleFactoryImpl)2 FieldConfigBase (com.sldeditor.ui.detail.config.FieldConfigBase)1 FeatureTypeConstraint (org.geotools.styling.FeatureTypeConstraint)1