Class LegendLayout
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.legends.overlay.LegendLayout
-
- Direct Known Subclasses:
LineLegendLayout
public class LegendLayout extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LegendLayout.Corner
-
Field Summary
Fields Modifier and Type Field Description protected int
boxMarginX
External margin : distance between legend border canvas border.protected int
boxMarginY
External margin : distance between legend border canvas border.protected LegendLayout.Corner
corner
Legend position.
-
Constructor Summary
Constructors Constructor Description LegendLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBoxMarginX()
int
getBoxMarginY()
LegendLayout.Corner
getCorner()
void
setBoxMarginX(int boxMarginX)
void
setBoxMarginY(int boxMarginY)
void
setCorner(LegendLayout.Corner corner)
-
-
-
Field Detail
-
boxMarginX
protected int boxMarginX
External margin : distance between legend border canvas border.
-
boxMarginY
protected int boxMarginY
External margin : distance between legend border canvas border.
-
corner
protected LegendLayout.Corner corner
Legend position.
-
-
Method Detail
-
getBoxMarginX
public int getBoxMarginX()
-
setBoxMarginX
public void setBoxMarginX(int boxMarginX)
-
getBoxMarginY
public int getBoxMarginY()
-
setBoxMarginY
public void setBoxMarginY(int boxMarginY)
-
getCorner
public LegendLayout.Corner getCorner()
-
setCorner
public void setCorner(LegendLayout.Corner corner)
-
-