|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineFormat | |
---|---|
com.rie.rieps.engine |
Uses of LineFormat in com.rie.rieps.engine |
---|
Fields in com.rie.rieps.engine declared as LineFormat | |
---|---|
static LineFormat |
LineFormat.DEFAULT
|
Methods in com.rie.rieps.engine that return LineFormat | |
---|---|
LineFormat |
Page.getCurrentLineFormat()
|
LineFormat |
Frame.getLfBottom()
|
LineFormat |
Frame.getLfLeft()
|
LineFormat |
Frame.getLfRight()
|
LineFormat |
Frame.getLfTop()
|
LineFormat |
LineFormat.setColor(Color c)
|
LineFormat |
LineFormat.setDash(int length)
|
LineFormat |
LineFormat.setDash(int[] pattern,
int offset)
|
LineFormat |
LineFormat.setWidth(float width)
|
Methods in com.rie.rieps.engine with parameters of type LineFormat | |
---|---|
void |
Frame.setLfBottom(LineFormat lfBottom)
|
void |
Frame.setLfLeft(LineFormat lfLeft)
|
void |
Frame.setLfRight(LineFormat lfRight)
|
void |
Frame.setLfTop(LineFormat lfTop)
|
void |
Page.setLineFormat(LineFormat lf)
|
Constructors in com.rie.rieps.engine with parameters of type LineFormat | |
---|---|
Frame(float left,
float top,
float width,
float height,
float leftPadding,
float topPadding,
float rightPadding,
float bottomPadding,
LineFormat lfLeft,
LineFormat lfTop,
LineFormat lfRight,
LineFormat lfBottom,
boolean fill,
Color fillColor,
float rotate,
java.lang.String text,
PSFont psfnt,
TextParameter tp)
Creates a new instance of Frame |
|
LineFormat(LineFormat lf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |