public class LinkDestination extends Location
Modifier and Type | Field and Description |
---|---|
float |
height |
static int |
LINK_DEST_FIT |
static int |
LINK_DEST_FIT_B |
static int |
LINK_DEST_FIT_BH |
static int |
LINK_DEST_FIT_BV |
static int |
LINK_DEST_FIT_H |
static int |
LINK_DEST_FIT_R |
static int |
LINK_DEST_FIT_V |
static int |
LINK_DEST_XYZ |
int |
type |
float |
width |
float |
x |
float |
y |
float |
zoom |
Constructor and Description |
---|
LinkDestination(int chapter,
int page,
int type,
float x,
float y,
float w,
float h,
float zoom) |
Modifier and Type | Method and Description |
---|---|
static LinkDestination |
Fit(int chapter,
int page) |
static LinkDestination |
FitB(int chapter,
int page) |
static LinkDestination |
FitBH(int chapter,
int page) |
static LinkDestination |
FitBH(int chapter,
int page,
float y) |
static LinkDestination |
FitBV(int chapter,
int page) |
static LinkDestination |
FitBV(int chapter,
int page,
float x) |
static LinkDestination |
FitH(int chapter,
int page) |
static LinkDestination |
FitH(int chapter,
int page,
float y) |
static LinkDestination |
FitR(int chapter,
int page,
float x,
float y,
float width,
float height) |
static LinkDestination |
FitV(int chapter,
int page) |
static LinkDestination |
FitV(int chapter,
int page,
float x) |
boolean |
hasHeight() |
boolean |
hasWidth() |
boolean |
hasX() |
boolean |
hasY() |
boolean |
hasZoom() |
static LinkDestination |
XYZ(int chapter,
int page) |
static LinkDestination |
XYZ(int chapter,
int page,
float zoom) |
static LinkDestination |
XYZ(int chapter,
int page,
float x,
float y) |
static LinkDestination |
XYZ(int chapter,
int page,
float x,
float y,
float zoom) |
@Native public static final int LINK_DEST_FIT
@Native public static final int LINK_DEST_FIT_B
@Native public static final int LINK_DEST_FIT_H
@Native public static final int LINK_DEST_FIT_BH
@Native public static final int LINK_DEST_FIT_V
@Native public static final int LINK_DEST_FIT_BV
@Native public static final int LINK_DEST_FIT_R
@Native public static final int LINK_DEST_XYZ
public int type
public float x
public float y
public float width
public float height
public float zoom
public LinkDestination(int chapter, int page, int type, float x, float y, float w, float h, float zoom)
public static LinkDestination Fit(int chapter, int page)
public static LinkDestination FitB(int chapter, int page)
public static LinkDestination XYZ(int chapter, int page)
public static LinkDestination XYZ(int chapter, int page, float zoom)
public static LinkDestination XYZ(int chapter, int page, float x, float y)
public static LinkDestination XYZ(int chapter, int page, float x, float y, float zoom)
public static LinkDestination FitH(int chapter, int page)
public static LinkDestination FitH(int chapter, int page, float y)
public static LinkDestination FitBH(int chapter, int page)
public static LinkDestination FitBH(int chapter, int page, float y)
public static LinkDestination FitV(int chapter, int page)
public static LinkDestination FitV(int chapter, int page, float x)
public static LinkDestination FitBV(int chapter, int page)
public static LinkDestination FitBV(int chapter, int page, float x)
public static LinkDestination FitR(int chapter, int page, float x, float y, float width, float height)
public boolean hasX()
public boolean hasY()
public boolean hasZoom()
public boolean hasWidth()
public boolean hasHeight()