Overview

Namespaces

  • Alvine
    • Application
      • Configuration
      • Console
        • Option
        • Terminal
          • VT100
      • Data
        • Generic
      • Resource
      • UI
      • Web
        • Model
          • Linkage
            • Relation
            • Structure
        • Presenter
          • Access
          • Data
          • Event
          • File
          • Page
            • Plugin
              • Authentication
              • Html
              • I18n
              • Navigation
              • UI
                • Wrapper
        • Route
          • Cache
          • Exception
          • Handler
        • View
          • Data
          • Definition
          • Intern
          • Json

Classes

  • BackgroundColor
  • Color
  • ControlSequences
  • Cursor
  • EscapeSequences
  • Position
  • TextAttributes
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class Position

Position

Alvine\Core\Alvine
Extended by Alvine\Application\Console\Terminal\VT100\ControlSequences
Extended by Alvine\Application\Console\Terminal\VT100\Position
Namespace: Alvine\Application\Console\Terminal\VT100
Package: Alvine\Application
Category: Alvine
License: Alvine Nutzungslizenz
Author: schukai GmbH info@schukai.de
Version: $Revision: 216 $
Since: 20131214
Link: alvine.io
Link: http://wiki.bash-hackers.org/scripting/terminalcodes
Located at console/terminal/vt100/Position.class.php
Methods summary
public
# __construct( integer $row, integer $column )

Neues Positionsobjekt

Neues Positionsobjekt

Einige Terminales verwenden als obere rechte Ecke dieKoordinaten 0/0, andere verwenden 1/1.

Parameters

$row
Zeile
$column
Spalte

Overrides

Alvine\Application\Console\Terminal\VT100\ControlSequences::__construct()
Methods inherited from Alvine\Application\Console\Terminal\VT100\ControlSequences
__toString()
Constants summary
string HOME

Start-Sequenz

Start-Sequenz

# "\033[H"
string STORE

Cursorposition speichern

Cursorposition speichern

# "\033[s"
string RESTORE

Cursorposition wieder herstellen

Cursorposition wieder herstellen

# "\033[u"
Properties summary
protected integer $row

Zeile

Zeile

# 0
protected integer $column

Spalte

Spalte

# 0
Properties inherited from Alvine\Application\Console\Terminal\VT100\ControlSequences
$final, $intermediate, $parameter, $sequenceIntroducer
alvine.application API-Dokumentation 1.1.1 | © schukai GmbH | Impressum