jdsl.map.api
Interface Face

All Superinterfaces:
Accessor, Decorable, Position
All Known Implementing Classes:
Face.NONEFace

public interface Face
extends Position

Empty, typing interface for faces. All the functionalities are in the InspectableEmbeddedPlanarGraph interface.

Version:
$Id: Face.java,v 1.2 2001/01/09 17:07:57 lv Exp $
Author:
Luca Vismara (lv)

Inner Class Summary
static class Face.NONEFace
          A dummy class, used to implement the constant Face.NONE
.
 
Field Summary
static Face NONE
          Used when a function requires a face to be specified but there is no face to specify, or when a function needs to return a face but there is no face to return.
 
Methods inherited from interface jdsl.core.api.Accessor
element
 
Methods inherited from interface jdsl.core.api.Decorable
destroy, get, has, set
 

Field Detail

NONE

public static final Face NONE
Used when a function requires a face to be specified but there is no face to specify, or when a function needs to return a face but there is no face to return.