|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.printer.PrintMargins
public class PrintMargins
Title: PrintMargins class
Description: Access to each Page Print Margin
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
PrintMargins(IBaseChart chart,
int l,
int t,
int r,
int b)
Sets Left, Top, Right and Bottom Margins expressed as a percentage of the paper dimendisions or as standard 1/100 inch printer units. |
Method Summary | |
---|---|
int |
getBottom()
Bottom margin as percentage of paper dimensions. |
double |
getHeight()
|
int |
getLeft()
Left margin as percentage of paper dimensions. |
int |
getRight()
Right margin as percentage of paper dimensions. |
int |
getTop()
Top margin as percentage of paper dimensions. |
double |
getWidth()
|
void |
setBottom(int value)
Sets Bottom margin as percentage of paper dimensions. |
void |
setLeft(int value)
Sets Left margin as percentage of paper dimensions. |
void |
setRight(int value)
Sets Right margin as percentage of paper dimensions. |
void |
setTop(int value)
Sets Top margin as percentage of paper dimensions. |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintMargins(IBaseChart chart, int l, int t, int r, int b)
l
- intt
- intr
- intb
- intclass PrintMarginUnits
,
Printer.getProportional()
Method Detail |
---|
public int getLeft()
public void setLeft(int value)
value
- intpublic int getTop()
public void setTop(int value)
value
- intpublic int getRight()
public void setRight(int value)
value
- intpublic int getBottom()
public void setBottom(int value)
value
- intpublic double getHeight()
public double getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |