Class Rectangle

java.lang.Object
de.swa.fuh.qrefinement.ui.datamodel.Rectangle

public class Rectangle
extends java.lang.Object
Implementation of the model of one rectangular relevance mark for an image asset
Author:
Nicolas Boch
  • Constructor Summary

    Constructors 
    Constructor Description
    Rectangle​(int x, int y, int width, int height, java.awt.Color color)  
    Rectangle​(int x, int y, int width, int height, java.awt.Color color, int thickness)  
  • Method Summary

    Modifier and Type Method Description
    java.awt.Color getColor()  
    int getHeight()  
    int getThickness()  
    int getWidth()  
    int getX()  
    int getY()  
    void setThickness​(int thick)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Rectangle

      public Rectangle​(int x, int y, int width, int height, java.awt.Color color)
    • Rectangle

      public Rectangle​(int x, int y, int width, int height, java.awt.Color color, int thickness)
  • Method Details