Uses of Class
twaver.Insets

Packages that use Insets
twaver   
twaver.model.attachment   
twaver.network   
 

Uses of Insets in twaver
 

Fields in twaver declared as Insets
static Insets Defaults.ALARM_PADDING
          告警冒泡填充间距
static Insets Defaults.LABEL_PADDING
          文本标签填充间距
 

Methods in twaver that return Insets
 Insets Insets.clone()
           
 Insets Insets.reverse()
          取反,比如原来左边间隙为2,取反后为-2
 

Methods in twaver with parameters of type Insets
 Rect Rect.grow(Insets insets)
          扩大矩形范围,指定间距
 

Constructors in twaver with parameters of type Insets
Insets(Insets insets)
          间隙,包含上下左右四个参数,可用于图形填充量,间隙等
 

Uses of Insets in twaver.model.attachment
 

Fields in twaver.model.attachment declared as Insets
protected  Insets Attachment.padding
          填充间距
 

Methods in twaver.model.attachment that return Insets
 Insets Attachment.getPadding()
          填充间距
 

Methods in twaver.model.attachment with parameters of type Insets
 void Attachment.setPadding(Insets padding)
          设置填充间距
 

Uses of Insets in twaver.network
 

Methods in twaver.network that return Insets
 Insets Network.getInsetsStyle(Element element, java.lang.String name)
          获取Insets样式属性
 Insets ElementUI.getInsetsStyle(java.lang.String styleName)
          获取Insets类型的样式值
 Insets UIBounds.getPadding()
           selectionBorder ------------------ | outline | | ------------ | | | padding | | | | -------- | | | | | body | | | | | -------- | | | ------------ | |----------------|
 

Methods in twaver.network with parameters of type Insets
 void UIBounds.setPadding(Insets padding)
          填充间隙