org.agmodel.bioinfo.antmapgui
Class DrawMapOptionBean
java.lang.Object
org.agmodel.bioinfo.antmapgui.DrawMapOptionBean
- public class DrawMapOptionBean
- extends java.lang.Object
Bean for containing values of options for a linkage map drawing
Title: AntMap
Explanation: Linkage mapping software based on ACO algorithm
Copyright: Copyright (c) 2004 NARO
Company name: NARO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrawMapOptionBean
public DrawMapOptionBean()
getFontGroupName
public java.awt.Font getFontGroupName()
- Returns:
getFontMarkerInfo
public java.awt.Font getFontMarkerInfo()
- Returns:
getMapSpacing
public int getMapSpacing()
- Returns:
getMarginSize
public int getMarginSize()
- Returns:
getScaleFactor
public double getScaleFactor()
- Returns:
isShowBootstrapValue
public boolean isShowBootstrapValue()
- Returns:
setFontGroupName
public void setFontGroupName(java.awt.Font font)
- Parameters:
font
-
setFontMarkerInfo
public void setFontMarkerInfo(java.awt.Font font)
- Parameters:
font
-
setMapSpacing
public void setMapSpacing(int i)
- Parameters:
i
-
setMarginSize
public void setMarginSize(int i)
- Parameters:
i
-
setScaleFactor
public void setScaleFactor(double d)
- Parameters:
d
-
setShowBootstrapValue
public void setShowBootstrapValue(boolean b)
- Parameters:
b
-