public class LayoutParameters
extends java.lang.Object
Constructor and Description |
---|
LayoutParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getHorizontalSpace() |
NamedColor |
getNamedColor() |
ShowHideParameter |
getShowsPlaceLabels() |
int |
getVerticalSpace() |
void |
setHorizontalSpace(int horizontalSpace) |
void |
setNamedColor(NamedColor namedColor) |
void |
setShowPlaceLabels(ShowHideParameter showPlaceLabels) |
void |
setVerticalSpace(int verticalSpace) |
public ShowHideParameter getShowsPlaceLabels()
public void setShowPlaceLabels(ShowHideParameter showPlaceLabels)
public int getHorizontalSpace()
public void setHorizontalSpace(int horizontalSpace)
public int getVerticalSpace()
public void setVerticalSpace(int verticalSpace)
public NamedColor getNamedColor()
public void setNamedColor(NamedColor namedColor)