public class BlockGridOptions extends Object implements Serializable
Constructor and Description |
---|
BlockGridOptions(BlockGridOptions other) |
BlockGridOptions(BlockGridType type,
int columnCount) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
BlockGridType |
getType() |
void |
setColumnCount(int columnCount) |
void |
setType(BlockGridType type) |
public BlockGridOptions(BlockGridType type, int columnCount)
public BlockGridOptions(BlockGridOptions other)
public BlockGridType getType()
public void setType(BlockGridType type)
public int getColumnCount()
public void setColumnCount(int columnCount)
Copyright © 2015. All rights reserved.