blob: ecad6b365abe03a4c4251e76c71a5b4139d95e15 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="175px" preserveAspectRatio="none" style="width:401px;height:175px;background:#FFFFFF;" version="1.1" viewBox="0 0 401 175" width="401px" zoomAndPan="magnify"><defs><filter height="300%" id="f5wj0ipgp7ju9" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.0"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><!--MD5=[985cb811d368c2b749f53d7845c7047f]
class org.apache.wiki.htmltowiki.syntax.TextAreaDecorator--><a href="TextAreaDecorator.html" target="_top" title="TextAreaDecorator.html" xlink:actuate="onRequest" xlink:href="TextAreaDecorator.html" xlink:show="new" xlink:title="TextAreaDecorator.html" xlink:type="simple"><rect codeLine="5" fill="#FEFECE" filter="url(#f5wj0ipgp7ju9)" height="143.5703" id="org.apache.wiki.htmltowiki.syntax.TextAreaDecorator" style="stroke:#A80036;stroke-width:1.5;" width="380" x="7" y="7"/><ellipse cx="107.75" cy="25.9688" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/><path d="M107.8594,21.3125 L106.7031,26.3906 L109.0313,26.3906 L107.8594,21.3125 Z M106.375,19.0781 L109.3594,19.0781 L112.7188,31.4688 L110.2656,31.4688 L109.5,28.4063 L106.2188,28.4063 L105.4688,31.4688 L103.0313,31.4688 L106.375,19.0781 Z " fill="#000000"/><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="132" x="147.25" y="24.9951">TextAreaDecorator</text><text fill="#000000" font-family="sans-serif" font-size="10" font-style="italic" lengthAdjust="spacing" textLength="170" x="128.25" y="37.5791">org.apache.wiki.htmltowiki.syntax</text><line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="386" y1="44.9375" y2="44.9375"/><polygon fill="none" points="18,50.9375,22,54.9375,18,58.9375,14,54.9375" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="85" x="27" y="59.1479">out: PrintWriter</text><polygon fill="none" points="18,63.7422,22,67.7422,18,71.7422,14,67.7422" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="211" x="27" y="71.9526">chain: XHtmlElementToWikiTranslator</text><line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="386" y1="78.5469" y2="78.5469"/><polygon fill="#FFFF44" points="18,84.5469,22,88.5469,18,92.5469,14,88.5469" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="354" x="27" y="92.7573">TextAreaDecorator(PrintWriter, XHtmlElementToWikiTranslator)</text><ellipse cx="18" cy="102.3516" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="135" x="27" y="105.562">decorate(Element): void</text><polygon fill="#FFFF44" points="18,110.1563,22,114.1563,18,118.1563,14,114.1563" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="285" x="27" y="118.3667">markupForTextAreaAttribute(String, String): String</text><polygon fill="#FFFF44" points="18,122.9609,22,126.9609,18,130.9609,14,126.9609" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="174" x="27" y="131.1714">markupTextAreaOpen(): String</text><polygon fill="#FFFF44" points="18,135.7656,22,139.7656,18,143.7656,14,139.7656" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="175" x="27" y="143.9761">markupTextAreaClose(): String</text></a><text fill="#888888" font-family="sans-serif" font-size="10" lengthAdjust="spacing" textLength="192" x="101" y="166.8525">UMLDoclet 2.0.15, PlantUML 1.2021.13</text><!--MD5=[1a32131c423ad4e822472b343c5f8815]
@startuml
set namespaceSeparator none
hide empty fields
hide empty methods
abstract class "<size:14>TextAreaDecorator\n<size:10>org.apache.wiki.htmltowiki.syntax" as org.apache.wiki.htmltowiki.syntax.TextAreaDecorator [[TextAreaDecorator.html]] {
#out: PrintWriter
#chain: XHtmlElementToWikiTranslator
#TextAreaDecorator(PrintWriter, XHtmlElementToWikiTranslator)
+decorate(Element): void
{abstract} #markupForTextAreaAttribute(String, String): String
{abstract} #markupTextAreaOpen(): String
{abstract} #markupTextAreaClose(): String
}
center footer UMLDoclet 2.0.15, PlantUML 1.2021.13
@enduml
PlantUML version 1.2021.13(Mon Nov 01 11:38:45 UTC 2021)
(APACHE source distribution)
Java Runtime: OpenJDK Runtime Environment
JVM: OpenJDK 64-Bit Server VM
Default Encoding: UTF-8
Language: en
Country: US
--></g></svg>