package de._82grfl1bif.KPI_Visualizer.helpers; import java.awt.Point; public class Shape { protected Point bottomLeftCorner; protected Point topRightCorner; protected int xEdgeLength; protected Shape(){} }