Uses of Class
ru.biosoft.graphics.font.ColorFont

Packages that use ColorFont
biouml.model   
biouml.standard.diagram   
ru.biosoft.graphics   
ru.biosoft.graphics.font   
ru.biosoft.math.view   
 

Uses of ColorFont in biouml.model
 

Fields in biouml.model declared as ColorFont
protected  ColorFont DiagramViewOptions.diagramTitleFont
          Diagram title ColorFont.
protected  ColorFont DiagramViewOptions.compartmentTitleFont
          Diagram title ColorFont.
protected  ColorFont DiagramViewOptions.nodeTitleFont
          ColorFont for Node title.
protected  ColorFont DiagramViewOptions.defaultFont
          Default ColorFont.
 

Methods in biouml.model that return ColorFont
 ColorFont DiagramViewOptions.getDiagramTitleFont()
           
 ColorFont DiagramViewOptions.getCompartmentTitleFont()
           
 ColorFont DiagramViewOptions.getNodeTitleFont()
           
 ColorFont DiagramViewOptions.getDefaultFont()
           
 

Methods in biouml.model with parameters of type ColorFont
 void DiagramViewOptions.setDiagramTitleFont(ColorFont diagramTitleFont)
           
 void DiagramViewOptions.setCompartmentTitleFont(ColorFont compartmentTitleFont)
           
 void DiagramViewOptions.setNodeTitleFont(ColorFont nodeTitleFont)
           
 void DiagramViewOptions.setDefaultFont(ColorFont defaultFont)
           
 

Uses of ColorFont in biouml.standard.diagram
 

Fields in biouml.standard.diagram declared as ColorFont
protected  ColorFont PathwaySimulationDiagramViewOptions.eventTitleFont
           
protected  ColorFont PathwaySimulationDiagramViewOptions.stateTitleFont
           
protected  ColorFont PathwaySimulationDiagramViewOptions.stateOnFont
           
protected  ColorFont PathwaySimulationDiagramViewOptions.formulaFont
           
protected  ColorFont PathwayDiagramViewOptions.conceptTitleFont
           
protected  ColorFont PathwayDiagramViewOptions.functionTitleFont
           
protected  ColorFont PathwayDiagramViewOptions.processTitleFont
           
protected  ColorFont PathwayDiagramViewOptions.stateTitleFont
           
protected  ColorFont PathwayDiagramViewOptions.relationTitleFont
           
 

Uses of ColorFont in ru.biosoft.graphics
 

Fields in ru.biosoft.graphics declared as ColorFont
protected  ColorFont TextView.font
           
protected  ColorFont RulerOptions.majorFont
          ColorFont for major labels.
protected  ColorFont RulerOptions.minorFont
          ColorFont for minor labels.
 ColorFont GraphicProperties.fontDefault
          Default ColorFont: SansSerif, PLAIN, 12, black.
 

Methods in ru.biosoft.graphics that return ColorFont
 ColorFont RulerOptions.getMajorFont()
           
 ColorFont RulerOptions.getMinorFont()
           
 ColorFont GraphicProperties.getFont(java.lang.String fontName)
          Returns font with specified name.
 

Methods in ru.biosoft.graphics with parameters of type ColorFont
 void RulerOptions.setMajorFont(ColorFont majorFont)
           
 void RulerOptions.setMinorFont(ColorFont minorFont)
           
protected  void Ruler.initSizeUsingTicksAndLabels(float step, float stepMajor, java.awt.Point pFrom, Pen pTicks, ColorFont fLabel, java.awt.Graphics graphics, int tickUB, int tickDB, int decDig, java.awt.Dimension textOffset, boolean ticksShow, boolean labelsShow, boolean labelsUp)
           
protected  void Ruler.paintTicksAndLabels(float step, float stepMajor, java.awt.Point pFrom, Pen pTicks, ColorFont fLabel, java.awt.Graphics graphics, int tickUB, int tickDB, int decDig, java.awt.Dimension textOffset, boolean ticksShow, boolean labelsShow, boolean labelsUp)
           
 void GraphicProperties.setFont(java.lang.String fontName, ColorFont font)
          Set (add if such font absent) font with specified name.
 

Constructors in ru.biosoft.graphics with parameters of type ColorFont
TextView(java.lang.String text, java.awt.Point pt, int alignment, ColorFont font, java.awt.Graphics graphics)
           
TextView(java.lang.String text, ColorFont font, java.awt.Graphics graphics)
           
RulerOptions(com.beanexplorer.beans.Option parent, ColorFont font)
          Creates RulerOptions and initializes it to the specified font.
RulerOptions(com.beanexplorer.beans.Option parent, ColorFont majorFont, ColorFont minorFont, java.awt.Dimension decDig, Pen axisPen, Pen ticksPen, java.awt.Dimension tickSize, java.awt.Dimension textOffset)
          Creates RulerOptions and initializes it to the specified options.
RulerOptions(com.beanexplorer.beans.Option parent, ColorFont majorFont, ColorFont minorFont, java.awt.Dimension decDig, Pen axisPen, Pen ticksPen, java.awt.Dimension tickSize, java.awt.Dimension textOffset, int step, int ticks)
          Creates RulerOptions and initializes it to the specified options.
HtmlView(java.lang.String text, ColorFont cf, java.awt.Point pt)
           
HtmlView(java.lang.String text, ColorFont cf, java.awt.Point pt, java.awt.Dimension preferredSize)
           
 

Uses of ColorFont in ru.biosoft.graphics.font
 

Methods in ru.biosoft.graphics.font that return ColorFont
 ColorFont FontChooser.getColorFont()
           
static ColorFont FontChooser.showDialog(java.awt.Component parent, java.lang.String title, ColorFont font)
           
 

Methods in ru.biosoft.graphics.font with parameters of type ColorFont
static ColorFont FontChooser.showDialog(java.awt.Component parent, java.lang.String title, ColorFont font)
           
 

Constructors in ru.biosoft.graphics.font with parameters of type ColorFont
FontChooser(ColorFont colorFont)
           
 

Uses of ColorFont in ru.biosoft.math.view
 

Fields in ru.biosoft.math.view declared as ColorFont
protected  ColorFont FormulaViewBuilder.defaultFont
           
protected  ColorFont FormulaViewBuilder.superscriptFont
           
protected  ColorFont FormulaViewBuilder.subscriptFont
           
protected  ColorFont FormulaViewBuilder.errorFont
           
 

Methods in ru.biosoft.math.view that return ColorFont
 ColorFont FormulaViewBuilder.getDefaultFont()
           
 

Methods in ru.biosoft.math.view with parameters of type ColorFont
 View FormulaViewBuilder.createTitleView(java.lang.String title, ColorFont font, java.awt.Graphics g)
          Creates view for variable or function name. '_' character indicates that subscript should be used for last part of expression.
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.