|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.drawing.picturefillformat
public class picturefillformat
represents a picture fill style.
constructor summary | |
---|---|
picturefillformat(islidecomponent parent)
|
method summary | |
---|---|
rectanglealignment |
getalignment()
|
java.awt.geom.rectangle2d |
getcropposition()
|
int |
getdpi()
gets the dpi which is used to fill a picture. |
relativerectangle |
getfillrectangle()
|
picturefilltype |
getfilltype()
gets the picture fill mode. |
tileflipmode |
getflip()
|
double |
gethorizontaloffset()
|
pictureshape |
getpicture()
gets the picture. |
java.awt.geom.rectangle2d |
getpictureposition()
|
presentation |
getpresentation()
returns the parent presentation of a picture. |
float |
getscalex()
|
float |
getscaley()
|
activeslide |
getslide()
returns the parent slide of a picture. |
relativerectangle |
getsourcerectangle()
gets the number of percents of real image. |
double |
getverticaloffset()
|
void |
setalignment(rectanglealignment value)
|
void |
setdpi(int value)
sets the dpi which is used to fill a picture. |
void |
setfilltype(picturefilltype value)
sets the picture fill mode. |
void |
setflip(tileflipmode value)
|
void |
sethorizontaloffset(double value)
|
void |
setscalex(float value)
|
void |
setscaley(float value)
|
void |
setsourcerectangle(relativerectangle value)
sets the number of percents of real image. |
void |
setverticaloffset(double value)
|
constructor detail |
---|
public picturefillformat(islidecomponent parent)
method detail |
---|
public int getdpi()
public void setdpi(int value)
public picturefilltype getfilltype()
public void setfilltype(picturefilltype value)
public pictureshape getpicture()
public relativerectangle getfillrectangle()
public double gethorizontaloffset()
public void sethorizontaloffset(double value)
public double getverticaloffset()
public void setverticaloffset(double value)
public float getscalex()
public void setscalex(float value)
public float getscaley()
public void setscaley(float value)
public tileflipmode getflip()
public void setflip(tileflipmode value)
public rectanglealignment getalignment()
public void setalignment(rectanglealignment value)
public relativerectangle getsourcerectangle()
public void setsourcerectangle(relativerectangle value)
public activeslide getslide()
getslide
in interface islidecomponent
public presentation getpresentation()
getpresentation
in interface iactivepresentation
public java.awt.geom.rectangle2d getcropposition()
public java.awt.geom.rectangle2d getpictureposition()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |