jp.carabiner.inkpod.pi.shape.renderer.markdown
クラス MarkdownLayoutBlock

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.renderer.markdown.AbstractMarkdownLayout
      上位を拡張 jp.carabiner.inkpod.pi.shape.renderer.markdown.MarkdownLayoutBlock
すべての実装されたインタフェース:
MarkdownLayout

public class MarkdownLayoutBlock
extends AbstractMarkdownLayout


コンストラクタの概要
MarkdownLayoutBlock(MarkdownBlock element, double maxWidth, java.awt.Insets insets, java.awt.Font font, java.awt.font.FontRenderContext frc, int lineSpace)
           
 
メソッドの概要
 double getContentHeight()
           
 double getContentWidth()
           
 MarkdownLayout getCurrentLayout()
           
 MarkdownLayoutLine getCurrentLine()
           
 MarkdownBlock getElement()
           
 double getMaxWidth()
           
 void layout2ndPass(double x, double y, double blockWidth, double blockHeight, HorizontalAlign horizontalAlign, VerticalAlign verticalAlign)
           
 MarkdownLayoutBlock newBlock(MarkdownBlock blockElement, java.awt.Insets insets)
           
 MarkdownLayoutLine newLine()
           
 
クラス jp.carabiner.inkpod.pi.shape.renderer.markdown.AbstractMarkdownLayout から継承されたメソッド
getFont, getFontRenderingContext, getInsets, getLineHeight, getLineMetrics, getLineSpace, getLineSpacePercent
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MarkdownLayoutBlock

public MarkdownLayoutBlock(MarkdownBlock element,
                           double maxWidth,
                           java.awt.Insets insets,
                           java.awt.Font font,
                           java.awt.font.FontRenderContext frc,
                           int lineSpace)
メソッドの詳細

getMaxWidth

public double getMaxWidth()

getElement

public MarkdownBlock getElement()

getCurrentLayout

public MarkdownLayout getCurrentLayout()

getCurrentLine

public MarkdownLayoutLine getCurrentLine()

newLine

public MarkdownLayoutLine newLine()

newBlock

public MarkdownLayoutBlock newBlock(MarkdownBlock blockElement,
                                    java.awt.Insets insets)

getContentWidth

public double getContentWidth()

getContentHeight

public double getContentHeight()

layout2ndPass

public void layout2ndPass(double x,
                          double y,
                          double blockWidth,
                          double blockHeight,
                          HorizontalAlign horizontalAlign,
                          VerticalAlign verticalAlign)