org.jcae.viewer3d.fe.amibe
Class AmibeBeanDomain

java.lang.Object
  extended by org.jcae.viewer3d.fe.FEDomainAdaptor
      extended by org.jcae.viewer3d.fe.amibe.AmibeBeanDomain
All Implemented Interfaces:
ColoredDomain, Domain, FEDomain, MarkDomain

public class AmibeBeanDomain
extends FEDomainAdaptor


Constructor Summary
AmibeBeanDomain(java.io.File directory, org.w3c.dom.Element subMesh, java.awt.Color color)
           
 
Method Summary
 int[] getBeam2()
           
 java.awt.Color getColor()
           
 float[] getNodes()
          Node coordinates
 int getNumberOfBeam2()
           
 int getNumberOfNodes()
          Return the number of nodes in the mesh
 
Methods inherited from class org.jcae.viewer3d.fe.FEDomainAdaptor
getBeam3, getHexa8, getID, getMarks, getMarksTypes, getNumberOfBeam3, getNumberOfHexa8, getNumberOfQuad4, getNumberOfQuad8, getNumberOfTetra4, getNumberOfTria3, getNumberOfTria6, getNumberOfVertices, getQuad4, getQuad8, getTetra4, getTria3, getTria6, getVertices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmibeBeanDomain

public AmibeBeanDomain(java.io.File directory,
                       org.w3c.dom.Element subMesh,
                       java.awt.Color color)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getNodes

public float[] getNodes()
Description copied from interface: FEDomain
Node coordinates

Specified by:
getNodes in interface FEDomain
Overrides:
getNodes in class FEDomainAdaptor

getBeam2

public int[] getBeam2()
Specified by:
getBeam2 in interface FEDomain
Overrides:
getBeam2 in class FEDomainAdaptor

getColor

public java.awt.Color getColor()
Specified by:
getColor in interface ColoredDomain
Overrides:
getColor in class FEDomainAdaptor

getNumberOfNodes

public int getNumberOfNodes()
Description copied from interface: FEDomain
Return the number of nodes in the mesh

Specified by:
getNumberOfNodes in interface FEDomain
Overrides:
getNumberOfNodes in class FEDomainAdaptor

getNumberOfBeam2

public int getNumberOfBeam2()
Specified by:
getNumberOfBeam2 in interface FEDomain
Overrides:
getNumberOfBeam2 in class FEDomainAdaptor