public class CenterSite extends AbstractSite
| Constructor and Description |
|---|
CenterSite(Figure figure)
Create a new site on the given figure.
|
CenterSite(Figure figure,
int id)
Create a new site on the given figure and with the given ID
|
| Modifier and Type | Method and Description |
|---|---|
Figure |
getFigure()
Get the figure to which this site is attached.
|
int |
getID()
Get the ID of this site.
|
double |
getX()
Get the x-coordinate of the site.
|
double |
getY()
Get the y-coordinate of the site.
|
public CenterSite(Figure figure)
public CenterSite(Figure figure, int id)
public Figure getFigure()
getFigure in interface SitegetFigure in class AbstractSitepublic int getID()
getID in interface SitegetID in class AbstractSitepublic double getX()
getX in interface SitegetX in class AbstractSitepublic double getY()
getY in interface SitegetY in class AbstractSiteCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.