public interface TextComponent extends ReadableComponent
The following features are supported:
DetailViewPackage.getTextComponent()
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
int |
getTextHeight()
Returns the value of the 'Text Height' attribute.
|
String |
getTextMap()
Returns the value of the 'Text Map' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isDate()
Returns the value of the 'Date' attribute.
|
void |
setDate(boolean value)
Sets the value of the '
Date ' attribute. |
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setHeight(int value)
Sets the value of the '
Height ' attribute. |
void |
setTextHeight(int value)
Sets the value of the '
Text Height ' attribute. |
void |
setTextMap(String value)
Sets the value of the '
Text Map ' attribute. |
void |
setWidth(int value)
Sets the value of the '
Width ' attribute. |
getAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, getNullReplacementValue, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsText, setNullReplacementValue
getVisibility, setVisibility
String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String)
,
DetailViewPackage.getTextComponent_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int)
,
DetailViewPackage.getTextComponent_Width()
void setWidth(int value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int)
,
DetailViewPackage.getTextComponent_Height()
void setHeight(int value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
boolean isDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(boolean)
,
DetailViewPackage.getTextComponent_Date()
void setDate(boolean value)
Date
' attribute.
value
- the new value of the 'Date' attribute.isDate()
int getTextHeight()
If the meaning of the 'Text Height' attribute isn't clear, there really should be more of a description here...
setTextHeight(int)
,
DetailViewPackage.getTextComponent_TextHeight()
void setTextHeight(int value)
Text Height
' attribute.
value
- the new value of the 'Text Height' attribute.getTextHeight()
String getTextMap()
If the meaning of the 'Text Map' attribute isn't clear, there really should be more of a description here...
setTextMap(String)
,
DetailViewPackage.getTextComponent_TextMap()
void setTextMap(String value)
Text Map
' attribute.
value
- the new value of the 'Text Map' attribute.getTextMap()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.