Package | Description |
---|---|
sk.upjs.jpaz2 |
Modifier and Type | Method and Description |
---|---|
ImageShape.Builder |
ImageShape.Builder.setFrameCount(int frameCount)
Sets the number of animation frames in the image.
|
ImageShape.Builder |
ImageShape.Builder.setFrameDuration(long frameDuration)
Sets the frame duration in milliseconds for views with multiple
frames.
|
ImageShape.Builder |
ImageShape.Builder.setFramesInRows(boolean framesInRows)
Sets orientation of animation frames in the input image.
|
ImageShape.Builder |
ImageShape.Builder.setShapeCenter(double x,
double y)
Sets the position of shape center.
|
ImageShape.Builder |
ImageShape.Builder.setTopLeftToTransparentColor(boolean recolor)
Sets whether color of the pixel in the top-left corner of the image
is considered as a transparent color.
|
ImageShape.Builder |
ImageShape.Builder.setTransparentExcludedFromShape(boolean excluded)
SetsReturns whether transparent pixels of the shape image are
considered as excluded from the shape in sense of the isPointOfShape
method.
|
ImageShape.Builder |
ImageShape.Builder.setViewCount(int viewCount)
Sets the number of views in the image.
|
Copyright © 2017. All rights reserved.