fdubath.entrelacs
Class VertexOnIdentifiedBorder

java.lang.Object
  extended by fdubath.entrelacs.Vertex
      extended by fdubath.entrelacs.VertexOnIdentifiedBorder

public class VertexOnIdentifiedBorder
extends Vertex

Identified border the background geometry. They have two images and when one go out of the geometry crossing one of the image, this correspond to re-enter the geometry by the other border image. Vertex on such a border have two images (one on each border image). When using such a border into a rope one should add both the vertex and its image (with no other vertex in-between).


Method Summary
 VertexOnIdentifiedBorder getImage()
          As Identified border have two image, a dot on such a border has also two images which are linked together.
 
Methods inherited from class fdubath.entrelacs.Vertex
getPositionX, getPositionY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public VertexOnIdentifiedBorder getImage()
As Identified border have two image, a dot on such a border has also two images which are linked together. This method allows to access the vertex other image.

Returns:
the vertex which is the image of the current vertex.