org.jcae.viewer3d.fe.amibe
Class AmibeOverlayProvider
java.lang.Object
org.jcae.viewer3d.fe.amibe.AmibeOverlayProvider
- All Implemented Interfaces:
- DomainProvider, FEProvider
public class AmibeOverlayProvider
- extends java.lang.Object
- implements FEProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
getDomainIDs
public int[] getDomainIDs()
- Specified by:
getDomainIDs in interface DomainProvider
getDomain
public Domain getDomain(int id)
- Specified by:
getDomain in interface DomainProvider