ro.mosc.reco.glyphdesciption
Class GlyphDescriptionAlgebra

java.lang.Object
  extended by ro.mosc.reco.algebra.Algebra
      extended by ro.mosc.reco.glyphdesciption.GlyphDescriptionAlgebra

public class GlyphDescriptionAlgebra
extends Algebra

Relational structure describing a Glyph


Field Summary
private  java.awt.Rectangle glyphContainerRectangle
           
 
Fields inherited from class ro.mosc.reco.algebra.Algebra
relatios, signature, supportSets
 
Constructor Summary
private GlyphDescriptionAlgebra(Signature signature, java.awt.Rectangle glyphContainerRectangle)
           
 
Method Summary
static GlyphDescriptionAlgebra createAlgebra(java.util.ArrayList<java.awt.geom.Line2D.Double> segments, java.awt.Rectangle glyphContainerRectangle)
           
 
Methods inherited from class ro.mosc.reco.algebra.Algebra
addElementsInRelation, addElementToAlgebra, getMappedElements, isIsomorphism, isomorphism, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

glyphContainerRectangle

private java.awt.Rectangle glyphContainerRectangle
Constructor Detail

GlyphDescriptionAlgebra

private GlyphDescriptionAlgebra(Signature signature,
                                java.awt.Rectangle glyphContainerRectangle)
Method Detail

createAlgebra

public static GlyphDescriptionAlgebra createAlgebra(java.util.ArrayList<java.awt.geom.Line2D.Double> segments,
                                                    java.awt.Rectangle glyphContainerRectangle)