edu.indiana.dlib.metsnav.mets.v1_5
Class Area

java.lang.Object
  extended by edu.indiana.dlib.metsnav.mets.v1_5.AreaType
      extended by edu.indiana.dlib.metsnav.mets.v1_5.Area
All Implemented Interfaces:
Serializable

public class Area
extends AreaType
implements Serializable

area: file area The area element provides for more sophisticated linking between a div element and content files representing that div, be they text, image, audio, or video files. An area element can link a div to a point within a file, to a one-dimension segment of a file (e.g., text screen, image line, audio/video clip), or a two-dimensional section of a file (e.g, subsection of an image, or a subsection of the video display of a video file. See the areaType documentation for more details.

See Also:
Serialized Form

Constructor Summary
Area()
           
 
Method Summary
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
static Object unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class edu.indiana.dlib.metsnav.mets.v1_5.AreaType
addADMID, addADMID, addCONTENTIDS, addCONTENTIDS, clearADMID, clearCONTENTIDS, enumerateADMID, enumerateCONTENTIDS, getADMID, getADMID, getADMIDCount, getBEGIN, getBETYPE, getCONTENTIDS, getCONTENTIDS, getCONTENTIDSCount, getCOORDS, getEND, getEXTENT, getEXTTYPE, getFILEID, getID, getSHAPE, removeADMID, removeCONTENTIDS, setADMID, setADMID, setBEGIN, setBETYPE, setCONTENTIDS, setCONTENTIDS, setCOORDS, setEND, setEXTENT, setEXTTYPE, setFILEID, setID, setSHAPE
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Area

public Area()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class AreaType
Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class AreaType
Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class AreaType
Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

unmarshal

public static Object unmarshal(Reader reader)
                        throws MarshalException,
                               ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Overrides:
validate in class AreaType
Throws:
ValidationException


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.