Uses of Class
de.unihalle.informatik.MiToBo.visualization.drawing.DrawRegion2DSet.DrawType

Packages that use DrawRegion2DSet.DrawType
de.unihalle.informatik.MiToBo.visualization.drawing Provides operators to visualize data types. 
 

Uses of DrawRegion2DSet.DrawType in de.unihalle.informatik.MiToBo.visualization.drawing
 

Methods in de.unihalle.informatik.MiToBo.visualization.drawing that return DrawRegion2DSet.DrawType
 DrawRegion2DSet.DrawType DrawRegion2DSet.getDrawType()
          Get the kind of region image drawn by the operator
static DrawRegion2DSet.DrawType DrawRegion2DSet.DrawType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DrawRegion2DSet.DrawType[] DrawRegion2DSet.DrawType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.unihalle.informatik.MiToBo.visualization.drawing with parameters of type DrawRegion2DSet.DrawType
 void DrawRegion2DSet.setDrawType(DrawRegion2DSet.DrawType dtype)
          Set the kind of region image to be drawn
 

Constructors in de.unihalle.informatik.MiToBo.visualization.drawing with parameters of type DrawRegion2DSet.DrawType
DrawRegion2DSet(DrawRegion2DSet.DrawType dtype, MTBRegion2DSet regions)
          Simple constructor to create the most common region image types: see DrawType
DrawRegion2DSet(DrawRegion2DSet.DrawType dtype, MTBRegion2DSet regions, Boolean cloneTargetImage)
          Simple constructor to create the most common region image types: see DrawType
DrawRegion2DSet(DrawRegion2DSet.DrawType dtype, MTBRegion2DSet regions, MTBImage targetimage)
          Simple constructor to draw the most common region image types to a given image:
 



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