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

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

public class MarkdownRootElement
extends MarkdownBlock


コンストラクタの概要
MarkdownRootElement()
           
 
メソッドの概要
 double getPreferredWidth()
           
 void invalidate()
           
 void layout(double x, double y, double width, double height, java.awt.Insets insets, java.awt.Font font, java.awt.font.FontRenderContext frc, HorizontalAlign horizontalAlign, VerticalAlign verticalAlign, int lineSpace)
           
 
クラス jp.carabiner.inkpod.pi.shape.renderer.markdown.MarkdownBlock から継承されたメソッド
addElement, draw, getBorderShape, getBorderShape, getChildInsets, getChildren, getHeight, getWidth, getX, getY, layout, setInsets, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MarkdownRootElement

public MarkdownRootElement()
メソッドの詳細

invalidate

public void invalidate()
定義:
インタフェース MarkdownElement 内の invalidate
オーバーライド:
クラス MarkdownBlock 内の invalidate

layout

public void layout(double x,
                   double y,
                   double width,
                   double height,
                   java.awt.Insets insets,
                   java.awt.Font font,
                   java.awt.font.FontRenderContext frc,
                   HorizontalAlign horizontalAlign,
                   VerticalAlign verticalAlign,
                   int lineSpace)

getPreferredWidth

public double getPreferredWidth()
定義:
インタフェース MarkdownElement 内の getPreferredWidth
オーバーライド:
クラス MarkdownBlock 内の getPreferredWidth