-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix emphasis triangle scaling and center drawing. Make Text configura…
…ble.
- Loading branch information
1 parent
d153fad
commit 210e6a3
Showing
4 changed files
with
60 additions
and
47 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/java/org/openbase/bco/bcozy/view/generic/EmphasisDescriptionProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package org.openbase.bco.bcozy.view.generic; | ||
|
||
import org.openbase.type.domotic.action.ActionEmphasisType.ActionEmphasis.Category; | ||
|
||
public interface EmphasisDescriptionProvider { | ||
String getLabel(Category primaryCategory); | ||
} |