org.gamenet.application.mm8leveleditor.dataSectionable
Class TerrainNormalMapDataDataSectionable

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.dataSectionable.BaseDataSectionable
      extended byorg.gamenet.application.mm8leveleditor.dataSectionable.TerrainNormalMapDataDataSectionable
All Implemented Interfaces:
DataSectionable

public class TerrainNormalMapDataDataSectionable
extends BaseDataSectionable
implements DataSectionable


Nested Class Summary
 
Nested classes inherited from class org.gamenet.application.mm8leveleditor.dataSectionable.BaseDataSectionable
BaseDataSectionable.AbstractDataTypeInfo, BaseDataSectionable.DataTypeInfo
 
Field Summary
static String DATA_SECTION_PIXEL_MAPS
           
static String DATA_SECTION_TEXT_MAPS
           
static String DATA_SECTION_VERTEXES
           
private  TerrainNormalMapData terrainNormalMapData
           
private  BaseDataSectionable.DataTypeInfo vertexDataTypeInfo
           
 
Constructor Summary
TerrainNormalMapDataDataSectionable(TerrainNormalMapData srcTerrainNormalMapData)
           
 
Method Summary
 IntVertex createNewTerrainNormalVertex()
           
 Component getComponentForDataSection(TaskObserver taskObserver, String dataSectionName)
           
 Object getData()
           
 Object getDataForDataSection(DataSection dataSection)
           
static DataSection[] getDataSections()
           
 BaseDataSectionable.DataTypeInfo getDataTypeInfo(String dataSectionName)
           
 Component getListComponentForDataSection(TaskObserver taskObserver, String dataSectionName, List list, Iterator indexIterator)
           
protected  Component getPixelMapsPanel(TaskObserver taskObserver)
           
 DataSection[] getStaticDataSections()
           
protected  Component getTextMapsPanel(TaskObserver taskObserver)
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.dataSectionable.BaseDataSectionable
createListForSequence, createListForSequence, getComponent, getListComponent, getNonApplicablePanel, getPanel, getUnknownsPanel, listForIterator, makeNonStretchedPanelFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

terrainNormalMapData

private TerrainNormalMapData terrainNormalMapData

DATA_SECTION_PIXEL_MAPS

public static final String DATA_SECTION_PIXEL_MAPS
See Also:
Constant Field Values

DATA_SECTION_TEXT_MAPS

public static final String DATA_SECTION_TEXT_MAPS
See Also:
Constant Field Values

DATA_SECTION_VERTEXES

public static final String DATA_SECTION_VERTEXES
See Also:
Constant Field Values

vertexDataTypeInfo

private BaseDataSectionable.DataTypeInfo vertexDataTypeInfo
Constructor Detail

TerrainNormalMapDataDataSectionable

public TerrainNormalMapDataDataSectionable(TerrainNormalMapData srcTerrainNormalMapData)
Method Detail

getData

public Object getData()
Specified by:
getData in interface DataSectionable

getTextMapsPanel

protected Component getTextMapsPanel(TaskObserver taskObserver)
                              throws InterruptedException
Parameters:
taskObserver -
Returns:
Throws:
InterruptedException

getPixelMapsPanel

protected Component getPixelMapsPanel(TaskObserver taskObserver)
                               throws InterruptedException
Parameters:
taskObserver -
Returns:
Throws:
InterruptedException

getDataSections

public static DataSection[] getDataSections()

getStaticDataSections

public DataSection[] getStaticDataSections()
Specified by:
getStaticDataSections in interface DataSectionable

getDataForDataSection

public Object getDataForDataSection(DataSection dataSection)
Specified by:
getDataForDataSection in interface DataSectionable

getListComponentForDataSection

public Component getListComponentForDataSection(TaskObserver taskObserver,
                                                String dataSectionName,
                                                List list,
                                                Iterator indexIterator)
                                         throws InterruptedException
Specified by:
getListComponentForDataSection in interface DataSectionable
Throws:
InterruptedException

getComponentForDataSection

public Component getComponentForDataSection(TaskObserver taskObserver,
                                            String dataSectionName)
                                     throws InterruptedException
Specified by:
getComponentForDataSection in interface DataSectionable
Throws:
InterruptedException

getDataTypeInfo

public BaseDataSectionable.DataTypeInfo getDataTypeInfo(String dataSectionName)
Specified by:
getDataTypeInfo in class BaseDataSectionable

createNewTerrainNormalVertex

public IntVertex createNewTerrainNormalVertex()