Uses of Enum Class
io.keikai.model.ViewAnchor.AnchorType
Packages that use ViewAnchor.AnchorType
-
Uses of ViewAnchor.AnchorType in io.keikai.model
Methods in io.keikai.model that return ViewAnchor.AnchorTypeModifier and TypeMethodDescriptionViewAnchor.getAnchorType()Returns the anchor type.static ViewAnchor.AnchorTypeReturns the enum constant of this class with the specified name.static ViewAnchor.AnchorType[]ViewAnchor.AnchorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type ViewAnchor.AnchorTypeModifier and TypeMethodDescriptionvoidViewAnchor.setAnchorType(ViewAnchor.AnchorType anchorType) Sets the anchor type.Constructors in io.keikai.model with parameters of type ViewAnchor.AnchorTypeModifierConstructorDescriptionViewAnchor(int rowIndex, int columnIndex, int xOffset, int yOffset, int width, int height, ViewAnchor.AnchorType anchorType) Create a view anchor with indexes for left-top corner cell, x and y offset in the cell, width, height, andViewAnchor.AnchorType.