|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NinePatchInterval | |
---|---|
com.alee.extended.ninepatch | |
com.alee.utils | |
com.alee.utils.ninepatch |
Uses of NinePatchInterval in com.alee.extended.ninepatch |
---|
Methods in com.alee.extended.ninepatch that return types with arguments of type NinePatchInterval | |
---|---|
java.util.List<NinePatchInterval> |
NinePatchInfo.getHorizontalStretch()
|
java.util.List<NinePatchInterval> |
NinePatchInfo.getVerticalStretch()
|
Method parameters in com.alee.extended.ninepatch with type arguments of type NinePatchInterval | |
---|---|
static boolean |
NinePatchInfo.equals(java.util.List<NinePatchInterval> npi1,
java.util.List<NinePatchInterval> npi2)
|
static boolean |
NinePatchInfo.equals(java.util.List<NinePatchInterval> npi1,
java.util.List<NinePatchInterval> npi2)
|
void |
NinePatchInfo.setHorizontalStretch(java.util.List<NinePatchInterval> horizontalStretch)
|
void |
NinePatchInfo.setVerticalStretch(java.util.List<NinePatchInterval> verticalStretch)
|
Uses of NinePatchInterval in com.alee.utils |
---|
Methods in com.alee.utils that return types with arguments of type NinePatchInterval | |
---|---|
static java.util.List<NinePatchInterval> |
NinePatchUtils.parseIntervals(java.awt.image.BufferedImage image,
NinePatchIntervalType intervalType)
Returns a list of nine-patch data intervals from the specified image. |
static java.util.List<NinePatchInterval> |
NinePatchUtils.parseStretchIntervals(boolean[] filled)
Returns nine-patch stretch intervals. |
Uses of NinePatchInterval in com.alee.utils.ninepatch |
---|
Fields in com.alee.utils.ninepatch with type parameters of type NinePatchInterval | |
---|---|
protected java.util.List<NinePatchInterval> |
NinePatchIcon.horizontalStretch
Horizontal stretch intervals taken from image patches (top image patches). |
protected java.util.List<NinePatchInterval> |
NinePatchIcon.verticalStretch
Vertical stretch intervals taken from image patches (left image patches). |
Methods in com.alee.utils.ninepatch that return NinePatchInterval | |
---|---|
NinePatchInterval |
NinePatchInterval.clone()
|
Methods in com.alee.utils.ninepatch that return types with arguments of type NinePatchInterval | |
---|---|
java.util.List<NinePatchInterval> |
NinePatchIcon.getHorizontalStretch()
Returns list of horizontal stretch intervals taken from image patches. |
java.util.List<NinePatchInterval> |
NinePatchIcon.getVerticalStretch()
Returns list of vertical stretch intervals taken from image patches. |
Methods in com.alee.utils.ninepatch with parameters of type NinePatchInterval | |
---|---|
void |
NinePatchIcon.addHorizontalStretch(NinePatchInterval interval)
Adds horizontal stretch interval. |
void |
NinePatchIcon.addVerticalStretch(NinePatchInterval interval)
Adds vertical stretch interval. |
boolean |
NinePatchInterval.intersects(NinePatchInterval npi)
|
boolean |
NinePatchInterval.isSame(NinePatchInterval ninePatchInterval)
|
Method parameters in com.alee.utils.ninepatch with type arguments of type NinePatchInterval | |
---|---|
void |
NinePatchIcon.setHorizontalStretch(java.util.List<NinePatchInterval> horizontalStretch)
Sets list of horizontal stretch intervals. |
void |
NinePatchIcon.setVerticalStretch(java.util.List<NinePatchInterval> verticalStretch)
Sets list of vertical stretch intervals. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |