Package org.meteoinfo.layout
Class LayoutMap.LayoutMapBean
- java.lang.Object
-
- org.meteoinfo.layout.LayoutMap.LayoutMapBean
-
- Enclosing class:
- LayoutMap
public class LayoutMap.LayoutMapBean extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetBackColor()Get background colorjava.awt.RectanglegetBounds()Get bounds rectanglejava.awt.ColorgetForeColor()Get foreground colorjava.awt.FontgetGridFont()Get grid label fontjava.lang.StringgetGridLabelPosition()Get grid label positionintgetGridLabelShift()Get grid label shiftjava.awt.ColorgetGridLineColor()Get grid line colorfloatgetGridLineSize()Get grid line sizejava.lang.StringgetGridLineStyle()Get grid line styledoublegetGridXDelt()Get grid x deltfloatgetGridXOrigin()Get grid x origindoublegetGridYDelt()Get grid y deltfloatgetGridYOrigin()Get grid y originintgetHeight()Get heightintgetLeft()Get leftjava.awt.ColorgetNeatLineColor()Get map view neat line colorfloatgetNeatLineSize()Get map view neat line sizeintgetTickLineLength()Get grid tick line lengthintgetTop()Get topintgetWidth()Get widthbooleanisDrawBackColor()Get is draw backcolorbooleanisDrawDegreeSymbol()Get if draw degree symbolbooleanisDrawGridLabel()Get if draw grid labelsbooleanisDrawGridLine()Get if draw grid linebooleanisDrawGridTickLine()Get if draw grid tick linebooleanisDrawNeatLine()Get if draw map view neat linebooleanisInsideTickLine()Get if draw grid tick line insidevoidsetBackColor(java.awt.Color color)Set background colorvoidsetBounds(java.awt.Rectangle rect)Set bounds rectanglevoidsetDrawBackColor(boolean value)Set is draw backcolorvoidsetDrawDegreeSymbol(boolean value)Set if draw degree symbolvoidsetDrawGridLabel(boolean istrue)Set if draw grid labelsvoidsetDrawGridLine(boolean istrue)Set if draw grid linevoidsetDrawGridTickLine(boolean istrue)Set if draw grid tick linevoidsetDrawNeatLine(boolean istrue)Set if draw map view neat linevoidsetForeColor(java.awt.Color color)Set foreground colorvoidsetGridFont(java.awt.Font font)Set grid label fontvoidsetGridLabelPosition(java.lang.String value)Set grid label positiontvoidsetGridLabelShift(int value)Set grid label shiftvoidsetGridLineColor(java.awt.Color color)Set grid line colorvoidsetGridLineSize(float size)Set grid line sizevoidsetGridLineStyle(java.lang.String style)Set grid line stylevoidsetGridXDelt(double value)Set grid x deltvoidsetGridXOrigin(float value)Set grid x originvoidsetGridYDelt(double value)Set grid y deltvoidsetGridYOrigin(float value)Set grid y originvoidsetHeight(int height)Set heightvoidsetInsideTickLine(boolean istrue)Set if draw grid tick line insidevoidsetLeft(int left)Set leftvoidsetNeatLineColor(java.awt.Color color)Set map view neat line colorvoidsetNeatLineSize(float size)Set map view neat line sizevoidsetTickLineLength(int value)Set grid tick line lengthvoidsetTop(int top)Set topvoidsetWidth(int width)Set width
-
-
-
Method Detail
-
getLeft
public int getLeft()
Get left- Returns:
- Left
-
setLeft
public void setLeft(int left)
Set left- Parameters:
left- Left
-
getTop
public int getTop()
Get top- Returns:
- Top
-
setTop
public void setTop(int top)
Set top- Parameters:
top- Top
-
getWidth
public int getWidth()
Get width- Returns:
- Width
-
setWidth
public void setWidth(int width)
Set width- Parameters:
width- Width
-
getHeight
public int getHeight()
Get height- Returns:
- Height
-
setHeight
public void setHeight(int height)
Set height- Parameters:
height- Height
-
getBounds
public java.awt.Rectangle getBounds()
Get bounds rectangle- Returns:
- The bounds rectangle
-
setBounds
public void setBounds(java.awt.Rectangle rect)
Set bounds rectangle- Parameters:
rect- Bounds rectangle
-
isDrawBackColor
public boolean isDrawBackColor()
Get is draw backcolor- Returns:
- Boolean
-
setDrawBackColor
public void setDrawBackColor(boolean value)
Set is draw backcolor- Parameters:
value- Boolean
-
getBackColor
public java.awt.Color getBackColor()
Get background color- Returns:
- Background color
-
setBackColor
public void setBackColor(java.awt.Color color)
Set background color- Parameters:
color- Background color
-
getForeColor
public java.awt.Color getForeColor()
Get foreground color- Returns:
- Foreground color
-
setForeColor
public void setForeColor(java.awt.Color color)
Set foreground color- Parameters:
color-
-
isDrawNeatLine
public boolean isDrawNeatLine()
Get if draw map view neat line- Returns:
- Boolean
-
setDrawNeatLine
public void setDrawNeatLine(boolean istrue)
Set if draw map view neat line- Parameters:
istrue- Boolean
-
getNeatLineColor
public java.awt.Color getNeatLineColor()
Get map view neat line color- Returns:
- Neat line color
-
setNeatLineColor
public void setNeatLineColor(java.awt.Color color)
Set map view neat line color- Parameters:
color- Neat line color
-
getNeatLineSize
public float getNeatLineSize()
Get map view neat line size- Returns:
- Neat line size
-
setNeatLineSize
public void setNeatLineSize(float size)
Set map view neat line size- Parameters:
size- Neat line size
-
getGridLineColor
public java.awt.Color getGridLineColor()
Get grid line color- Returns:
- Grid line color
-
setGridLineColor
public void setGridLineColor(java.awt.Color color)
Set grid line color- Parameters:
color- Grid line color
-
getGridLineSize
public float getGridLineSize()
Get grid line size- Returns:
- Grid line size
-
setGridLineSize
public void setGridLineSize(float size)
Set grid line size- Parameters:
size- Grid line size
-
getGridLineStyle
public java.lang.String getGridLineStyle()
Get grid line style- Returns:
- Grid line style
-
setGridLineStyle
public void setGridLineStyle(java.lang.String style)
Set grid line style- Parameters:
style- Grid line style
-
isDrawGridLabel
public boolean isDrawGridLabel()
Get if draw grid labels- Returns:
- If draw grid labels
-
setDrawGridLabel
public void setDrawGridLabel(boolean istrue)
Set if draw grid labels- Parameters:
istrue- Boolean
-
isInsideTickLine
public boolean isInsideTickLine()
Get if draw grid tick line inside- Returns:
- Booelan
-
setInsideTickLine
public void setInsideTickLine(boolean istrue)
Set if draw grid tick line inside- Parameters:
istrue- Boolean
-
getTickLineLength
public int getTickLineLength()
Get grid tick line length- Returns:
- Grid tick line length
-
setTickLineLength
public void setTickLineLength(int value)
Set grid tick line length- Parameters:
value- tick line length
-
getGridLabelShift
public int getGridLabelShift()
Get grid label shift- Returns:
- Grid label shift
-
setGridLabelShift
public void setGridLabelShift(int value)
Set grid label shift- Parameters:
value- Grid label shift
-
getGridLabelPosition
public java.lang.String getGridLabelPosition()
Get grid label position- Returns:
- Grid label position
-
setGridLabelPosition
public void setGridLabelPosition(java.lang.String value)
Set grid label positiont- Parameters:
value- Grid label position
-
isDrawGridLine
public boolean isDrawGridLine()
Get if draw grid line- Returns:
- If draw grid line
-
setDrawGridLine
public void setDrawGridLine(boolean istrue)
Set if draw grid line- Parameters:
istrue- If draw grid line
-
isDrawGridTickLine
public boolean isDrawGridTickLine()
Get if draw grid tick line- Returns:
- Boolean
-
setDrawGridTickLine
public void setDrawGridTickLine(boolean istrue)
Set if draw grid tick line- Parameters:
istrue- Boolean
-
isDrawDegreeSymbol
public boolean isDrawDegreeSymbol()
Get if draw degree symbol- Returns:
- Boolean
-
setDrawDegreeSymbol
public void setDrawDegreeSymbol(boolean value)
Set if draw degree symbol- Parameters:
value- Boolean
-
getGridFont
public java.awt.Font getGridFont()
Get grid label font- Returns:
- Grid label font
-
setGridFont
public void setGridFont(java.awt.Font font)
Set grid label font- Parameters:
font- Grid label font
-
getGridXDelt
public double getGridXDelt()
Get grid x delt- Returns:
- Grid x delt
-
setGridXDelt
public void setGridXDelt(double value)
Set grid x delt- Parameters:
value- The value
-
getGridYDelt
public double getGridYDelt()
Get grid y delt- Returns:
- Grid y delt
-
setGridYDelt
public void setGridYDelt(double value)
Set grid y delt- Parameters:
value- Grid y delt
-
getGridXOrigin
public float getGridXOrigin()
Get grid x origin- Returns:
- Grid x origin
-
setGridXOrigin
public void setGridXOrigin(float value)
Set grid x origin- Parameters:
value- Grid x origin
-
getGridYOrigin
public float getGridYOrigin()
Get grid y origin- Returns:
- Grid y origin
-
setGridYOrigin
public void setGridYOrigin(float value)
Set grid y origin- Parameters:
value- Grid y origin
-
-