public class Bagger extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(Component c) |
Bagger |
bagger() |
Bagger |
bagger(double xf) |
void |
center() |
void |
east() |
void |
firstLineEnd() |
void |
firstLineStart() |
Integer |
getAnchor() |
Insets |
getInsets() |
Integer |
getIPadX() |
Integer |
getIPadY() |
JPanel |
getJPanel() |
void |
go() |
void |
go(int n) |
void |
inset(int i) |
void |
inset(int a,
int b,
int c,
int d) |
void |
lastLineEnd() |
void |
lastLineStart() |
void |
lineEnd() |
void |
lineStart() |
void |
north() |
void |
northeast() |
void |
northwest() |
void |
pad(int i) |
void |
pad(int x,
int y) |
void |
pageEnd() |
void |
pageStart() |
void |
reset() |
void |
row() |
void |
row(int n) |
void |
setAnchor(Integer anchor) |
void |
setInsets(Insets insets) |
void |
setIPadX(Integer iPadX) |
void |
setIPadY(Integer iPadY) |
void |
setJPanel(JPanel jPanel) |
void |
south() |
void |
southeast() |
void |
southwest() |
void |
west() |
void |
xfill() |
void |
xfill(double xf) |
void |
xspan(int xs) |
void |
yfill() |
void |
yfill(double yf) |
void |
yspan(int ys) |
public Bagger()
public Bagger(JPanel jPanel)
public void setIPadX(Integer iPadX)
public Integer getIPadX()
public void setIPadY(Integer iPadY)
public Integer getIPadY()
public void setInsets(Insets insets)
public Insets getInsets()
public void setAnchor(Integer anchor)
public Integer getAnchor()
public void setJPanel(JPanel jPanel)
public JPanel getJPanel()
public void row()
public void row(int n)
public void go()
public void go(int n)
public void xfill()
public void yfill()
public void xfill(double xf)
public void yfill(double yf)
public void xspan(int xs)
public void yspan(int ys)
public void add(Component c)
public void reset()
public void center()
public void north()
public void northeast()
public void east()
public void southeast()
public void south()
public void southwest()
public void west()
public void northwest()
public void pageStart()
public void pageEnd()
public void lineStart()
public void lineEnd()
public void firstLineStart()
public void firstLineEnd()
public void lastLineStart()
public void lastLineEnd()
public void pad(int i)
public void pad(int x,
int y)
public void inset(int i)
public void inset(int a,
int b,
int c,
int d)
public Bagger bagger(double xf)
public Bagger bagger()
Copyright © 2015. All Rights Reserved.