BlockMask@Deprecated public class BlockMask extends AbstractMask
| Constructor and Description |
|---|
BlockMask()
Deprecated.
|
BlockMask(BaseBlock... block)
Deprecated.
|
BlockMask(BaseBlock block)
Deprecated.
|
BlockMask(Set<BaseBlock> types)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(BaseBlock block)
Deprecated.
|
void |
addAll(Collection<BaseBlock> blocks)
Deprecated.
|
boolean |
matches(EditSession editSession,
Vector position)
Deprecated.
Given a block position, this method returns true if the block at
that position matches the filter.
|
preparepublic BlockMask()
public BlockMask(BaseBlock... block)
public BlockMask(BaseBlock block)
public void add(BaseBlock block)
public void addAll(Collection<BaseBlock> blocks)
public boolean matches(EditSession editSession, Vector position)
MaskeditSession - an instanceposition - the position to checkCopyright © 2010-2014. All Rights Reserved.