类 LayoutNorthArrow.LayoutNorthArrowBean
- java.lang.Object
-
- org.meteoinfo.layout.LayoutNorthArrow.LayoutNorthArrowBean
-
- 封闭类:
- LayoutNorthArrow
public class LayoutNorthArrow.LayoutNorthArrowBean extends java.lang.Object
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 floatgetAngle()Get anglejava.awt.ColorgetBackColor()Get background colorjava.awt.ColorgetForeColor()Get foreground colorintgetHeight()Get heightintgetLeft()Get leftjava.awt.ColorgetNeatLineColor()Get neat line colorfloatgetNeatLineSize()Get neat line sizeintgetTop()Get topintgetWidth()Get widthbooleanisDrawBackColor()Get is draw backcolorbooleanisDrawNeatLine()Get if draw neat linevoidsetAngle(float angle)Set anglevoidsetBackColor(java.awt.Color c)Set background colorvoidsetDrawBackColor(boolean value)Set is draw backcolorvoidsetDrawNeatLine(boolean istrue)Set if draw neat linevoidsetForeColor(java.awt.Color c)Set foreground colorvoidsetHeight(int height)Set heightvoidsetLeft(int left)Set leftvoidsetNeatLineColor(java.awt.Color color)Set neat line colorvoidsetNeatLineSize(float size)Set neat line sizevoidsetTop(int top)Set topvoidsetWidth(int width)Set width
-
-
-
方法详细资料
-
isDrawNeatLine
public boolean isDrawNeatLine()
Get if draw neat line- 返回:
- If draw neat line
-
setDrawNeatLine
public void setDrawNeatLine(boolean istrue)
Set if draw neat line- 参数:
istrue- If draw neat line
-
getNeatLineColor
public java.awt.Color getNeatLineColor()
Get neat line color- 返回:
- Neat line color
-
setNeatLineColor
public void setNeatLineColor(java.awt.Color color)
Set neat line color- 参数:
color- Neat line color
-
getNeatLineSize
public float getNeatLineSize()
Get neat line size- 返回:
- Neat line size
-
setNeatLineSize
public void setNeatLineSize(float size)
Set neat line size- 参数:
size- Neat line size
-
getAngle
public float getAngle()
Get angle- 返回:
- Angle
-
setAngle
public void setAngle(float angle)
Set angle- 参数:
angle- The angle
-
isDrawBackColor
public boolean isDrawBackColor()
Get is draw backcolor- 返回:
- Boolean
-
setDrawBackColor
public void setDrawBackColor(boolean value)
Set is draw backcolor- 参数:
value- Boolean
-
getBackColor
public java.awt.Color getBackColor()
Get background color- 返回:
- Background color
-
setBackColor
public void setBackColor(java.awt.Color c)
Set background color- 参数:
c- Background color
-
getForeColor
public java.awt.Color getForeColor()
Get foreground color- 返回:
- Foreground color
-
setForeColor
public void setForeColor(java.awt.Color c)
Set foreground color- 参数:
c- Foreground color
-
getLeft
public int getLeft()
Get left- 返回:
- Left
-
setLeft
public void setLeft(int left)
Set left- 参数:
left- Left
-
getTop
public int getTop()
Get top- 返回:
- Top
-
setTop
public void setTop(int top)
Set top- 参数:
top- Top
-
getWidth
public int getWidth()
Get width- 返回:
- Width
-
setWidth
public void setWidth(int width)
Set width- 参数:
width- Width
-
getHeight
public int getHeight()
Get height- 返回:
- Height
-
setHeight
public void setHeight(int height)
Set height- 参数:
height- Height
-
-