public interface LayoutEntity extends java.lang.Comparable, LayoutItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_PREFERRED_HEIGHT |
static java.lang.String |
ATTR_PREFERRED_WIDTH |
Modifier and Type | Method and Description |
---|---|
double |
getHeightInLayout() |
java.lang.Object |
getLayoutInformation() |
double |
getWidthInLayout() |
double |
getXInLayout() |
double |
getYInLayout() |
void |
populateLayoutConstraint(LayoutConstraint constraint)
Classes should update the specified layout constraint if recognized
|
void |
setLayoutInformation(java.lang.Object internalEntity) |
void |
setLocationInLayout(double x,
double y) |
void |
setSizeInLayout(double width,
double height) |
getGraphData, setGraphData
static final java.lang.String ATTR_PREFERRED_WIDTH
static final java.lang.String ATTR_PREFERRED_HEIGHT
void setLocationInLayout(double x, double y)
void setSizeInLayout(double width, double height)
double getXInLayout()
double getYInLayout()
double getWidthInLayout()
double getHeightInLayout()
java.lang.Object getLayoutInformation()
void setLayoutInformation(java.lang.Object internalEntity)
void populateLayoutConstraint(LayoutConstraint constraint)
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.