public interface IDesignAnnotation extends IDesignElement, ICompilationSupport, IPropertiesSupport, ILocationSupport, ISelectionSupport, ILocalizableSupport
Modifier and Type | Interface and Description |
---|---|
static interface |
IDesignAnnotation.SupportedEventTypes |
Modifier and Type | Method and Description |
---|---|
String |
getColor()
get background color annotation
|
String |
getContent()
get content of annotation
|
boolean |
isPrintable()
get if annotation printable
|
boolean |
isVisible()
get if annotation visible in Help
|
void |
setColor(String color)
set background color annotation
|
void |
setContent(String content)
set content of annotation
|
void |
setPrintable(boolean printable)
set if annotation printable
|
void |
setVisible(boolean visible)
set if annotation visible in Help
|
beforeCompile, beforeMerge, compile, generateName, merge
getDescription, getLabel, getName, setDescription, setLabel, setName
getDimension, getPoint, setDimension, setPoint
deselect, isSelected, select
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verify
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
load, save
getLocalizableName, getLocalizableType, getLocalizationScope
boolean isVisible()
Boolean
void setVisible(boolean visible)
visible
- boolean isPrintable()
Boolean
void setPrintable(boolean printable)
printable
- void setContent(String content)
content
- void setColor(String color)
color
- Copyright © 2021 Visiativ Software. All rights reserved.