| Package | Description |
|---|---|
| org.fit.layout.api | |
| org.fit.layout.impl | |
| org.fit.layout.model |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDisplay.colorizeByTags(Area area,
Set<Tag> s)
Draws the colorized are bounds.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTag
A default simple tag implementation that allows to specify the tag value and level.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
DefaultLogicalArea.getMainTag() |
Tag |
DefaultArea.getMostSupportedTag() |
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
DefaultArea.getSupportedTags(float minSupport) |
Map<Tag,Float> |
DefaultArea.getTags()
Obtains the set of tags assigned to the area.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultArea.addTag(Tag tag,
float support) |
boolean |
DefaultArea.containsTag(Tag tag)
Tests whether the area or any of its direct child areas have the given tag.
|
float |
DefaultArea.getTagSupport(Tag tag) |
boolean |
DefaultArea.hasTag(Tag tag) |
boolean |
DefaultArea.hasTag(Tag tag,
float minSupport) |
void |
DefaultArea.removeTag(Tag tag)
Removes the specific tag
|
void |
DefaultLogicalArea.setMainTag(Tag mainTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultArea.removeAllTags(Collection<Tag> c)
Removes all tags that belong to the given collection.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
LogicalArea.getMainTag() |
Tag |
Taggable.getMostSupportedTag()
Obtains the tag with the greatest support that is assigned to this area.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
Taggable.getSupportedTags(float minSupport)
Obtains all the tags with the support greater or equal to the specified value.
|
Map<Tag,Float> |
Taggable.getTags()
Obtains the list of tags assigned to this area and their support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Taggable.addTag(Tag tag,
float support)
Adds a tag to this area.
|
float |
Taggable.getTagSupport(Tag tag)
Obtains the support of the given tag assignment
|
boolean |
Taggable.hasTag(Tag tag)
Tests whether the area has this tag.
|
boolean |
Taggable.hasTag(Tag tag,
float minSupport)
Tests whether the area has this tag with a support greater or equal to the specified value.
|
void |
Taggable.removeTag(Tag tag)
Removes the given tag from the area.
|
void |
LogicalArea.setMainTag(Tag tag) |
Copyright © 2016. All rights reserved.