org.jcae.viewer3d
Interface MarkDomain

All Superinterfaces:
Domain
All Known Subinterfaces:
CADDomain, FDDomain, FEDomain
All Known Implementing Classes:
AmibeBeanDomain, AmibeDomain, CADDomainAdaptor, FDDomainAdaptor, FEDomainAdaptor, OCCDomain, OCCEdgeDomain, OCCFaceDomain, OCCVertexDomain, PiafDomain, PL02Domain, UNVDomain

public interface MarkDomain
extends Domain

This class describe a Domain which contains 0D elements (vertices).


Method Summary
 float[] getMarks(java.lang.Object type)
          Return a {x0, y0, z0, x1, y1, z1...} array for the given mark type.
 java.lang.Object[] getMarksTypes()
          Return objects describing each type of marks in the domain. 4 cases are handeled: The object is a PointAttribute.
 

Method Detail

getMarksTypes

java.lang.Object[] getMarksTypes()
Return objects describing each type of marks in the domain. 4 cases are handeled:

Returns:

getMarks

float[] getMarks(java.lang.Object type)
Return a {x0, y0, z0, x1, y1, z1...} array for the given mark type.

Parameters:
type -
Returns: