org.jcae.viewer3d.fe.amibe
Class AmibeOverlayProvider

java.lang.Object
  extended by org.jcae.viewer3d.fe.amibe.AmibeOverlayProvider
All Implemented Interfaces:
DomainProvider, FEProvider

public class AmibeOverlayProvider
extends java.lang.Object
implements FEProvider


Field Summary
static java.lang.String FREE_EDGE
           
static java.awt.Color FREE_EDGE_COLOR
           
static java.lang.String MULTI_EDGE
           
static java.awt.Color MULTI_EDGE_COLOR
           
 
Constructor Summary
AmibeOverlayProvider(java.io.File directory, java.lang.String flag)
           
 
Method Summary
 Domain getDomain(int id)
           
 int[] getDomainIDs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FREE_EDGE

public static java.lang.String FREE_EDGE

MULTI_EDGE

public static java.lang.String MULTI_EDGE

FREE_EDGE_COLOR

public static java.awt.Color FREE_EDGE_COLOR

MULTI_EDGE_COLOR

public static java.awt.Color MULTI_EDGE_COLOR
Constructor Detail

AmibeOverlayProvider

public AmibeOverlayProvider(java.io.File directory,
                            java.lang.String flag)
                     throws javax.xml.parsers.ParserConfigurationException,
                            org.xml.sax.SAXException,
                            java.io.IOException
Parameters:
directory - The directory containing the jcae3d file
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
Method Detail

getDomainIDs

public int[] getDomainIDs()
Specified by:
getDomainIDs in interface DomainProvider

getDomain

public Domain getDomain(int id)
Specified by:
getDomain in interface DomainProvider