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

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

public class MarkdownHorizontalLine
extends MarkdownBlock


コンストラクタの概要
MarkdownHorizontalLine()
           
 
メソッドの概要
 void draw(java.awt.Graphics2D g, MarkdownRenderingContext context)
           
 java.awt.Shape getBorderShape(java.awt.geom.Path2D path)
           
 double getHeight()
           
 double getWidth()
           
 void layout(MarkdownLayoutBlock layout)
           
 
クラス jp.carabiner.inkpod.pi.shape.renderer.markdown.MarkdownBlock から継承されたメソッド
addElement, getBorderShape, getChildInsets, getChildren, getPreferredWidth, getX, getY, invalidate, setInsets, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MarkdownHorizontalLine

public MarkdownHorizontalLine()
メソッドの詳細

getWidth

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

getHeight

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

layout

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

draw

public void draw(java.awt.Graphics2D g,
                 MarkdownRenderingContext context)
定義:
インタフェース MarkdownElement 内の draw
オーバーライド:
クラス MarkdownBlock 内の draw

getBorderShape

public java.awt.Shape getBorderShape(java.awt.geom.Path2D path)
定義:
インタフェース MarkdownElement 内の getBorderShape
オーバーライド:
クラス MarkdownBlock 内の getBorderShape