Uses of Class
de.unihalle.informatik.MiToBo.core.datatypes.MTBBorder2D

Packages that use MTBBorder2D
de.unihalle.informatik.MiToBo.core.datatypes Provides basic datatypes for MiToBo. 
 

Uses of MTBBorder2D in de.unihalle.informatik.MiToBo.core.datatypes
 

Subclasses of MTBBorder2D in de.unihalle.informatik.MiToBo.core.datatypes
 class MTBContour2D
          Class to create 2D contour objects with a vector of points, belonging to the contour.
 

Fields in de.unihalle.informatik.MiToBo.core.datatypes with type parameters of type MTBBorder2D
protected  Vector<MTBBorder2D> MTBBorder2DSet.borderSet
          The set of borders represented as a Vector.
protected  Vector<MTBBorder2D> MTBBorder2D.inner
          Set of inner borders if available.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes that return MTBBorder2D
 MTBBorder2D MTBBorder2D.clone()
           
 MTBBorder2D MTBBorder2DSet.elementAt(int i)
          Get a border by index.
 MTBBorder2D MTBRegion2D.getBorder()
          Method to get the border object from the current 2D region, for example to visualize the regions.
 MTBBorder2D MTBBorder2D.getInner(int index)
          Get a specific inner border.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes that return types with arguments of type MTBBorder2D
 Vector<MTBBorder2D> MTBBorder2D.getAllInnerBorders()
          Get all inner borders from the border object.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBBorder2D
 boolean MTBBorder2DSet.add(MTBBorder2D border)
          Append a border (at the end) to the set of borders.
 void MTBContour2D.addInner(MTBBorder2D C)
          Add a inner contour to the existing contour object.
 void MTBBorder2D.addInner(MTBBorder2D ic)
          Add an inner border to the existing border object.
 void MTBBorder2DSet.setElementAt(MTBBorder2D contour, int i)
          Set the i-th border of the set.
 

Method parameters in de.unihalle.informatik.MiToBo.core.datatypes with type arguments of type MTBBorder2D
 void MTBContour2D.setInner(Vector<MTBBorder2D> C)
          Set the inner contours of the contour object.
 void MTBBorder2D.setInner(Vector<MTBBorder2D> ic)
          Set the inner borders of the border object.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.